Skip to content

Commit 902f208

Browse files
Merge pull request #30 from mustafa-online/patch-2
Update Make Kanban Board Command
2 parents 4de23eb + de0b60e commit 902f208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MakeKanbanBoardCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function handle(): int
6161
}
6262

6363
// Generate class name
64-
$className = Str::studly($name) . 'BoardPage';
64+
$className = Str::studly($name);
6565
$modelClass = Str::studly($model);
6666

6767
// Determine file path

0 commit comments

Comments
 (0)