server/src/app/Commands/Command.php
author nowmad@nowmads-macbook-pro.local
Mon, 30 Nov 2015 17:49:12 +0100
changeset 35 9148b2653eb5
parent 2 00e2916104fe
permissions -rw-r--r--
update the route with new names

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}