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