1 | <?php |
||
15 | class ChannelServiceProvider extends ServiceProvider |
||
16 | { |
||
17 | /** |
||
18 | * Register application services. |
||
19 | */ |
||
20 | 83 | public function register(): void |
|
24 | |||
25 | /** |
||
26 | * Boot application services. |
||
27 | */ |
||
28 | 83 | public function boot(): void |
|
41 | |||
42 | /** |
||
43 | * Define bot channels. |
||
44 | * |
||
45 | * @return array |
||
46 | */ |
||
47 | 83 | protected function channels(): array |
|
51 | |||
52 | private function registerManager(): void |
||
60 | } |
||
61 |