From b1d8c19aceefb85746305003179516a8c0af2f96 Mon Sep 17 00:00:00 2001 From: Mo Khosh Date: Wed, 2 Oct 2024 06:48:22 +0330 Subject: [PATCH] move signature to the top --- src/Commands/MakeKanbanBoardCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Commands/MakeKanbanBoardCommand.php b/src/Commands/MakeKanbanBoardCommand.php index 55799b8..2e93604 100644 --- a/src/Commands/MakeKanbanBoardCommand.php +++ b/src/Commands/MakeKanbanBoardCommand.php @@ -6,12 +6,12 @@ class MakeKanbanBoardCommand extends GeneratorCommand { + protected $signature = 'make:kanban {name} {--force : Force kanban board to recreated}'; + 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'))