We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971b704 commit 77b901fCopy full SHA for 77b901f
1 file changed
config/commands.php
@@ -2,9 +2,9 @@
2
return [
3
'Commands' => [
4
'module' => [
5
+ 'developer' => true,
6
'params' => 1,
- 'syntax' => 'Module [Load|Unload|Reload|Time|Loaded] Optional : [Module]',
7
- 'admin' => true
+ 'syntax' => 'Module [Load|Unload|Reload|Time|Loaded] Optional : [Module]'
8
]
9
10
];
0 commit comments