mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 09:11:11 +00:00
Applied EditorConfig settings to all files
This commit is contained in:
2
app.php
2
app.php
@@ -67,7 +67,7 @@ if (!empty(GROCY_BASE_PATH))
|
||||
$app->addRoutingMiddleware();
|
||||
$errorMiddleware = $app->addErrorMiddleware(true, false, false);
|
||||
$errorMiddleware->setDefaultErrorHandler(
|
||||
new \Grocy\Controllers\ExceptionController($app, $container)
|
||||
new \Grocy\Controllers\ExceptionController($app, $container)
|
||||
);
|
||||
|
||||
$app->run();
|
||||
|
Reference in New Issue
Block a user