@@ -164,7 +164,7 @@ |
||
| 164 | 164 | } |
| 165 | 165 | |
| 166 | 166 | // Split Camel Case name into normal name |
| 167 | - $nav[implode(' ',preg_split('/(?=[A-Z])/', $module->getName()))] = $modNav; |
|
| 167 | + $nav[implode(' ', preg_split('/(?=[A-Z])/', $module->getName()))] = $modNav; |
|
| 168 | 168 | } |
| 169 | 169 | |
| 170 | 170 | return $nav; |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | |
| 9 | 9 | class DisableModuleCommand extends Command |
| 10 | 10 | { |
| 11 | - protected $signature = 'tb_module:disable {module}'; |
|
| 11 | + protected $signature = 'tb_module:disable {module}'; |
|
| 12 | 12 | protected $description = 'Disable, but do not remove a Tech Bench Add On Module'; |
| 13 | 13 | |
| 14 | 14 | /** |