Total Complexity | 2 |
Total Lines | 51 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
9 | class ElasticsearchMigrationServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap the application events. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | 63 | public function boot() |
|
46 | ); |
||
47 | 63 | } |
|
48 | ); |
||
49 | 63 | } |
|
50 | |||
51 | /** |
||
52 | * Register bindings in the container. |
||
53 | * |
||
54 | * @return void |
||
55 | */ |
||
56 | 63 | public function register() |
|
63 |