Conditions | 2 |
Paths | 2 |
Total Lines | 11 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
12 | 9 | public function boot() |
|
13 | { |
||
14 | 9 | if ($this->app->runningInConsole()) { |
|
15 | 9 | $this->publishResources(); |
|
16 | } |
||
17 | |||
18 | // Translations |
||
19 | 9 | $this->loadTranslationsFrom(__DIR__.'/../resources/lang', 'seoable'); |
|
20 | |||
21 | 9 | $this->app->register(\Artesaos\SEOTools\Providers\SEOToolsServiceProvider::class); |
|
22 | 9 | } |
|
23 | |||
53 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.