server/src/app/Commands/Command.php
author ymh <ymh.work@gmail.com>
Tue, 01 Dec 2015 16:49:37 +0100
changeset 22 a50cbd7d702f
parent 2 00e2916104fe
permissions -rw-r--r--
small change in pagination and add missing .env template

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}