Skip to content

Commit 154300f

Browse files
laravel-ide-helpergithub-actions[bot]
authored andcommitted
composer fix-style
1 parent 05d9c3c commit 154300f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/ide-helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@
344344
|
345345
*/
346346
'macroable_traits' => [
347-
\Filament\Support\Concerns\Macroable::class,
348-
\Spatie\Macroable\Macroable::class,
347+
Filament\Support\Concerns\Macroable::class,
348+
Spatie\Macroable\Macroable::class,
349349
],
350350

351351
];

tests/AliasTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Barryvdh\LaravelIdeHelper\Alias;
88
use Barryvdh\LaravelIdeHelper\Macro;
99
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
10-
use Illuminate\Database\Query\Builder;
1110
use Illuminate\Support\Arr;
1211

1312
/**

0 commit comments

Comments
 (0)