diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-29 20:33:48 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-29 20:33:48 -0400 |
commit | fb642b76bb3d84b38c09f5d9dff8b51369eedaf2 (patch) | |
tree | 29331a2df63d259811e8dc70065ef8507998c1fe /app/Core/Base.php | |
parent | b69eb5f99350a378387ab1f711d4fbe3bb3bddab (diff) |
Make console commands pluggable
Diffstat (limited to 'app/Core/Base.php')
-rw-r--r-- | app/Core/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Core/Base.php b/app/Core/Base.php index 725bd7c0..7b4462e2 100644 --- a/app/Core/Base.php +++ b/app/Core/Base.php @@ -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 |