mirror of
https://github.com/grocy/grocy.git
synced 2026-04-06 21:06:15 +02:00
bug fixes following merge
This commit is contained in:
parent
a3cdb85317
commit
40631ff60d
|
|
@ -10,11 +10,6 @@ class StockController extends BaseController
|
||||||
parent::__construct($container);
|
parent::__construct($container);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getStockService()
|
|
||||||
{
|
|
||||||
return StockService::getInstance();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function Overview(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Message\ResponseInterface $response, array $args)
|
public function Overview(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Message\ResponseInterface $response, array $args)
|
||||||
{
|
{
|
||||||
$usersService = $this->getUsersService();
|
$usersService = $this->getUsersService();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user