server/src/app/Commands/Command.php
author ymh <ymh.work@gmail.com>
Thu, 10 Dec 2015 18:57:58 +0100
changeset 26 72f51a9386ff
parent 2 00e2916104fe
permissions -rw-r--r--
upgrade libs and correct tests

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}