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