This commit is contained in:
Lance Pioch 2024-06-05 22:12:53 -04:00
parent df26c4f9f5
commit a4435a7454

View File

@ -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)