server/src/app/Commands/Command.php
author ymh <ymh.work@gmail.com>
Thu, 14 Jan 2016 18:35:23 +0100
changeset 25 4ce76c9e7729
parent 2 00e2916104fe
permissions -rw-r--r--
small corrections

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}