Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
12 | class CentrifugoServiceProvider extends ServiceProvider |
||
13 | { |
||
14 | /** |
||
15 | * Add centrifugo broadcaster. |
||
16 | * |
||
17 | * @param \Illuminate\Broadcasting\BroadcastManager $broadcastManager |
||
18 | */ |
||
19 | public function boot(BroadcastManager $broadcastManager) |
||
23 | }); |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Register the service provider. |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | public function register() |
||
44 |