Skip to content

Commit ac66c4e

Browse files
committed
Fix invalid syntax
1 parent 76a757f commit ac66c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/secrets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
->args([abstract_arg('Decryption env var, set in FrameworkExtension')])
2929

3030
->set('secrets.local_vault', DotenvVault::class)
31-
->args([[abstract_arg('.env file path, set in FrameworkExtension')]])
31+
->args([abstract_arg('.env file path, set in FrameworkExtension')])
3232
;
3333
};

0 commit comments

Comments
 (0)