Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fbc9f1c

Browse filesBrowse 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
Copy full SHA for fbc9f1c

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.