1 | <?php |
||
9 | class LaravelFirebaseServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap the application services. |
||
13 | */ |
||
14 | public function boot() |
||
22 | |||
23 | /** |
||
24 | * Register the application services. |
||
25 | */ |
||
26 | public function register() |
||
42 | |||
43 | /** |
||
44 | * @param array|null $config |
||
45 | * |
||
46 | * @throws InvalidConfig |
||
47 | */ |
||
48 | protected function guardAgainstInvalidConfiguration(array $config = null) |
||
56 | } |
||
57 |