Skip to content

Commit a66a3a8

Browse files
Merge branch '5.1'
* 5.1: minor #37141 [Messenger] fix forward compatibility with Doctrine DBAL 2.11+ (xabbuh) fix forward compatibility with Doctrine DBAL 3 [WebProfilerBundle] Set NullLogger for functional tests [Mailer] Fixed generator bug when creating multiple transports using Transport::fromDsn [FrameworkBundle] Fix XSD definition Update welcome.html.php [FrameworkBundle] Remove reference to APP_SECRET in MicroKernelTrait [travis] add nightly to allowed failures
2 parents 5a7d0d0 + 4ee59d5 commit a66a3a8

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
@@ -99,7 +99,6 @@ public function registerContainerConfiguration(LoaderInterface $loader)
9999
{
100100
$loader->load(function (ContainerBuilder $container) use ($loader) {
101101
$container->loadFromExtension('framework', [
102-
'secret' => '%env(APP_SECRET)%',
103102
'router' => [
104103
'resource' => 'kernel::loadRoutes',
105104
'type' => 'service',

0 commit comments

Comments
 (0)