Skip to content

Commit 853d994

Browse files
fix
1 parent 9a4d25d commit 853d994

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/config/container.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
$appConfig = require __DIR__ . '/../../config/config.php';
1313

1414
$configAggregator = new ConfigAggregator([
15-
new ArrayProvider($appConfig)
15+
new ArrayProvider($appConfig),
16+
new ArrayProvider([
17+
'jwt' => [
18+
'secret' => 'secret-jwt',
19+
]
20+
])
1621
]);
1722

1823
$config = $configAggregator->getMergedConfig();

0 commit comments

Comments
 (0)