| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | public function boot() |
||
| 17 | { |
||
| 18 | // Migrations |
||
| 19 | $this->loadMigrationsFrom(__DIR__ . '/Migration'); |
||
| 20 | |||
| 21 | // Configuration publishing |
||
| 22 | $this->publishes([ |
||
| 23 | __DIR__.'/Configuration/dynamic-routing.php' => config_path('dynamic-routing.php'), |
||
| 24 | ]); |
||
| 25 | $this->mergeConfigFrom( |
||
| 26 | __DIR__.'/Configuration/dynamic-routing.php', 'dynamic-routing' |
||
| 27 | ); |
||
| 28 | } |
||
| 29 | |||
| 54 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.