1 | <?php |
||
17 | class QuotesServiceProvider extends ServiceProvider { |
||
18 | |||
19 | /* |
||
20 | * Indicates if loading of the provider is deferred. |
||
21 | * |
||
22 | * @var bool |
||
23 | */ |
||
24 | protected $defer = false; |
||
25 | |||
26 | /** |
||
27 | * Register the application services. |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | public function register() |
||
39 | |||
40 | /** |
||
41 | * Get the services provided by the provider |
||
42 | * @return array |
||
43 | */ |
||
44 | public function provides() |
||
48 | } |