Total Complexity | 3 |
Total Lines | 47 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class JsonResponseServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Boot the application events. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function boot() |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Register facade. |
||
26 | * |
||
27 | * @return void |
||
28 | */ |
||
29 | protected function registerFacade() |
||
42 | }); |
||
43 | } |
||
44 | |||
45 | /** |
||
46 | * Register config. |
||
47 | * |
||
48 | * @return void |
||
49 | */ |
||
50 | protected function registerConfig() |
||
61 |