Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 18d2ede

Browse files
author
Andrey Helldar
authored
Merge pull request #10 from TheDragonCode/2.x
Fixed console command option
2 parents e3e583b + 3375cb5 commit 18d2ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Console/Sync.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Sync extends Command
99
{
1010
protected $signature = 'env:sync'
1111
. ' {--path= : Gets the path to scan for files}'
12-
. ' {--with-env= : Determines whether to update the .env file}';
12+
. ' {--with-env : Determines whether to update the .env file}';
1313

1414
protected $description = 'Synchronizing environment settings with a preset';
1515

0 commit comments

Comments
 (0)