Skip to content

Commit 3b67edc

Browse files
committed
Fix command group name
1 parent 15578fa commit 3b67edc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/Init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Init extends BaseCommand
1111
{
12-
protected $group = 'Modules';
12+
protected $group = 'Codeigniter Vite';
1313
protected $name = 'vite:init';
1414
protected $description = 'Initialize codeigniter vite module';
1515

src/Commands/Remove.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Remove extends BaseCommand
1111
{
12-
protected $group = 'Modules';
12+
protected $group = 'Codeigniter Vite';
1313
protected $name = 'vite:remove';
1414
protected $description = 'Remove codeigniter vite generated files and settings';
1515

0 commit comments

Comments
 (0)