Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | public function boot() |
||
18 | { |
||
19 | $this->loadViewsFrom(__DIR__ . '/../resources/views', 'nova_notification_feed'); |
||
20 | |||
21 | $this->app->booted(function () { |
||
22 | $this->routes(); |
||
23 | }); |
||
24 | |||
25 | Nova::serving(function (ServingNova $event) { |
||
26 | // |
||
27 | }); |
||
28 | |||
29 | // Add js css by default |
||
30 | Nova::script('nova-notifications', __DIR__ . '/../dist/js/notification_feed.js'); |
||
31 | } |
||
64 |
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