server/src/app/Commands/Command.php
author nowmad@nowmads-macbook-pro.local
Tue, 15 Dec 2015 17:23:11 +0100
changeset 57 36dc51dd60e9
parent 2 00e2916104fe
permissions -rw-r--r--
clean console.log

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}