server/src/app/Commands/Command.php
author nowmad@23.1.168.192.in-addr.arpa
Tue, 01 Dec 2015 13:36:29 +0100
changeset 38 2a2402372b6d
parent 2 00e2916104fe
permissions -rw-r--r--
fix double definition of a var

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}