Skip to content

Commit

Permalink
[FrameworkBundle] Remove reference to APP_SECRET in MicroKernelTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 8, 2020
1 parent 0b19249 commit bf0b48a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
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 bf0b48a

Please sign in to comment.