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