| 1 | <?php namespace DiegoCaprioli\Larachimp\Providers; |
||
| 6 | class LarachimpServiceProvider extends ServiceProvider { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * Register paths to be published by the publish command. |
||
| 10 | * |
||
| 11 | * @return void |
||
| 12 | */ |
||
| 13 | 6 | public function boot() |
|
| 19 | |||
| 20 | |||
| 21 | /** |
||
| 22 | * Register bindings in the container. |
||
| 23 | * |
||
| 24 | * @return void |
||
| 25 | */ |
||
| 26 | public function register() |
||
| 35 | |||
| 36 | |||
| 37 | } |