| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | 30 | public function boot() |
|
| 20 | { |
||
| 21 | 30 | $this->publishes([ |
|
| 22 | 30 | __DIR__.'/../../migrations/2016_01_01_000000_create_videos_tables.php' => base_path('database/migrations/2016_01_01_000000_create_videos_tables.php'), |
|
| 23 | 30 | __DIR__ . '/../../config/viddler.php' => base_path('config/viddler.php'), |
|
| 24 | 30 | ]); |
|
| 25 | 30 | } |
|
| 26 | } |
||
| 27 |