[FrameworkBundle] Remove reference to APP_SECRET in MicroKernelTrait

This commit is contained in:
Nicolas Grekas 2020-06-08 18:13:49 +02:00
parent 0b192490a9
commit bf0b48ad87
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ trait MicroKernelTrait
{
$loader->load(function (ContainerBuilder $container) use ($loader) {
$container->loadFromExtension('framework', [
'secret' => '%env(APP_SECRET)%',
'router' => [
'resource' => 'kernel::loadRoutes',
'type' => 'service',