server/src/app/Commands/Command.php
author ymh <ymh.work@gmail.com>
Tue, 01 Dec 2015 13:33:08 +0100
changeset 20 a9b98b16b053
parent 2 00e2916104fe
permissions -rw-r--r--
add contributor list + edition pane

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}