| Total Complexity | 3 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class DisableModuleCommand extends Command |
||
| 10 | { |
||
| 11 | protected $signature = 'tb_module:disable {module}'; |
||
| 12 | protected $description = 'Disable, but do not remove a Tech Bench Add On Module'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Create a new command instance |
||
| 16 | */ |
||
| 17 | public function __construct() |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Execute the console command |
||
| 24 | */ |
||
| 25 | public function handle() |
||
| 43 |