We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037812b commit 351704bCopy full SHA for 351704b
src/Commands/MakeCommand.php
@@ -3,10 +3,10 @@
3
namespace Rappasoft\LaravelLivewireTables\Commands;
4
5
use Illuminate\Console\Command;
6
+use Illuminate\Database\Eloquent\Model;
7
use Illuminate\Support\Facades\File;
8
use Illuminate\Support\Str;
9
use Livewire\Commands\ComponentParser;
-use Illuminate\Database\Eloquent\Model;
10
use Livewire\Commands\MakeCommand as LivewireMakeCommand;
11
12
/**
0 commit comments