mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 19:14:45 +02:00
Pint fix
This commit is contained in:
parent
df26c4f9f5
commit
a4435a7454
@ -7,7 +7,7 @@ use Filament\Notifications\Notification;
|
|||||||
|
|
||||||
class FilamentExceptionHandler
|
class FilamentExceptionHandler
|
||||||
{
|
{
|
||||||
public function handle(Exception $exception, Callable $stopPropagation): void
|
public function handle(Exception $exception, callable $stopPropagation): void
|
||||||
{
|
{
|
||||||
Notification::make()
|
Notification::make()
|
||||||
->title($exception->title ?? null)
|
->title($exception->title ?? null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user