Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
31 | protected function configure(): void |
||
32 | { |
||
33 | $this |
||
34 | ->setDescription('Get list of active (with one or more subscribers) channels') |
||
35 | ->setHelp( |
||
36 | <<<'HELP' |
||
37 | The <info>%command.name%</info> command allows to get list of active (with one or more subscribers) channels: |
||
38 | |||
39 | Read more at https://centrifugal.github.io/centrifugo/server/http_api/#channels |
||
40 | HELP |
||
41 | ) |
||
42 | ; |
||
43 | } |
||
44 | |||
69 |