1 | <?php |
||
7 | class BoletoServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Indicates if loading of the provider is deferred. |
||
11 | * |
||
12 | * @var bool |
||
13 | */ |
||
14 | protected $defer = FALSE; |
||
15 | |||
16 | /** |
||
17 | * Perform post-registration booting of services. |
||
18 | * |
||
19 | * @return void |
||
20 | */ |
||
21 | public function boot() |
||
34 | |||
35 | /** |
||
36 | * Register any package services. |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | public function register() |
||
45 | |||
46 | private function registerBoletosManager() |
||
50 | |||
51 | private function registerBindings() |
||
68 | } |