Skip to content

Commit

Permalink
move signature to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Oct 2, 2024
1 parent 3d62a64 commit b1d8c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/MakeKanbanBoardCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit b1d8c19

Please sign in to comment.