server/src/app/Commands/Command.php
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:15:57 +0100
changeset 68 69977e2aa39e
parent 2 00e2916104fe
permissions -rw-r--r--
improve general design of components

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}