@@ -48,8 +48,7 @@ |
||
| 48 | 48 | */ |
| 49 | 49 | protected function getChannelDetails($channel) |
| 50 | 50 | { |
| 51 | - return Arr::first($this->logChannels, function($value) use ($channel) |
|
| 52 | - { |
|
| 51 | + return Arr::first($this->logChannels, function($value) use ($channel) { |
|
| 53 | 52 | return $value['name'] == $channel; |
| 54 | 53 | }); |
| 55 | 54 | } |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | |
| 10 | 10 | class DisableModuleCommand extends Command |
| 11 | 11 | { |
| 12 | - protected $signature = 'tb_module:disable {module}'; |
|
| 12 | + protected $signature = 'tb_module:disable {module}'; |
|
| 13 | 13 | protected $description = 'Disable, but do not remove a Tech Bench Add On Module'; |
| 14 | 14 | |
| 15 | 15 | protected $module; |