Skip to content

Commit 8028d5d

Browse files
committed
change admin:make to panel:add command
1 parent e507dde commit 8028d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MakeAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MakeAdmin extends Command
1212

1313
protected $description = 'Register an new admin';
1414

15-
protected $signature = 'panel:make {user}';
15+
protected $signature = 'panel:add {user}';
1616

1717
public function handle()
1818
{

0 commit comments

Comments
 (0)