mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 02:04:38 +00:00
Remove accidentally added function
This commit is contained in:
@@ -78,11 +78,6 @@ class BaseController
|
|||||||
$this->AppContainer = $container;
|
$this->AppContainer = $container;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function Root(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Message\ResponseInterface $response, array $args)
|
|
||||||
{
|
|
||||||
return $response;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected $AppContainer;
|
protected $AppContainer;
|
||||||
protected $Database;
|
protected $Database;
|
||||||
protected $LocalizationService;
|
protected $LocalizationService;
|
||||||
|
Reference in New Issue
Block a user