Skip to content

Commit

Permalink
composer fix-style
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-ide-helper authored and github-actions[bot] committed Jan 1, 2025
1 parent 05d9c3c commit 154300f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/ide-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@
|
*/
'macroable_traits' => [
\Filament\Support\Concerns\Macroable::class,
\Spatie\Macroable\Macroable::class,
Filament\Support\Concerns\Macroable::class,
Spatie\Macroable\Macroable::class,
],

];
1 change: 0 additions & 1 deletion tests/AliasTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Barryvdh\LaravelIdeHelper\Alias;
use Barryvdh\LaravelIdeHelper\Macro;
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
use Illuminate\Database\Query\Builder;
use Illuminate\Support\Arr;

/**
Expand Down

0 comments on commit 154300f

Please sign in to comment.