Skip to content

Commit 351704b

Browse files
rappasoftactions-user
authored andcommitted
Fix styling
1 parent 037812b commit 351704b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
namespace Rappasoft\LaravelLivewireTables\Commands;
44

55
use Illuminate\Console\Command;
6+
use Illuminate\Database\Eloquent\Model;
67
use Illuminate\Support\Facades\File;
78
use Illuminate\Support\Str;
89
use Livewire\Commands\ComponentParser;
9-
use Illuminate\Database\Eloquent\Model;
1010
use Livewire\Commands\MakeCommand as LivewireMakeCommand;
1111

1212
/**

0 commit comments

Comments
 (0)