| 1 | <?php |
||
| 8 | class WakatimeServiceProvider extends ServiceProvider |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Bootstrap the application services. |
||
| 12 | */ |
||
| 13 | public function boot() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Register the service provider. |
||
| 25 | */ |
||
| 26 | public function register() |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @param array|null $config |
||
| 46 | * |
||
| 47 | * @throws \Kallencode\Wakatime\Exceptions\InvalidConfiguration |
||
| 48 | */ |
||
| 49 | public function guardAgainstInvalidConfig($config) |
||
| 58 | |||
| 59 | |||
| 60 | } |
||
| 61 |