1 | <?php |
||
14 | class LarsignServiceProvider extends ServiceProvider |
||
15 | { |
||
16 | /** |
||
17 | * Bootstrap the application services. |
||
18 | * |
||
19 | * @return void |
||
20 | */ |
||
21 | 2 | public function boot() |
|
25 | |||
26 | /** |
||
27 | * Register the application services. |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | 2 | public function register() |
|
41 | |||
42 | /** |
||
43 | * Get the services provided by the provider. |
||
44 | * |
||
45 | * @return array |
||
46 | */ |
||
47 | public function provides() |
||
51 | |||
52 | 2 | protected function configPath() |
|
56 | } |
||
57 |