diff --git a/src/Commands/MakeKanbanBoardCommand.php b/src/Commands/MakeKanbanBoardCommand.php index b16fc92..55799b8 100644 --- a/src/Commands/MakeKanbanBoardCommand.php +++ b/src/Commands/MakeKanbanBoardCommand.php @@ -6,12 +6,12 @@ class MakeKanbanBoardCommand extends GeneratorCommand { - public $name = 'make:kanban'; - public $description = 'Create a filament kanban board page'; public $type = 'Kanban page'; + protected $signature = 'make:kanban {name} {--force : Force kanban board to recreated}'; + protected function getStub() { return file_exists($customPath = $this->laravel->basePath('/stubs/filament-kanban/board.stub'))