mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Fix phpstan level 3!
This commit is contained in:
@@ -67,6 +67,7 @@ class DebugController extends Controller
|
||||
if (!auth()->user()->hasRole('owner')) {
|
||||
throw new NotFoundHttpException();
|
||||
}
|
||||
/** @var iterable $routes */
|
||||
$routes = Route::getRoutes();
|
||||
$return = [];
|
||||
|
||||
|
Reference in New Issue
Block a user