Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class ListChannelsCommand extends Command |
||
11 | { |
||
12 | protected $signature = 'fondbot:channel:list'; |
||
13 | protected $description = 'List all registered channels'; |
||
14 | |||
15 | private $channelManager; |
||
16 | |||
17 | public function __construct(ChannelManager $channelManager) |
||
22 | } |
||
23 | |||
24 | public function handle(): void |
||
39 |