Skip to content

Commit

Permalink
bug #37154 [FrameworkBundle] Remove reference to APP_SECRET in MicroK…
Browse files Browse the repository at this point in the history
…ernelTrait (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
  • Loading branch information
fabpot committed Jun 9, 2020
2 parents 0b19249 + bf0b48a commit fbc9f1c
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -83,7 +83,6 @@ public function registerContainerConfiguration(LoaderInterface $loader)
{
$loader->load(function (ContainerBuilder $container) use ($loader) {
$container->loadFromExtension('framework', [
'secret' => '%env(APP_SECRET)%',
'router' => [
'resource' => 'kernel::loadRoutes',
'type' => 'service',
Expand Down

0 comments on commit fbc9f1c

Please sign in to comment.