mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
🤖 Auto commit for release 'develop' on 2025-05-04
This commit is contained in:
@@ -253,7 +253,7 @@ class Handler extends ExceptionHandler
|
||||
{
|
||||
return null !== Arr::first(
|
||||
$this->dontReport,
|
||||
static fn($type) => $e instanceof $type
|
||||
static fn ($type) => $e instanceof $type
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user