| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | public function boot(): void |
||
| 21 | { |
||
| 22 | $this->loadRoutesFrom(__DIR__ . '/../routes/yandex-speller.php'); |
||
| 23 | $this->publishes([ |
||
| 24 | __DIR__ . '/../config/yandexspeller.php' => config_path('yandexspeller.php'), |
||
|
|
|||
| 25 | 'yandexspeller-config' |
||
| 26 | ]); |
||
| 27 | $this->mergeConfigFrom(__DIR__ . '/../config/yandexspeller.php', 'yandexspeller'); |
||
| 28 | } |
||
| 30 |