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 6a5029b commit 16e53b0Copy full SHA for 16e53b0
src/Commands/MakeTreeWidgetCommand.php
@@ -4,16 +4,14 @@
4
5
use Closure;
6
use Filament\Support\Commands\Concerns\CanManipulateFiles;
7
-use Filament\Support\Commands\Concerns\CanValidateInput;
8
use Illuminate\Console\Command;
9
use Illuminate\Support\Facades\Validator;
10
use Illuminate\Support\Str;
11
12
class MakeTreeWidgetCommand extends Command
13
{
14
use CanManipulateFiles;
15
- use CanValidateInput;
16
-
+
17
protected $description = 'Creates a Filament tree widget class.';
18
19
protected $signature = 'make:filament-tree-widget {name?} {model?} {--R|resource=} {--F|force}';
0 commit comments