@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Illuminate\Contracts\Console\Kernel; |
| 6 | 6 | use Illuminate\Foundation\Console\RouteListCommand; |
| 7 | -use Illuminate\Support\Facades\Config; |
|
| 8 | 7 | use RichanFongdasen\I18n\Traits\TranslatedRouteCommandContext; |
| 9 | 8 | use Symfony\Component\Console\Input\InputArgument; |
| 10 | 9 | |
@@ -48,7 +48,6 @@ |
||
| 48 | 48 | * Returns the path to the cached routes file for a given locale. |
| 49 | 49 | * |
| 50 | 50 | * @param string $locale |
| 51 | - * @param string[] $localeKeys |
|
| 52 | 51 | * @return string |
| 53 | 52 | */ |
| 54 | 53 | protected function makeLocaleRoutesPath($locale = null) |