| Total Complexity | 5 | 
| Total Lines | 36 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 12 | class ListDriversCommand extends Command | ||
| 13 | { | ||
| 14 | protected $signature = 'fondbot:driver:list'; | ||
| 15 | protected $description = 'List add installed drivers'; | ||
| 16 | |||
| 17 | private $api; | ||
| 18 | private $channelManager; | ||
| 19 | |||
| 20 | public function __construct(Api $api, ChannelManager $channelManager) | ||
| 26 | } | ||
| 27 | |||
| 28 | public function handle(): void | ||
| 51 |