Skip to content

Commit

Permalink
fix .env generation command configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneld committed Nov 12, 2024
1 parent 3db3714 commit 553647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

$services->set(DotenvDumpCommand::class)
->args([
param('kernel.project_dir') . '/.env',
param('kernel.project_dir'),
param('kernel.environment'),
]);

Expand Down

0 comments on commit 553647f

Please sign in to comment.