bug fixes following merge

This commit is contained in:
zebardy 2020-02-19 01:01:17 +00:00
parent a3cdb85317
commit 40631ff60d

View File

@ -10,11 +10,6 @@ class StockController extends BaseController
parent::__construct($container);
}
protected function getStockService()
{
return StockService::getInstance();
}
public function Overview(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Message\ResponseInterface $response, array $args)
{
$usersService = $this->getUsersService();