Total Complexity | 2 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class UnionCloudServiceProvider extends ServiceProvider |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * Indicates if loading of the provider is deferred. |
||
22 | * |
||
23 | * @var bool |
||
24 | */ |
||
25 | protected $defer = true; |
||
26 | |||
27 | /** |
||
28 | * Bootstrap the application events. |
||
29 | * |
||
30 | * @return void |
||
31 | */ |
||
32 | public function boot() |
||
36 | ]); |
||
37 | |||
38 | } |
||
39 | |||
40 | /** |
||
41 | * Register the service provider. |
||
42 | * |
||
43 | * @return void |
||
44 | */ |
||
45 | public function register() |
||
61 | } |