Skip to content

Commit 16e53b0

Browse files
committed
bugfix for 'Filament\Support\Commands\Concerns\CanValidateInput' not found
1 parent 6a5029b commit 16e53b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Commands/MakeTreeWidgetCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44

55
use Closure;
66
use Filament\Support\Commands\Concerns\CanManipulateFiles;
7-
use Filament\Support\Commands\Concerns\CanValidateInput;
87
use Illuminate\Console\Command;
98
use Illuminate\Support\Facades\Validator;
109
use Illuminate\Support\Str;
1110

1211
class MakeTreeWidgetCommand extends Command
1312
{
1413
use CanManipulateFiles;
15-
use CanValidateInput;
16-
14+
1715
protected $description = 'Creates a Filament tree widget class.';
1816

1917
protected $signature = 'make:filament-tree-widget {name?} {model?} {--R|resource=} {--F|force}';

0 commit comments

Comments
 (0)