<?php
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
return static function DContainerConfigurator
$container) { $container->
extension('framework',
[ 'annotations' => false,
'http_method_override' => false,
'handle_all_throwables' => true,
'php_errors' =>
['log' => true
],
'mailer' =>
[ 'transports' =>
[ 'transport1' => 'smtp://example1.com',
'transport2' => 'smtp://example2.com',
],
'envelope' =>
[ 'sender' => '
[email protected]',