Skip to content

Commit fbc9f1c

Browse files
committed
bug #37154 [FrameworkBundle] Remove reference to APP_SECRET in MicroKernelTrait (nicolas-grekas)
This PR was merged into the 5.1 branch. Discussion ---------- [FrameworkBundle] Remove reference to APP_SECRET in MicroKernelTrait | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | #37123 | License | MIT | Doc PR | - Needs symfony/recipes#781 Commits ------- bf0b48a [FrameworkBundle] Remove reference to APP_SECRET in MicroKernelTrait
2 parents 0b19249 + bf0b48a commit fbc9f1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public function registerContainerConfiguration(LoaderInterface $loader)
8383
{
8484
$loader->load(function (ContainerBuilder $container) use ($loader) {
8585
$container->loadFromExtension('framework', [
86-
'secret' => '%env(APP_SECRET)%',
8786
'router' => [
8887
'resource' => 'kernel::loadRoutes',
8988
'type' => 'service',

0 commit comments

Comments
 (0)