1 | <?php |
||
8 | class PrestashopWebServiceProvider extends ServiceProvider implements DeferrableProvider |
||
9 | { |
||
10 | /** |
||
11 | * Bootstrap the application services. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function boot() |
||
23 | |||
24 | /** |
||
25 | * Register the application services. |
||
26 | * |
||
27 | * @return void |
||
28 | */ |
||
29 | public function register() |
||
41 | |||
42 | public function provides() |
||
46 | } |
||
47 |