1 | <?php |
||
9 | class AdWordsServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Perform post-registration booting of services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot() |
||
22 | |||
23 | /** |
||
24 | * Register the service provider. |
||
25 | */ |
||
26 | public function register() |
||
51 | |||
52 | protected function guardAgainstInvalidConfiguration(array $adwordsConfig = null) |
||
58 | } |
||
59 |