Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
10 | 99 | public function boot() |
|
11 | { |
||
12 | 99 | (new MediaLibraryServiceProvider($this->app))->boot(); |
|
13 | |||
14 | 99 | $this->publishes([ |
|
15 | 99 | __DIR__.'/../config/assetlibrary.php' => config_path('thinktomorrow/assetlibrary.php'), |
|
16 | 99 | ], 'assetlibrary-config'); |
|
17 | |||
18 | 99 | $this->loadMigrationsFrom(__DIR__.'/../database/migrations'); |
|
19 | 99 | } |
|
33 |