We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc8c1e commit c4bf4baCopy full SHA for c4bf4ba
Kernel/MicroKernelTrait.php
@@ -83,7 +83,6 @@ public function registerContainerConfiguration(LoaderInterface $loader)
83
{
84
$loader->load(function (ContainerBuilder $container) use ($loader) {
85
$container->loadFromExtension('framework', [
86
- 'secret' => '%env(APP_SECRET)%',
87
'router' => [
88
'resource' => 'kernel::loadRoutes',
89
'type' => 'service',
0 commit comments