Conditions | 2 |
Paths | 2 |
Total Lines | 12 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
26 | public function boot() |
||
27 | { |
||
28 | $this->loadTranslationsFrom(resource_path('lang/vendor/bSecure'), 'bSecure'); |
||
29 | |||
30 | if ($this->app->runningInConsole()) { |
||
31 | |||
32 | $this->publishes([ |
||
33 | __DIR__ . '/config/config.php' => config_path('bSecure.php'), |
||
34 | ], 'config'); |
||
35 | |||
36 | $this->publishes([ |
||
37 | __DIR__ . '/resources/lang/en/messages.php' => resource_path('lang/vendor/bSecure/en/messages.php'), |
||
38 | ]); |
||
42 |
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