Skip to content

Commit

Permalink
Merge pull request #284 from dissto/move-uses-below-use-stmt
Browse files Browse the repository at this point in the history
Move `uses()` after the regular `use` statements
  • Loading branch information
CodeWithDennis authored Jul 10, 2024
2 parents 655cac5 + f51b56d commit 17df229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/Setup.stub
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

uses()->group('filament-tests');

{{ MODEL_IMPORT }}

use Filament\Tables\Actions\{
Expand All @@ -14,6 +12,8 @@ use Filament\Tables\Actions\{
ForceDeleteBulkAction
};

uses()->group('filament-tests');

use function Pest\Laravel\{actingAs};
use function Pest\Livewire\livewire;

Expand Down

0 comments on commit 17df229

Please sign in to comment.