server/src/app/Commands/Command.php
changeset 27 a2342f26c9de
parent 26 72f51a9386ff
child 28 b0b56e0f8c7f
equal deleted inserted replaced
26:72f51a9386ff 27:a2342f26c9de
     1 <?php
       
     2 
       
     3 namespace CorpusParole\Commands;
       
     4 
       
     5 abstract class Command {
       
     6     //
       
     7 }