mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Replace phpstan suggestions
This commit is contained in:
@@ -67,7 +67,7 @@ class GracefulNotFoundHandler extends ExceptionHandler
|
||||
|
||||
switch ($name) {
|
||||
default:
|
||||
Log::warning(sprintf('GracefulNotFoundHandler cannot handle route with name "%s"', $name));
|
||||
app('log')->warning(sprintf('GracefulNotFoundHandler cannot handle route with name "%s"', $name));
|
||||
|
||||
return parent::render($request, $e);
|
||||
case 'accounts.show':
|
||||
|
Reference in New Issue
Block a user