Skip to content

Commit 77b901f

Browse files
committed
Modify the level of the cmd
1 parent 971b704 commit 77b901f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/commands.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
return [
33
'Commands' => [
44
'module' => [
5+
'developer' => true,
56
'params' => 1,
6-
'syntax' => 'Module [Load|Unload|Reload|Time|Loaded] Optional : [Module]',
7-
'admin' => true
7+
'syntax' => 'Module [Load|Unload|Reload|Time|Loaded] Optional : [Module]'
88
]
99
]
1010
];

0 commit comments

Comments
 (0)