1 | <?php namespace Arcanesoft\Tracker\Providers; |
||
12 | class ComposerServiceProvider extends ServiceProvider |
||
13 | { |
||
14 | /* ------------------------------------------------------------------------------------------------ |
||
15 | | Main Functions |
||
16 | | ------------------------------------------------------------------------------------------------ |
||
17 | */ |
||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | */ |
||
21 | 4 | public function boot() |
|
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | 4 | public function register() |
|
33 | |||
34 | /* ------------------------------------------------------------------------------------------------ |
||
35 | | Other Functions |
||
36 | | ------------------------------------------------------------------------------------------------ |
||
37 | */ |
||
38 | /** |
||
39 | * Register all the dashboard view composers. |
||
40 | */ |
||
41 | 4 | private function registerDashboardComposers() |
|
58 | } |
||
59 |