| Conditions | 2 |
| Paths | 2 |
| Total Lines | 11 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | public function boot() |
||
| 13 | { |
||
| 14 | if ($this->app->runningInConsole()) { |
||
| 15 | $this->publishResources(); |
||
| 16 | } |
||
| 17 | |||
| 18 | // Translations |
||
| 19 | $this->loadTranslationsFrom(__DIR__.'/../resources/lang', 'seoable'); |
||
| 20 | |||
| 21 | $this->app->register(\Artesaos\SEOTools\Providers\SEOToolsServiceProvider::class); |
||
| 22 | } |
||
| 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.