diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-29 20:12:02 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-29 20:12:02 -0400 |
commit | b69eb5f99350a378387ab1f711d4fbe3bb3bddab (patch) | |
tree | 226fb242e7f2d42510d4c87022ed3c4be98844f4 /app/Core | |
parent | 700ffec5ab69de38539d6c0ffd019146ac19737f (diff) |
Update JsonRPC library and API
Diffstat (limited to 'app/Core')
-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 99c093e4..725bd7c0 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 \JsonRPC\Server $api */ abstract class Base { |