From 3270605c79d7162ea9c07da948c74f3f5f1ea059 Mon Sep 17 00:00:00 2001 From: bezhanSalleh Date: Wed, 24 Jan 2024 18:51:32 +0000 Subject: [PATCH] Fix styling --- src/FilamentExceptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilamentExceptions.php b/src/FilamentExceptions.php index 3aa03c6..6b2e55b 100755 --- a/src/FilamentExceptions.php +++ b/src/FilamentExceptions.php @@ -4,7 +4,6 @@ use BezhanSalleh\FilamentExceptions\Models\Exception as ExceptionModel; use Illuminate\Contracts\Container\BindingResolutionException; -use Illuminate\Foundation\Application; use Illuminate\Http\Request; use Illuminate\Support\Arr; use Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder; @@ -70,6 +69,7 @@ public function store(array $data): bool { try { $this->model()::query()->create($data); + return true; } catch (Throwable $e) { return false;