Skip to content

Commit c4bf4ba

Browse files
[FrameworkBundle] Remove reference to APP_SECRET in MicroKernelTrait
1 parent bcc8c1e commit c4bf4ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Kernel/MicroKernelTrait.php

Lines 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)