| Línea 3707... |
Línea 3707... |
| 3707 |
'factories' => [
|
3707 |
'factories' => [
|
| 3708 |
'RenderingStrategy' => function ($container) {
|
3708 |
'RenderingStrategy' => function ($container) {
|
| 3709 |
$translator = $container->get('MvcTranslator');
|
3709 |
$translator = $container->get('MvcTranslator');
|
| 3710 |
return new \LeadersLinked\View\RenderingStrategy($translator);
|
3710 |
return new \LeadersLinked\View\RenderingStrategy($translator);
|
| 3711 |
},
|
3711 |
},
|
| - |
|
3712 |
'CorsRequestListener' => function ($container) {
|
| - |
|
3713 |
|
| - |
|
3714 |
return new \LeadersLinked\Listener\CorsRequestListener();
|
| - |
|
3715 |
},
|
| 3712 |
'menuNavigation' => \LeadersLinked\Navigation\MenuNavigation::class,
|
3716 |
'menuNavigation' => \LeadersLinked\Navigation\MenuNavigation::class,
|
| 3713 |
'footerNavigation' => \LeadersLinked\Navigation\FooterNavigation::class,
|
3717 |
'footerNavigation' => \LeadersLinked\Navigation\FooterNavigation::class,
|
| Línea 3714... |
Línea 3718... |
| 3714 |
|
3718 |
|
| 3715 |
\LeadersLinked\Command\ProcessQueueEmailCommand::class => \LeadersLinked\Factory\Command\ProcessQueueEmailCommandFactory::class,
|
3719 |
\LeadersLinked\Command\ProcessQueueEmailCommand::class => \LeadersLinked\Factory\Command\ProcessQueueEmailCommandFactory::class,
|