server/src/app/Commands/Command.php
author nowmad@23.1.168.192.in-addr.arpa
Fri, 06 Nov 2015 17:23:26 +0100
changeset 11 9e5799ff8538
parent 2 00e2916104fe
permissions -rw-r--r--
define variable with app name refered later. Make it easier to change the name module later

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}