mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 18:26:00 +00:00
Optimized imports
This commit is contained in:
@@ -17,9 +17,6 @@ class ExceptionController extends BaseApiController
|
||||
$this->app = $app;
|
||||
}
|
||||
|
||||
/**
|
||||
* @var \Slim\App
|
||||
*/
|
||||
private $app;
|
||||
|
||||
public function __invoke(ServerRequestInterface $request, Throwable $exception, bool $displayErrorDetails, bool $logErrors, bool $logErrorDetails, ?LoggerInterface $logger = null)
|
||||
|
Reference in New Issue
Block a user