var/cache/dev/ContainerNh6Q2J8/getBitbagSyliusCmsPlugin_Controller_Helper_FormErrorsFlashService.php line 23

Open in your IDE?
  1. <?php
  2. namespace ContainerNh6Q2J8;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getBitbagSyliusCmsPlugin_Controller_Helper_FormErrorsFlashService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'bitbag_sylius_cms_plugin.controller.helper.form_errors_flash' shared service.
  12.      *
  13.      * @return \BitBag\SyliusCmsPlugin\Controller\Helper\FormErrorsFlashHelper
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Controller/Helper/FormErrorsFlashHelperInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/bitbag/cms-plugin/src/Controller/Helper/FormErrorsFlashHelper.php';
  19.         return $container->services['bitbag_sylius_cms_plugin.controller.helper.form_errors_flash'] = new \BitBag\SyliusCmsPlugin\Controller\Helper\FormErrorsFlashHelper(($container->privates['session.flash_bag'] ?? $container->load('getSession_FlashBagService')), ($container->services['translator'] ?? $container->getTranslatorService()));
  20.     }
  21. }