Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh authored and github-actions[bot] committed Jan 24, 2024
1 parent 524de3d commit 3270605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentExceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -70,6 +69,7 @@ public function store(array $data): bool
{
try {
$this->model()::query()->create($data);

return true;
} catch (Throwable $e) {
return false;
Expand Down

0 comments on commit 3270605

Please sign in to comment.