| 1 | <?php |
||
| 8 | class GoogleCalendarServiceProvider extends ServiceProvider |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Bootstrap the application services. |
||
| 12 | */ |
||
| 13 | public function boot() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Register the application services. |
||
| 22 | */ |
||
| 23 | public function register() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param array|null $config |
||
| 40 | * |
||
| 41 | * @throws \Spatie\GoogleCalendar\Exceptions\InvalidConfiguration |
||
| 42 | */ |
||
| 43 | protected function guardAgainstInvalidConfiguration(array $config = null) |
||
| 53 | } |
||
| 54 |