1 | <?php |
||
17 | class VasriServiceProvider extends ServiceProvider |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * Perform post-registration booting of services. |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | public function boot(): void |
||
33 | |||
34 | /** |
||
35 | * Register bindings in the container. |
||
36 | * |
||
37 | * @return void |
||
38 | */ |
||
39 | public function register() |
||
47 | |||
48 | } |
||
49 |