Skip to content

Commit e040815

Browse files
Update recipes 2026-02-04
1 parent 061ef77 commit e040815

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lexik/jwt-authentication-bundle/2.3/config/packages/lexik_jwt_authentication.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,5 @@
55
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
66

77
return static function (ContainerConfigurator $containerConfigurator): void {
8-
$containerConfigurator->extension('lexik_jwt_authentication', [
9-
'private_key_path' => '%kernel.project_dir%/%env(JWT_PRIVATE_KEY_PATH)%',
10-
'public_key_path' => '%kernel.project_dir%/%env(JWT_PUBLIC_KEY_PATH)%',
11-
'pass_phrase' => '%env(JWT_PASSPHRASE)%',
12-
]);
8+
$containerConfigurator->extension('lexik_jwt_authentication', ['private_key_path' => '%kernel.project_dir%/%env(JWT_PRIVATE_KEY_PATH)%', 'public_key_path' => '%kernel.project_dir%/%env(JWT_PUBLIC_KEY_PATH)%', 'pass_phrase' => '%env(JWT_PASSPHRASE)%']);
139
};

0 commit comments

Comments
 (0)