We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
10 | class CentrifugoServiceProvider extends ServiceProvider |
||
11 | { |
||
12 | /** |
||
13 | * Add centrifugo broadcaster. |
||
14 | * |
||
15 | * @param \Illuminate\Broadcasting\BroadcastManager $broadcastManager |
||
16 | */ |
||
17 | public function boot(BroadcastManager $broadcastManager) |
||
23 | |||
24 | /** |
||
25 | * Register the service provider. |
||
26 | * |
||
27 | * @return void |
||
28 | */ |
||
29 | public function register() |
||
41 | } |
||
42 |