Update JsonRPC library and API

This commit is contained in:
Frederic Guillot
2016-05-29 20:12:02 -04:00
parent 700ffec5ab
commit b69eb5f993
9 changed files with 218 additions and 180 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 \JsonRPC\Server $api
*/
abstract class Base
{