| Total Complexity | 5 |
| Total Lines | 49 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class InstallDriverCommand extends Command |
||
| 13 | { |
||
| 14 | protected $signature = 'fondbot:driver:install |
||
| 15 | {name : Driver name to be installed}'; |
||
| 16 | |||
| 17 | protected $description = 'Install driver'; |
||
| 18 | |||
| 19 | private $api; |
||
| 20 | private $composer; |
||
| 21 | |||
| 22 | public function __construct(Api $api, Composer $composer) |
||
| 28 | } |
||
| 29 | |||
| 30 | public function handle(): void |
||
| 63 |