Skip to content

Commit 2b45f44

Browse files
committed
fix
1 parent c9611ef commit 2b45f44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/ShowMissingTranslationsCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
use Illuminate\Contracts\Console\PromptsForMissingInput;
88
use Symfony\Component\Console\Helper\TableSeparator;
99

10+
use function Laravel\Prompts\select;
11+
1012
class ShowMissingTranslationsCommand extends Command implements PromptsForMissingInput
1113
{
1214
public $signature = 'translator:missing {locale : The locale of reference}';

0 commit comments

Comments
 (0)