Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
8 | class ChuckDashboardSidebarViewComposerServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * Register bindings in the container. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function boot() |
||
26 | ); |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Register the service provider. |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | public function register() |
||
39 |