1 | <?php |
||
11 | class GoogleBooksServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Bootstrap the application events. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function boot() |
||
24 | |||
25 | /** |
||
26 | * Register the service provider. |
||
27 | * |
||
28 | * @return void |
||
29 | */ |
||
30 | public function register() |
||
46 | |||
47 | /** |
||
48 | * Get the services provided by the provider. |
||
49 | * |
||
50 | * @return array |
||
51 | */ |
||
52 | public function provides() |
||
56 | } |
||
57 |