Skip to content

Commit 78c1876

Browse files
laravel1112barryvdh
authored andcommitted
Update ExportCommand.php (#305)
The group argument needs to be specified for executing the command programmatically, either in the controller or other command.
1 parent 7c42358 commit 78c1876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ExportCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ExportCommand extends Command
1414
*
1515
* @var string
1616
*/
17-
protected $name = 'translations:export';
17+
protected $name = 'translations:export {group}';
1818

1919
/**
2020
* The console command description.

0 commit comments

Comments
 (0)