Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
31 | public function boot() |
||
32 | { |
||
33 | $this->publishes([ |
||
34 | __DIR__.'/../resources/config/irfa/rajaongkir.php' => config_path('irfa/rajaongkir.php'), ], 'raja-ongkir'); |
||
35 | |||
36 | $this->publishes([ |
||
37 | __DIR__.'/../database/migrations/' => database_path('migrations'), |
||
38 | ], 'raja-ongkir'); |
||
39 | |||
40 | $this->publishes([__DIR__.'/../database/migrations/' => database_path('migrations'), |
||
41 | ], 'raja-ongkir'); |
||
42 | } |
||
44 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths