We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9611ef commit 2b45f44Copy full SHA for 2b45f44
src/Commands/ShowMissingTranslationsCommand.php
@@ -7,6 +7,8 @@
7
use Illuminate\Contracts\Console\PromptsForMissingInput;
8
use Symfony\Component\Console\Helper\TableSeparator;
9
10
+use function Laravel\Prompts\select;
11
+
12
class ShowMissingTranslationsCommand extends Command implements PromptsForMissingInput
13
{
14
public $signature = 'translator:missing {locale : The locale of reference}';
0 commit comments