Remove accidentally added function

This commit is contained in:
Bernd Bestel 2020-02-11 19:36:15 +01:00
parent 3c4264c3a0
commit 5dd78aa19a
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -77,12 +77,7 @@ class BaseController
$this->AppContainer = $container;
}
public function Root(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Message\ResponseInterface $response, array $args)
{
return $response;
}
protected $AppContainer;
protected $Database;
protected $LocalizationService;