Make console commands pluggable

This commit is contained in:
Frederic Guillot
2016-05-29 20:33:48 -04:00
parent b69eb5f993
commit fb642b76bb
8 changed files with 107 additions and 48 deletions

View File

@@ -140,6 +140,7 @@ use Pimple\Container;
* @property \Psr\Log\LoggerInterface $logger
* @property \PicoDb\Database $db
* @property \Symfony\Component\EventDispatcher\EventDispatcher $dispatcher
* @property \Symfony\Component\Console\Application $cli
* @property \JsonRPC\Server $api
*/
abstract class Base