1 | <?php |
||
10 | class LarafolioServiceProvider extends BaseProvider |
||
11 | { |
||
12 | /** |
||
13 | * Register bindings in the container. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function register() |
||
26 | |||
27 | /** |
||
28 | * Register any other events for your application. |
||
29 | * |
||
30 | * @return void |
||
31 | */ |
||
32 | public function boot() |
||
64 | } |
||
65 |