server/src/app/Commands/Command.php
author ymh <ymh.work@gmail.com>
Mon, 05 Oct 2015 17:02:10 +0200
changeset 4 f55970e41793
parent 2 00e2916104fe
permissions -rw-r--r--
first skeleton of bo client in ember

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}