Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh committed Oct 22, 2024
2 parents 87dbc50 + 9dd6b48 commit 7c4d51b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/FilamentExceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace BezhanSalleh\FilamentExceptions;

use BezhanSalleh\ExceptionPlugin\Models\Exception;
use Filament\Clusters\Cluster;
use Illuminate\Contracts\Container\BindingResolutionException;
use Illuminate\Http\Request;
Expand Down
1 change: 0 additions & 1 deletion src/Resources/ExceptionResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Filament\Resources\Resource;
use Filament\Tables;
use Filament\Tables\Table;
use App\Filament\Clusters\Products;

class ExceptionResource extends Resource
{
Expand Down
2 changes: 1 addition & 1 deletion src/Trace/Frame.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function fetchCodeBlock(): void

public function getCodeBlock(): array | CodeBlock
{
return !empty($this->code) ? $this->code : new CodeBlock();
return ! empty($this->code) ? $this->code : new CodeBlock();
}

public function method()
Expand Down

0 comments on commit 7c4d51b

Please sign in to comment.