1 | <?php namespace Arcanesoft\Pages\Providers; |
||
11 | class ComposerServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | /* ------------------------------------------------------------------------------------------------ |
||
14 | | Main Functions |
||
15 | | ------------------------------------------------------------------------------------------------ |
||
16 | */ |
||
17 | /** |
||
18 | * {@inheritdoc} |
||
19 | */ |
||
20 | 6 | public function boot() |
|
24 | |||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | 6 | public function register() |
|
32 | } |
||
33 |