server/src/app/Commands/Command.php
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 16:50:53 +0100
changeset 42 7d091abf82fd
parent 2 00e2916104fe
permissions -rw-r--r--
add application adapter to simulate REST, using fixtures

<?php

namespace CorpusParole\Commands;

abstract class Command {
    //
}