<?php
namespace ContainerC7cRRuw;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelTestDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\Controller\\ActivityController' => 'getActivityControllerService',
'App\\Controller\\AutocompleteController' => 'getAutocompleteControllerService',
'App\\Controller\\BackOffice\\Accounting\\AccountingController' => 'getAccountingControllerService',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController' => 'getCommissionPaymentControllerService',
'App\\Controller\\BackOffice\\Accounting\\PaymentController' => 'getPaymentControllerService',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController' => 'getPaymentToSupplierControllerService',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController' => 'getCIPVReportControllerService',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController' => 'getMasterListReportControllerService',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController' => 'getSalesReportControllerService',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController' => 'getTopPerformersReportControllerService',
'App\\Controller\\BackOffice\\BackOfficeController' => 'getBackOfficeControllerService',
'App\\Controller\\BackOffice\\BulkController' => 'getBulkControllerService',
'App\\Controller\\BackOffice\\CollectionHotelController' => 'getCollectionHotelControllerService',
'App\\Controller\\BackOffice\\CollectionPageController' => 'getCollectionPageControllerService',
'App\\Controller\\BackOffice\\CountryController' => 'getCountryControllerService',
'App\\Controller\\BackOffice\\CustomerAccountController' => 'getCustomerAccountControllerService',
'App\\Controller\\BackOffice\\FormAjaxController' => 'getFormAjaxControllerService',
'App\\Controller\\BackOffice\\LogController' => 'getLogControllerService',
'App\\Controller\\BackOffice\\MyQuoteController' => 'getMyQuoteControllerService',
'App\\Controller\\BackOffice\\NotificationController' => 'getNotificationControllerService',
'App\\Controller\\BackOffice\\ProviderConfirmationController' => 'getProviderConfirmationControllerService',
'App\\Controller\\BackOffice\\QualityControlController' => 'getQualityControlControllerService',
'App\\Controller\\BackOffice\\QuoteController' => 'getQuoteControllerService',
'App\\Controller\\BackOffice\\QuoteItemController' => 'getQuoteItemControllerService',
'App\\Controller\\BackOffice\\ReportController' => 'getReportControllerService',
'App\\Controller\\BackOffice\\Report\\BudgetReportController' => 'getBudgetReportControllerService',
'App\\Controller\\BackOffice\\Report\\CommissionReportController' => 'getCommissionReportControllerService',
'App\\Controller\\BackOffice\\Report\\ProfitReportController' => 'getProfitReportControllerService',
'App\\Controller\\BackOffice\\RequestAccessController' => 'getRequestAccessControllerService',
'App\\Controller\\BackOffice\\UserController' => 'getUserControllerService',
'App\\Controller\\BackOffice\\WebhooksController' => 'getWebhooksControllerService',
'App\\Controller\\CarRentalController' => 'getCarRentalControllerService',
'App\\Controller\\CheckoutController' => 'getCheckoutControllerService',
'App\\Controller\\CoreOffice\\ActivityController' => 'getActivityController2Service',
'App\\Controller\\CoreOffice\\Activity\\CategoryController' => 'getCategoryControllerService',
'App\\Controller\\CoreOffice\\Activity\\GroupController' => 'getGroupControllerService',
'App\\Controller\\CoreOffice\\Activity\\RateController' => 'getRateControllerService',
'App\\Controller\\CoreOffice\\AjaxController' => 'getAjaxControllerService',
'App\\Controller\\CoreOffice\\CityController' => 'getCityControllerService',
'App\\Controller\\CoreOffice\\CoreOfficeController' => 'getCoreOfficeControllerService',
'App\\Controller\\CoreOffice\\CountryController' => 'getCountryController2Service',
'App\\Controller\\CoreOffice\\CredentialController' => 'getCredentialControllerService',
'App\\Controller\\CoreOffice\\CurrencyController' => 'getCurrencyControllerService',
'App\\Controller\\CoreOffice\\HotelController' => 'getHotelControllerService',
'App\\Controller\\CoreOffice\\HotelHotelProviderController' => 'getHotelHotelProviderControllerService',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController' => 'getHotelHotelProviderHotelRoomControllerService',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController' => 'getAvailabilityControllerService',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController' => 'getAvailabilityLogControllerService',
'App\\Controller\\CoreOffice\\Hotel\\BedController' => 'getBedControllerService',
'App\\Controller\\CoreOffice\\Hotel\\RateController' => 'getRateController2Service',
'App\\Controller\\CoreOffice\\Hotel\\RoomController' => 'getRoomControllerService',
'App\\Controller\\CoreOffice\\MealPlanController' => 'getMealPlanControllerService',
'App\\Controller\\CoreOffice\\ProfileController' => 'getProfileControllerService',
'App\\Controller\\CoreOffice\\PromotionController' => 'getPromotionControllerService',
'App\\Controller\\CoreOffice\\RoleController' => 'getRoleControllerService',
'App\\Controller\\CoreOffice\\StateController' => 'getStateControllerService',
'App\\Controller\\CoreOffice\\SupplierController' => 'getSupplierControllerService',
'App\\Controller\\CoreOffice\\TransferController' => 'getTransferControllerService',
'App\\Controller\\CoreOffice\\Transfer\\AirportController' => 'getAirportControllerService',
'App\\Controller\\CoreOffice\\Transfer\\LocationController' => 'getLocationControllerService',
'App\\Controller\\CoreOffice\\Transfer\\RateController' => 'getRateController3Service',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController' => 'getVehicleControllerService',
'App\\Controller\\CoreOffice\\ZipCodeController' => 'getZipCodeControllerService',
'App\\Controller\\CreditNoteController' => 'getCreditNoteControllerService',
'App\\Controller\\FormAjaxController' => 'getFormAjaxController2Service',
'App\\Controller\\HomeController' => 'getHomeControllerService',
'App\\Controller\\HotelController' => 'getHotelController2Service',
'App\\Controller\\InvoiceController' => 'getInvoiceControllerService',
'App\\Controller\\LoginController' => 'getLoginControllerService',
'App\\Controller\\PromoController' => 'getPromoControllerService',
'App\\Controller\\RequestAccessController' => 'getRequestAccessController2Service',
'App\\Controller\\ReservationController' => 'getReservationControllerService',
'App\\Controller\\SupplierController' => 'getSupplierController2Service',
'App\\Controller\\TransferController' => 'getTransferController2Service',
'App\\Controller\\TripController' => 'getTripControllerService',
'App\\Controller\\VoucherController' => 'getVoucherControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.App\\Command\\HotelRemindersCommand' => 'getHotelRemindersCommandService',
'console.command.public_alias.App\\Command\\InvoicingSystemAPICommand' => 'getInvoicingSystemAPICommandService',
'console.command.public_alias.App\\Command\\NotificationDailyPendingPaymentsCommand' => 'getNotificationDailyPendingPaymentsCommandService',
'console.command.public_alias.App\\Command\\NotificationDailyReportsCommand' => 'getNotificationDailyReportsCommandService',
'console.command.public_alias.App\\Command\\NotificationSystemAPICommand' => 'getNotificationSystemAPICommandService',
'console.command.public_alias.App\\Command\\NotificationSystemCommand' => 'getNotificationSystemCommandService',
'console.command.public_alias.App\\Command\\UpdateBillsCommand' => 'getUpdateBillsCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.api_connection' => 'getDoctrine_Dbal_ApiConnectionService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.api_entity_manager' => 'getDoctrine_Orm_ApiEntityManagerService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'test.client' => 'getTest_ClientService',
'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
'test.service_container' => 'getTest_ServiceContainerService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->aliases = [
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/KernelRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/AppExtensions.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ConvertCamelCase.php';
include_once \dirname(__DIR__, 4).'/src/Twig/CustomCurrencyFilters.php';
include_once \dirname(__DIR__, 4).'/src/Twig/CustomDateFilter.php';
include_once \dirname(__DIR__, 4).'/src/Twig/CustomTextFilters.php';
include_once \dirname(__DIR__, 4).'/src/Twig/CustomerAccountImageExists.php';
include_once \dirname(__DIR__, 4).'/src/Twig/DiffNumber.php';
include_once \dirname(__DIR__, 4).'/src/Twig/HotelFunctions.php';
include_once \dirname(__DIR__, 4).'/src/Twig/PhoneNumberFormat.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Pluralize.php';
include_once \dirname(__DIR__, 4).'/src/Twig/TextColorCriteria.php';
include_once \dirname(__DIR__, 4).'/src/Twig/TransferFunctions.php';
include_once \dirname(__DIR__, 4).'/src/Twig/TripItemCustomerAccountCommission.php';
include_once \dirname(__DIR__, 4).'/src/Twig/TruncateText.php';
include_once \dirname(__DIR__, 4).'/src/Twig/UrlFunctions.php';
include_once \dirname(__DIR__, 4).'/src/Utilities/AssetUrl/AssetUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/maxbanton/cwh/src/Handler/CloudWatch.php';
include_once \dirname(__DIR__, 4).'/src/Utilities/Logs/CloudWatchJsonConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/UrlPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DoctrineProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once __DIR__.'/proxy-classes.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function createProxy($class, \Closure $factory)
{
return $factory();
}
/**
* Gets the public '.container.private.cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function get_Container_Private_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
yield 1 => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
}, 2));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* Gets the public '.container.private.form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function get_Container_Private_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(($this->privates['profiler.storage'] ?? ($this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')))), ($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), true);
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
$instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
$instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
$instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
$instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
$instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
$instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
$instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
$instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
$instance->add(($this->privates['data_collector.http_client'] ?? $this->getDataCollector_HttpClientService()));
$instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
$instance->add(($this->privates['doctrine_migrations.migrations_collector'] ?? $this->getDoctrineMigrations_MigrationsCollectorService()));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add(($this->privates['mailer.data_collector'] ?? $this->getMailer_DataCollectorService()));
$instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*
* @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
*/
protected function get_Container_Private_Security_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => ($this->privates['serializer.denormalizer.unwrapping'] ?? $this->getSerializer_Denormalizer_UnwrappingService()), 1 => ($this->privates['serializer.normalizer.problem'] ?? ($this->privates['serializer.normalizer.problem'] = new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true))), 2 => ($this->privates['serializer.normalizer.uid'] ?? ($this->privates['serializer.normalizer.uid'] = new \Symfony\Component\Serializer\Normalizer\UidNormalizer())), 3 => ($this->privates['serializer.normalizer.datetime'] ?? ($this->privates['serializer.normalizer.datetime'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer())), 4 => ($this->privates['serializer.normalizer.constraint_violation_list'] ?? $this->getSerializer_Normalizer_ConstraintViolationListService()), 5 => ($this->privates['serializer.normalizer.mime_message'] ?? $this->getSerializer_Normalizer_MimeMessageService()), 6 => ($this->privates['serializer.normalizer.datetimezone'] ?? ($this->privates['serializer.normalizer.datetimezone'] = new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer())), 7 => ($this->privates['serializer.normalizer.dateinterval'] ?? ($this->privates['serializer.normalizer.dateinterval'] = new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer())), 8 => ($this->privates['serializer.normalizer.form_error'] ?? ($this->privates['serializer.normalizer.form_error'] = new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer())), 9 => ($this->privates['serializer.normalizer.backed_enum'] ?? ($this->privates['serializer.normalizer.backed_enum'] = new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer())), 10 => ($this->privates['serializer.normalizer.data_uri'] ?? $this->getSerializer_Normalizer_DataUriService()), 11 => ($this->privates['serializer.normalizer.json_serializable'] ?? ($this->privates['serializer.normalizer.json_serializable'] = new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL))), 12 => ($this->privates['serializer.denormalizer.array'] ?? ($this->privates['serializer.denormalizer.array'] = new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer())), 13 => ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService())], [0 => ($this->privates['serializer.encoder.xml'] ?? ($this->privates['serializer.encoder.xml'] = new \Symfony\Component\Serializer\Encoder\XmlEncoder())), 1 => ($this->privates['serializer.encoder.json'] ?? ($this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL))), 2 => ($this->privates['serializer.encoder.yaml'] ?? ($this->privates['serializer.encoder.yaml'] = new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL))), 3 => ($this->privates['serializer.encoder.csv'] ?? ($this->privates['serializer.encoder.csv'] = new \Symfony\Component\Serializer\Encoder\CsvEncoder()))]);
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
$a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
if (isset($this->services['.container.private.session'])) {
return $this->services['.container.private.session'];
}
return $this->services['.container.private.session'] = $a->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
$instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
$instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
$instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
$instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
$instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
$instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
$instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
$instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
$instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
$instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
$instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
$instance->addExtension(($this->privates['twig.extension.weblink'] ?? $this->getTwig_Extension_WeblinkService()));
$instance->addExtension(($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension())));
$instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
$instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
$instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
$instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
$instance->addExtension(($this->privates['App\\Twig\\AppExtensions'] ?? ($this->privates['App\\Twig\\AppExtensions'] = new \App\Twig\AppExtensions())));
$instance->addExtension(($this->privates['App\\Twig\\ConvertCamelCase'] ?? ($this->privates['App\\Twig\\ConvertCamelCase'] = new \App\Twig\ConvertCamelCase())));
$instance->addExtension(($this->privates['App\\Twig\\CustomCurrencyFilters'] ?? ($this->privates['App\\Twig\\CustomCurrencyFilters'] = new \App\Twig\CustomCurrencyFilters())));
$instance->addExtension(($this->privates['App\\Twig\\CustomDateFilter'] ?? ($this->privates['App\\Twig\\CustomDateFilter'] = new \App\Twig\CustomDateFilter())));
$instance->addExtension(($this->privates['App\\Twig\\CustomTextFilters'] ?? ($this->privates['App\\Twig\\CustomTextFilters'] = new \App\Twig\CustomTextFilters())));
$instance->addExtension(($this->privates['App\\Twig\\CustomerAccountImageExists'] ?? ($this->privates['App\\Twig\\CustomerAccountImageExists'] = new \App\Twig\CustomerAccountImageExists())));
$instance->addExtension(($this->privates['App\\Twig\\DiffNumber'] ?? ($this->privates['App\\Twig\\DiffNumber'] = new \App\Twig\DiffNumber())));
$instance->addExtension(($this->privates['App\\Twig\\HotelFunctions'] ?? ($this->privates['App\\Twig\\HotelFunctions'] = new \App\Twig\HotelFunctions())));
$instance->addExtension(($this->privates['App\\Twig\\PhoneNumberFormat'] ?? $this->getPhoneNumberFormatService()));
$instance->addExtension(($this->privates['App\\Twig\\Pluralize'] ?? ($this->privates['App\\Twig\\Pluralize'] = new \App\Twig\Pluralize())));
$instance->addExtension(($this->privates['App\\Twig\\TextColorCriteria'] ?? ($this->privates['App\\Twig\\TextColorCriteria'] = new \App\Twig\TextColorCriteria())));
$instance->addExtension(($this->privates['App\\Twig\\TransferFunctions'] ?? ($this->privates['App\\Twig\\TransferFunctions'] = new \App\Twig\TransferFunctions())));
$instance->addExtension(($this->privates['App\\Twig\\TripItemCustomerAccountCommission'] ?? ($this->privates['App\\Twig\\TripItemCustomerAccountCommission'] = new \App\Twig\TripItemCustomerAccountCommission())));
$instance->addExtension(($this->privates['App\\Twig\\TruncateText'] ?? ($this->privates['App\\Twig\\TruncateText'] = new \App\Twig\TruncateText())));
$instance->addExtension(($this->privates['App\\Twig\\UrlFunctions'] ?? ($this->privates['App\\Twig\\UrlFunctions'] = new \App\Twig\UrlFunctions())));
$instance->addExtension(($this->privates['App\\Utilities\\AssetUrl\\AssetUrlExtension'] ?? $this->getAssetUrlExtensionService()));
$instance->addExtension(($this->privates['twig.extension.intl'] ?? ($this->privates['twig.extension.intl'] = new \Twig\Extra\Intl\IntlExtension())));
$instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
$instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
$instance->addExtension(($this->privates['jms_serializer.twig_extension.serializer'] ?? ($this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension())));
$instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
$instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
$instance->addGlobal('system_name', 'Overseas Network');
$instance->addGlobal('GOOGLE_API_KEY', $this->getEnv('GOOGLE_API_KEY'));
$instance->addGlobal('google_recaptcha_site_key', $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'));
$instance->registerUndefinedFilterCallback([0 => $a, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $a, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $a, 1 => 'suggestTag']);
($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService()));
}
/**
* Gets the public 'App\Controller\ActivityController' shared autowired service.
*
* @return \App\Controller\ActivityController
*/
protected function getActivityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ActivityController.php';
$this->services['App\\Controller\\ActivityController'] = $instance = new \App\Controller\ActivityController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ActivityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\AutocompleteController' shared autowired service.
*
* @return \App\Controller\AutocompleteController
*/
protected function getAutocompleteControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/AutocompleteController.php';
$this->services['App\\Controller\\AutocompleteController'] = $instance = new \App\Controller\AutocompleteController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AutocompleteController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Accounting\AccountingController' shared autowired service.
*
* @return \App\Controller\BackOffice\Accounting\AccountingController
*/
protected function getAccountingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Accounting/AccountingController.php';
$this->services['App\\Controller\\BackOffice\\Accounting\\AccountingController'] = $instance = new \App\Controller\BackOffice\Accounting\AccountingController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Accounting\\AccountingController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Accounting\CommissionPaymentController' shared autowired service.
*
* @return \App\Controller\BackOffice\Accounting\CommissionPaymentController
*/
protected function getCommissionPaymentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Accounting/CommissionPaymentController.php';
$this->services['App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController'] = $instance = new \App\Controller\BackOffice\Accounting\CommissionPaymentController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Accounting\PaymentController' shared autowired service.
*
* @return \App\Controller\BackOffice\Accounting\PaymentController
*/
protected function getPaymentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Accounting/PaymentController.php';
$this->services['App\\Controller\\BackOffice\\Accounting\\PaymentController'] = $instance = new \App\Controller\BackOffice\Accounting\PaymentController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Accounting\\PaymentController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Accounting\PaymentToSupplierController' shared autowired service.
*
* @return \App\Controller\BackOffice\Accounting\PaymentToSupplierController
*/
protected function getPaymentToSupplierControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Accounting/PaymentToSupplierController.php';
$this->services['App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController'] = $instance = new \App\Controller\BackOffice\Accounting\PaymentToSupplierController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Accounting\Report\CIPVReportController' shared autowired service.
*
* @return \App\Controller\BackOffice\Accounting\Report\CIPVReportController
*/
protected function getCIPVReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Accounting/Report/CIPVReportController.php';
$this->services['App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController'] = $instance = new \App\Controller\BackOffice\Accounting\Report\CIPVReportController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Accounting\Report\MasterListReportController' shared autowired service.
*
* @return \App\Controller\BackOffice\Accounting\Report\MasterListReportController
*/
protected function getMasterListReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Accounting/Report/MasterListReportController.php';
$this->services['App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController'] = $instance = new \App\Controller\BackOffice\Accounting\Report\MasterListReportController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Accounting\Report\SalesReportController' shared autowired service.
*
* @return \App\Controller\BackOffice\Accounting\Report\SalesReportController
*/
protected function getSalesReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Accounting/Report/SalesReportController.php';
$this->services['App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController'] = $instance = new \App\Controller\BackOffice\Accounting\Report\SalesReportController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Accounting\Report\TopPerformersReportController' shared autowired service.
*
* @return \App\Controller\BackOffice\Accounting\Report\TopPerformersReportController
*/
protected function getTopPerformersReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Accounting/Report/TopPerformersReportController.php';
$this->services['App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController'] = $instance = new \App\Controller\BackOffice\Accounting\Report\TopPerformersReportController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\BackOfficeController' shared autowired service.
*
* @return \App\Controller\BackOffice\BackOfficeController
*/
protected function getBackOfficeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/BackOfficeController.php';
$this->services['App\\Controller\\BackOffice\\BackOfficeController'] = $instance = new \App\Controller\BackOffice\BackOfficeController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\BackOfficeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\BulkController' shared autowired service.
*
* @return \App\Controller\BackOffice\BulkController
*/
protected function getBulkControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/BulkController.php';
$this->services['App\\Controller\\BackOffice\\BulkController'] = $instance = new \App\Controller\BackOffice\BulkController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\BulkController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\CollectionHotelController' shared autowired service.
*
* @return \App\Controller\BackOffice\CollectionHotelController
*/
protected function getCollectionHotelControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/CollectionHotelController.php';
$this->services['App\\Controller\\BackOffice\\CollectionHotelController'] = $instance = new \App\Controller\BackOffice\CollectionHotelController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\CollectionHotelController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\CollectionPageController' shared autowired service.
*
* @return \App\Controller\BackOffice\CollectionPageController
*/
protected function getCollectionPageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/CollectionPageController.php';
$this->services['App\\Controller\\BackOffice\\CollectionPageController'] = $instance = new \App\Controller\BackOffice\CollectionPageController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\CollectionPageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\CountryController' shared autowired service.
*
* @return \App\Controller\BackOffice\CountryController
*/
protected function getCountryControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/CountryController.php';
$this->services['App\\Controller\\BackOffice\\CountryController'] = $instance = new \App\Controller\BackOffice\CountryController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\CountryController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\CustomerAccountController' shared autowired service.
*
* @return \App\Controller\BackOffice\CustomerAccountController
*/
protected function getCustomerAccountControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/CustomerAccountController.php';
$this->services['App\\Controller\\BackOffice\\CustomerAccountController'] = $instance = new \App\Controller\BackOffice\CustomerAccountController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\CustomerAccountController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\FormAjaxController' shared autowired service.
*
* @return \App\Controller\BackOffice\FormAjaxController
*/
protected function getFormAjaxControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/FormAjaxController.php';
$this->services['App\\Controller\\BackOffice\\FormAjaxController'] = $instance = new \App\Controller\BackOffice\FormAjaxController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\FormAjaxController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\LogController' shared autowired service.
*
* @return \App\Controller\BackOffice\LogController
*/
protected function getLogControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/LogController.php';
$this->services['App\\Controller\\BackOffice\\LogController'] = $instance = new \App\Controller\BackOffice\LogController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\LogController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\MyQuoteController' shared autowired service.
*
* @return \App\Controller\BackOffice\MyQuoteController
*/
protected function getMyQuoteControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/MyQuoteController.php';
$this->services['App\\Controller\\BackOffice\\MyQuoteController'] = $instance = new \App\Controller\BackOffice\MyQuoteController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\MyQuoteController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\NotificationController' shared autowired service.
*
* @return \App\Controller\BackOffice\NotificationController
*/
protected function getNotificationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/NotificationController.php';
$this->services['App\\Controller\\BackOffice\\NotificationController'] = $instance = new \App\Controller\BackOffice\NotificationController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\NotificationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\ProviderConfirmationController' shared autowired service.
*
* @return \App\Controller\BackOffice\ProviderConfirmationController
*/
protected function getProviderConfirmationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/ProviderConfirmationController.php';
$this->services['App\\Controller\\BackOffice\\ProviderConfirmationController'] = $instance = new \App\Controller\BackOffice\ProviderConfirmationController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\ProviderConfirmationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\QualityControlController' shared autowired service.
*
* @return \App\Controller\BackOffice\QualityControlController
*/
protected function getQualityControlControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/QualityControlController.php';
$this->services['App\\Controller\\BackOffice\\QualityControlController'] = $instance = new \App\Controller\BackOffice\QualityControlController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\QualityControlController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\QuoteController' shared autowired service.
*
* @return \App\Controller\BackOffice\QuoteController
*/
protected function getQuoteControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/QuoteController.php';
$this->services['App\\Controller\\BackOffice\\QuoteController'] = $instance = new \App\Controller\BackOffice\QuoteController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\QuoteController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\QuoteItemController' shared autowired service.
*
* @return \App\Controller\BackOffice\QuoteItemController
*/
protected function getQuoteItemControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/QuoteItemController.php';
$this->services['App\\Controller\\BackOffice\\QuoteItemController'] = $instance = new \App\Controller\BackOffice\QuoteItemController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\QuoteItemController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\ReportController' shared autowired service.
*
* @return \App\Controller\BackOffice\ReportController
*/
protected function getReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/ReportController.php';
$this->services['App\\Controller\\BackOffice\\ReportController'] = $instance = new \App\Controller\BackOffice\ReportController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\ReportController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Report\BudgetReportController' shared autowired service.
*
* @return \App\Controller\BackOffice\Report\BudgetReportController
*/
protected function getBudgetReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Report/BudgetReportController.php';
$this->services['App\\Controller\\BackOffice\\Report\\BudgetReportController'] = $instance = new \App\Controller\BackOffice\Report\BudgetReportController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Report\\BudgetReportController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Report\CommissionReportController' shared autowired service.
*
* @return \App\Controller\BackOffice\Report\CommissionReportController
*/
protected function getCommissionReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Report/CommissionReportController.php';
$this->services['App\\Controller\\BackOffice\\Report\\CommissionReportController'] = $instance = new \App\Controller\BackOffice\Report\CommissionReportController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Report\\CommissionReportController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\Report\ProfitReportController' shared autowired service.
*
* @return \App\Controller\BackOffice\Report\ProfitReportController
*/
protected function getProfitReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/Report/ProfitReportController.php';
$this->services['App\\Controller\\BackOffice\\Report\\ProfitReportController'] = $instance = new \App\Controller\BackOffice\Report\ProfitReportController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\Report\\ProfitReportController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\RequestAccessController' shared autowired service.
*
* @return \App\Controller\BackOffice\RequestAccessController
*/
protected function getRequestAccessControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/RequestAccessController.php';
$this->services['App\\Controller\\BackOffice\\RequestAccessController'] = $instance = new \App\Controller\BackOffice\RequestAccessController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\RequestAccessController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\UserController' shared autowired service.
*
* @return \App\Controller\BackOffice\UserController
*/
protected function getUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/UserController.php';
$this->services['App\\Controller\\BackOffice\\UserController'] = $instance = new \App\Controller\BackOffice\UserController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\UserController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BackOffice\WebhooksController' shared autowired service.
*
* @return \App\Controller\BackOffice\WebhooksController
*/
protected function getWebhooksControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BackOffice/WebhooksController.php';
$a = $this->getWebhooksController2Service();
$this->services['App\\Controller\\BackOffice\\WebhooksController'] = $instance = new \App\Controller\BackOffice\WebhooksController($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer($a);
return $instance;
}
/**
* Gets the public 'App\Controller\CarRentalController' shared autowired service.
*
* @return \App\Controller\CarRentalController
*/
protected function getCarRentalControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CarRentalController.php';
$this->services['App\\Controller\\CarRentalController'] = $instance = new \App\Controller\CarRentalController(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\AuthTokenService'] ?? $this->getAuthTokenServiceService()), ($this->privates['App\\Service\\CarRentalApi'] ?? $this->getCarRentalApiService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CarRentalController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CheckoutController' shared autowired service.
*
* @return \App\Controller\CheckoutController
*/
protected function getCheckoutControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CheckoutController.php';
$this->services['App\\Controller\\CheckoutController'] = $instance = new \App\Controller\CheckoutController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CheckoutController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\ActivityController' shared autowired service.
*
* @return \App\Controller\CoreOffice\ActivityController
*/
protected function getActivityController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/ActivityController.php';
$this->services['App\\Controller\\CoreOffice\\ActivityController'] = $instance = new \App\Controller\CoreOffice\ActivityController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\ActivityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Activity\CategoryController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Activity\CategoryController
*/
protected function getCategoryControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Activity/CategoryController.php';
$this->services['App\\Controller\\CoreOffice\\Activity\\CategoryController'] = $instance = new \App\Controller\CoreOffice\Activity\CategoryController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Activity\\CategoryController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Activity\GroupController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Activity\GroupController
*/
protected function getGroupControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Activity/GroupController.php';
$this->services['App\\Controller\\CoreOffice\\Activity\\GroupController'] = $instance = new \App\Controller\CoreOffice\Activity\GroupController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Activity\\GroupController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Activity\RateController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Activity\RateController
*/
protected function getRateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Activity/RateController.php';
$this->services['App\\Controller\\CoreOffice\\Activity\\RateController'] = $instance = new \App\Controller\CoreOffice\Activity\RateController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Activity\\RateController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\AjaxController' shared autowired service.
*
* @return \App\Controller\CoreOffice\AjaxController
*/
protected function getAjaxControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/AjaxController.php';
$this->services['App\\Controller\\CoreOffice\\AjaxController'] = $instance = new \App\Controller\CoreOffice\AjaxController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\AjaxController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\CityController' shared autowired service.
*
* @return \App\Controller\CoreOffice\CityController
*/
protected function getCityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/CityController.php';
$this->services['App\\Controller\\CoreOffice\\CityController'] = $instance = new \App\Controller\CoreOffice\CityController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\CityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\CoreOfficeController' shared autowired service.
*
* @return \App\Controller\CoreOffice\CoreOfficeController
*/
protected function getCoreOfficeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/CoreOfficeController.php';
$this->services['App\\Controller\\CoreOffice\\CoreOfficeController'] = $instance = new \App\Controller\CoreOffice\CoreOfficeController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\CoreOfficeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\CountryController' shared autowired service.
*
* @return \App\Controller\CoreOffice\CountryController
*/
protected function getCountryController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/CountryController.php';
$this->services['App\\Controller\\CoreOffice\\CountryController'] = $instance = new \App\Controller\CoreOffice\CountryController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\CountryController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\CredentialController' shared autowired service.
*
* @return \App\Controller\CoreOffice\CredentialController
*/
protected function getCredentialControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/CredentialController.php';
$this->services['App\\Controller\\CoreOffice\\CredentialController'] = $instance = new \App\Controller\CoreOffice\CredentialController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\CredentialController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\CurrencyController' shared autowired service.
*
* @return \App\Controller\CoreOffice\CurrencyController
*/
protected function getCurrencyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/CurrencyController.php';
$this->services['App\\Controller\\CoreOffice\\CurrencyController'] = $instance = new \App\Controller\CoreOffice\CurrencyController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\CurrencyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\HotelController' shared autowired service.
*
* @return \App\Controller\CoreOffice\HotelController
*/
protected function getHotelControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/HotelController.php';
$this->services['App\\Controller\\CoreOffice\\HotelController'] = $instance = new \App\Controller\CoreOffice\HotelController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\HotelController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\HotelHotelProviderController' shared autowired service.
*
* @return \App\Controller\CoreOffice\HotelHotelProviderController
*/
protected function getHotelHotelProviderControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/HotelHotelProviderController.php';
$this->services['App\\Controller\\CoreOffice\\HotelHotelProviderController'] = $instance = new \App\Controller\CoreOffice\HotelHotelProviderController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\HotelHotelProviderController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\HotelHotelProviderHotelRoomController' shared autowired service.
*
* @return \App\Controller\CoreOffice\HotelHotelProviderHotelRoomController
*/
protected function getHotelHotelProviderHotelRoomControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/HotelHotelProviderHotelRoomController.php';
$this->services['App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController'] = $instance = new \App\Controller\CoreOffice\HotelHotelProviderHotelRoomController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Hotel\AvailabilityController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Hotel\AvailabilityController
*/
protected function getAvailabilityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Hotel/AvailabilityController.php';
$this->services['App\\Controller\\CoreOffice\\Hotel\\AvailabilityController'] = $instance = new \App\Controller\CoreOffice\Hotel\AvailabilityController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Hotel\\AvailabilityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Hotel\AvailabilityLogController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Hotel\AvailabilityLogController
*/
protected function getAvailabilityLogControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Hotel/AvailabilityLogController.php';
$this->services['App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController'] = $instance = new \App\Controller\CoreOffice\Hotel\AvailabilityLogController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Hotel\BedController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Hotel\BedController
*/
protected function getBedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Hotel/BedController.php';
$this->services['App\\Controller\\CoreOffice\\Hotel\\BedController'] = $instance = new \App\Controller\CoreOffice\Hotel\BedController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Hotel\\BedController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Hotel\RateController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Hotel\RateController
*/
protected function getRateController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Hotel/RateController.php';
$this->services['App\\Controller\\CoreOffice\\Hotel\\RateController'] = $instance = new \App\Controller\CoreOffice\Hotel\RateController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Hotel\\RateController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Hotel\RoomController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Hotel\RoomController
*/
protected function getRoomControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Hotel/RoomController.php';
$this->services['App\\Controller\\CoreOffice\\Hotel\\RoomController'] = $instance = new \App\Controller\CoreOffice\Hotel\RoomController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Hotel\\RoomController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\MealPlanController' shared autowired service.
*
* @return \App\Controller\CoreOffice\MealPlanController
*/
protected function getMealPlanControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/MealPlanController.php';
$this->services['App\\Controller\\CoreOffice\\MealPlanController'] = $instance = new \App\Controller\CoreOffice\MealPlanController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\MealPlanController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\ProfileController' shared autowired service.
*
* @return \App\Controller\CoreOffice\ProfileController
*/
protected function getProfileControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/ProfileController.php';
$this->services['App\\Controller\\CoreOffice\\ProfileController'] = $instance = new \App\Controller\CoreOffice\ProfileController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\ProfileController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\PromotionController' shared autowired service.
*
* @return \App\Controller\CoreOffice\PromotionController
*/
protected function getPromotionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/PromotionController.php';
$this->services['App\\Controller\\CoreOffice\\PromotionController'] = $instance = new \App\Controller\CoreOffice\PromotionController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\PromotionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\RoleController' shared autowired service.
*
* @return \App\Controller\CoreOffice\RoleController
*/
protected function getRoleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/RoleController.php';
$this->services['App\\Controller\\CoreOffice\\RoleController'] = $instance = new \App\Controller\CoreOffice\RoleController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\RoleController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\StateController' shared autowired service.
*
* @return \App\Controller\CoreOffice\StateController
*/
protected function getStateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/StateController.php';
$this->services['App\\Controller\\CoreOffice\\StateController'] = $instance = new \App\Controller\CoreOffice\StateController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\StateController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\SupplierController' shared autowired service.
*
* @return \App\Controller\CoreOffice\SupplierController
*/
protected function getSupplierControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/SupplierController.php';
$this->services['App\\Controller\\CoreOffice\\SupplierController'] = $instance = new \App\Controller\CoreOffice\SupplierController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\SupplierController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\TransferController' shared autowired service.
*
* @return \App\Controller\CoreOffice\TransferController
*/
protected function getTransferControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/TransferController.php';
$this->services['App\\Controller\\CoreOffice\\TransferController'] = $instance = new \App\Controller\CoreOffice\TransferController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\TransferController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Transfer\AirportController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Transfer\AirportController
*/
protected function getAirportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Transfer/AirportController.php';
$this->services['App\\Controller\\CoreOffice\\Transfer\\AirportController'] = $instance = new \App\Controller\CoreOffice\Transfer\AirportController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Transfer\\AirportController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Transfer\LocationController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Transfer\LocationController
*/
protected function getLocationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Transfer/LocationController.php';
$this->services['App\\Controller\\CoreOffice\\Transfer\\LocationController'] = $instance = new \App\Controller\CoreOffice\Transfer\LocationController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Transfer\\LocationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Transfer\RateController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Transfer\RateController
*/
protected function getRateController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Transfer/RateController.php';
$this->services['App\\Controller\\CoreOffice\\Transfer\\RateController'] = $instance = new \App\Controller\CoreOffice\Transfer\RateController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Transfer\\RateController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\Transfer\VehicleController' shared autowired service.
*
* @return \App\Controller\CoreOffice\Transfer\VehicleController
*/
protected function getVehicleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/Transfer/VehicleController.php';
$this->services['App\\Controller\\CoreOffice\\Transfer\\VehicleController'] = $instance = new \App\Controller\CoreOffice\Transfer\VehicleController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\Transfer\\VehicleController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CoreOffice\ZipCodeController' shared autowired service.
*
* @return \App\Controller\CoreOffice\ZipCodeController
*/
protected function getZipCodeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CoreOffice/ZipCodeController.php';
$this->services['App\\Controller\\CoreOffice\\ZipCodeController'] = $instance = new \App\Controller\CoreOffice\ZipCodeController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CoreOffice\\ZipCodeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CreditNoteController' shared autowired service.
*
* @return \App\Controller\CreditNoteController
*/
protected function getCreditNoteControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CreditNoteController.php';
$this->services['App\\Controller\\CreditNoteController'] = $instance = new \App\Controller\CreditNoteController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CreditNoteController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\FormAjaxController' shared autowired service.
*
* @return \App\Controller\FormAjaxController
*/
protected function getFormAjaxController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/FormAjaxController.php';
$this->services['App\\Controller\\FormAjaxController'] = $instance = new \App\Controller\FormAjaxController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FormAjaxController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HomeController' shared autowired service.
*
* @return \App\Controller\HomeController
*/
protected function getHomeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HomeController.php';
$this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\AuthTokenService'] ?? $this->getAuthTokenServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HomeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HotelController' shared autowired service.
*
* @return \App\Controller\HotelController
*/
protected function getHotelController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HotelController.php';
$this->services['App\\Controller\\HotelController'] = $instance = new \App\Controller\HotelController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HotelController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\InvoiceController' shared autowired service.
*
* @return \App\Controller\InvoiceController
*/
protected function getInvoiceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/InvoiceController.php';
$this->services['App\\Controller\\InvoiceController'] = $instance = new \App\Controller\InvoiceController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\InvoiceController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LoginController' shared autowired service.
*
* @return \App\Controller\LoginController
*/
protected function getLoginControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LoginController.php';
$this->services['App\\Controller\\LoginController'] = $instance = new \App\Controller\LoginController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\LoginController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PromoController' shared autowired service.
*
* @return \App\Controller\PromoController
*/
protected function getPromoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PromoController.php';
$this->services['App\\Controller\\PromoController'] = $instance = new \App\Controller\PromoController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PromoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\RequestAccessController' shared autowired service.
*
* @return \App\Controller\RequestAccessController
*/
protected function getRequestAccessController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/RequestAccessController.php';
$this->services['App\\Controller\\RequestAccessController'] = $instance = new \App\Controller\RequestAccessController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RequestAccessController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReservationController' shared autowired service.
*
* @return \App\Controller\ReservationController
*/
protected function getReservationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReservationController.php';
$this->services['App\\Controller\\ReservationController'] = $instance = new \App\Controller\ReservationController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ReservationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SupplierController' shared autowired service.
*
* @return \App\Controller\SupplierController
*/
protected function getSupplierController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SupplierController.php';
$this->services['App\\Controller\\SupplierController'] = $instance = new \App\Controller\SupplierController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SupplierController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TransferController' shared autowired service.
*
* @return \App\Controller\TransferController
*/
protected function getTransferController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TransferController.php';
$this->services['App\\Controller\\TransferController'] = $instance = new \App\Controller\TransferController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TransferController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TripController' shared autowired service.
*
* @return \App\Controller\TripController
*/
protected function getTripControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TripController.php';
$this->services['App\\Controller\\TripController'] = $instance = new \App\Controller\TripController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TripController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\VoucherController' shared autowired service.
*
* @return \App\Controller\VoucherController
*/
protected function getVoucherControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/VoucherController.php';
$this->services['App\\Controller\\VoucherController'] = $instance = new \App\Controller\VoucherController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\VoucherController', $this));
return $instance;
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.doctrine.orm.api.metadata' => ($this->privates['cache.doctrine.orm.api.metadata'] ?? $this->getCache_Doctrine_Orm_Api_MetadataService()), 'cache.doctrine.orm.api.result' => ($this->privates['cache.doctrine.orm.api.result'] ?? $this->getCache_Doctrine_Orm_Api_ResultService()), 'cache.doctrine.orm.api.query' => ($this->privates['cache.doctrine.orm.api.query'] ?? $this->getCache_Doctrine_Orm_Api_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator_expression_language.recorder_inner'] ?? $this->getCache_ValidatorExpressionLanguage_RecorderInnerService()));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
}, 9), true, ($this->targetDir.''.'/App_KernelTestDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command.public_alias.App\Command\HotelRemindersCommand' shared autowired service.
*
* @return \App\Command\HotelRemindersCommand
*/
protected function getHotelRemindersCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/HotelRemindersCommand.php';
return $this->services['console.command.public_alias.App\\Command\\HotelRemindersCommand'] = new \App\Command\HotelRemindersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Mailer\\NotificationSystemAPIMailer'] ?? $this->getNotificationSystemAPIMailerService()), ($this->privates['App\\COREapi\\ReservationApi'] ?? $this->getReservationApiService()), ($this->privates['App\\COREapi\\CoreApi'] ?? $this->getCoreApiService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\InvoicingSystemAPICommand' shared autowired service.
*
* @return \App\Command\InvoicingSystemAPICommand
*/
protected function getInvoicingSystemAPICommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/InvoicingSystemAPICommand.php';
return $this->services['console.command.public_alias.App\\Command\\InvoicingSystemAPICommand'] = new \App\Command\InvoicingSystemAPICommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\QuickbooksAPI\\QuickbooksAPI'] ?? $this->getQuickbooksAPIService()), ($this->privates['App\\COREapi\\ReservationApi'] ?? $this->getReservationApiService()), ($this->privates['App\\NotificationSystem\\NotificationSystem'] ?? $this->getNotificationSystemService()), ($this->privates['App\\COREapi\\CoreApi'] ?? $this->getCoreApiService()), ($this->privates['App\\Reservation\\ReservationFactory'] ?? $this->getReservationFactoryService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\NotificationDailyPendingPaymentsCommand' shared autowired service.
*
* @return \App\Command\NotificationDailyPendingPaymentsCommand
*/
protected function getNotificationDailyPendingPaymentsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/NotificationDailyPendingPaymentsCommand.php';
return $this->services['console.command.public_alias.App\\Command\\NotificationDailyPendingPaymentsCommand'] = new \App\Command\NotificationDailyPendingPaymentsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Mailer\\NotificationSystemMailer'] ?? $this->getNotificationSystemMailerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\NotificationDailyReportsCommand' shared autowired service.
*
* @return \App\Command\NotificationDailyReportsCommand
*/
protected function getNotificationDailyReportsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/NotificationDailyReportsCommand.php';
return $this->services['console.command.public_alias.App\\Command\\NotificationDailyReportsCommand'] = new \App\Command\NotificationDailyReportsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Mailer\\NotificationSystemMailer'] ?? $this->getNotificationSystemMailerService()), ($this->privates['App\\COREapi\\CoreApi'] ?? $this->getCoreApiService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\NotificationSystemAPICommand' shared autowired service.
*
* @return \App\Command\NotificationSystemAPICommand
*/
protected function getNotificationSystemAPICommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/NotificationSystemAPICommand.php';
return $this->services['console.command.public_alias.App\\Command\\NotificationSystemAPICommand'] = new \App\Command\NotificationSystemAPICommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Mailer\\NotificationSystemAPIMailer'] ?? $this->getNotificationSystemAPIMailerService()), ($this->privates['App\\COREapi\\ReservationApi'] ?? $this->getReservationApiService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\NotificationSystemCommand' shared autowired service.
*
* @return \App\Command\NotificationSystemCommand
*/
protected function getNotificationSystemCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/NotificationSystemCommand.php';
return $this->services['console.command.public_alias.App\\Command\\NotificationSystemCommand'] = new \App\Command\NotificationSystemCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Mailer\\NotificationSystemMailer'] ?? $this->getNotificationSystemMailerService()), ($this->privates['App\\QuickbooksAPI\\QuickbooksAPI'] ?? $this->getQuickbooksAPIService()), ($this->privates['App\\COREapi\\ReservationApi'] ?? $this->getReservationApiService()), ($this->privates['App\\COREapi\\CoreApi'] ?? $this->getCoreApiService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\UpdateBillsCommand' shared autowired service.
*
* @return \App\Command\UpdateBillsCommand
*/
protected function getUpdateBillsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/UpdateBillsCommand.php';
return $this->services['console.command.public_alias.App\\Command\\UpdateBillsCommand'] = new \App\Command\UpdateBillsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\QuickbooksAPI\\QuickbooksAPI'] ?? $this->getQuickbooksAPIService()));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Command\\ApiLinkCommand' => ['privates', 'App\\Command\\ApiLinkCommand', 'getApiLinkCommandService', false],
'App\\Command\\ExecuteQuickbookWebhookCommand' => ['privates', 'App\\Command\\ExecuteQuickbookWebhookCommand', 'getExecuteQuickbookWebhookCommandService', false],
'App\\Command\\HotelDedupCommand' => ['privates', 'App\\Command\\HotelDedupCommand', 'getHotelDedupCommandService', false],
'App\\Command\\HotelImageUploadCommand' => ['privates', 'App\\Command\\HotelImageUploadCommand', 'getHotelImageUploadCommandService', false],
'App\\Command\\HotelInfoCommand' => ['privates', 'App\\Command\\HotelInfoCommand', 'getHotelInfoCommandService', false],
'App\\Command\\NotificationDailySalesReportCommand' => ['privates', '.App\\Command\\NotificationDailySalesReportCommand.lazy', 'getNotificationDailySalesReportCommand_LazyService', false],
'App\\Command\\SyncCurrencyCommand' => ['privates', 'App\\Command\\SyncCurrencyCommand', 'getSyncCurrencyCommandService', false],
'App\\Command\\UpdateTokensCommand' => ['privates', '.App\\Command\\UpdateTokensCommand.lazy', 'getUpdateTokensCommand_LazyService', false],
'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.sync_metadata_command' => ['privates', 'doctrine_migrations.sync_metadata_command', 'getDoctrineMigrations_SyncMetadataCommandService', false],
'doctrine_migrations.versions_command' => ['privates', 'doctrine_migrations.versions_command', 'getDoctrineMigrations_VersionsCommandService', false],
'doctrine_migrations.current_command' => ['privates', 'doctrine_migrations.current_command', 'getDoctrineMigrations_CurrentCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
], [
'App\\Command\\ApiLinkCommand' => 'App\\Command\\ApiLinkCommand',
'App\\Command\\ExecuteQuickbookWebhookCommand' => 'App\\Command\\ExecuteQuickbookWebhookCommand',
'App\\Command\\HotelDedupCommand' => 'App\\Command\\HotelDedupCommand',
'App\\Command\\HotelImageUploadCommand' => 'App\\Command\\HotelImageUploadCommand',
'App\\Command\\HotelInfoCommand' => 'App\\Command\\HotelInfoCommand',
'App\\Command\\NotificationDailySalesReportCommand' => '?',
'App\\Command\\SyncCurrencyCommand' => 'App\\Command\\SyncCurrencyCommand',
'App\\Command\\UpdateTokensCommand' => '?',
'console.command.about' => '?',
'console.command.assets_install' => '?',
'console.command.cache_clear' => '?',
'console.command.cache_pool_clear' => '?',
'console.command.cache_pool_prune' => '?',
'console.command.cache_pool_delete' => '?',
'console.command.cache_pool_list' => '?',
'console.command.cache_warmup' => '?',
'console.command.config_debug' => '?',
'console.command.config_dump_reference' => '?',
'console.command.container_debug' => '?',
'console.command.container_lint' => '?',
'console.command.debug_autowiring' => '?',
'console.command.dotenv_debug' => '?',
'console.command.event_dispatcher_debug' => '?',
'console.command.router_debug' => '?',
'console.command.router_match' => '?',
'console.command.translation_debug' => '?',
'console.command.translation_extract' => '?',
'console.command.validator_debug' => '?',
'console.command.translation_pull' => '?',
'console.command.translation_push' => '?',
'console.command.xliff_lint' => '?',
'console.command.yaml_lint' => '?',
'console.command.form_debug' => '?',
'console.command.secrets_set' => '?',
'console.command.secrets_remove' => '?',
'console.command.secrets_generate_key' => '?',
'console.command.secrets_list' => '?',
'console.command.secrets_decrypt_to_local' => '?',
'console.command.secrets_encrypt_from_local' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
'security.command.debug_firewall' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_controller' => '?',
'maker.auto_command.make_crud' => '?',
'maker.auto_command.make_docker_database' => '?',
'maker.auto_command.make_entity' => '?',
'maker.auto_command.make_fixtures' => '?',
'maker.auto_command.make_form' => '?',
'maker.auto_command.make_message' => '?',
'maker.auto_command.make_messenger_middleware' => '?',
'maker.auto_command.make_registration_form' => '?',
'maker.auto_command.make_reset_password' => '?',
'maker.auto_command.make_serializer_encoder' => '?',
'maker.auto_command.make_serializer_normalizer' => '?',
'maker.auto_command.make_subscriber' => '?',
'maker.auto_command.make_twig_extension' => '?',
'maker.auto_command.make_test' => '?',
'maker.auto_command.make_validator' => '?',
'maker.auto_command.make_voter' => '?',
'maker.auto_command.make_user' => '?',
'maker.auto_command.make_migration' => '?',
]), ['core:link' => 'App\\Command\\ApiLinkCommand', 'executeQBOWebhook' => 'App\\Command\\ExecuteQuickbookWebhookCommand', 'deduplicateHotel' => 'App\\Command\\HotelDedupCommand', 'uploadHotelImage' => 'App\\Command\\HotelImageUploadCommand', 'syncHotelList' => 'App\\Command\\HotelInfoCommand', 'NotificationDailySalesReport' => 'App\\Command\\NotificationDailySalesReportCommand', 'syncCurrencyCommand' => 'App\\Command\\SyncCurrencyCommand', 'UpdateTokens' => 'App\\Command\\UpdateTokensCommand', 'about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:extract' => 'console.command.translation_extract', 'translation:update' => 'console.command.translation_extract', 'debug:validator' => 'console.command.validator_debug', 'translation:pull' => 'console.command.translation_pull', 'translation:push' => 'console.command.translation_push', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:database:import' => 'doctrine.database_import_command', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command', 'doctrine:migrations:list' => 'doctrine_migrations.versions_command', 'doctrine:migrations:current' => 'doctrine_migrations.current_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'doctrine:fixtures:load' => 'doctrine.fixtures_load_command', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'not' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.api_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_ApiConnectionService()
{
return $this->services['doctrine.dbal.api_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_API'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], ($this->privates['doctrine.dbal.api_connection.configuration'] ?? $this->getDoctrine_Dbal_ApiConnection_ConfigurationService()), ($this->privates['doctrine.dbal.api_connection.event_manager'] ?? $this->getDoctrine_Dbal_ApiConnection_EventManagerService()), []);
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], ($this->privates['doctrine.dbal.default_connection.configuration'] ?? $this->getDoctrine_Dbal_DefaultConnection_ConfigurationService()), ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
}
/**
* Gets the public 'doctrine.orm.api_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_ApiEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.api_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_ApiEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.api_connection'] ?? $this->getDoctrine_Dbal_ApiConnectionService()), ($this->privates['doctrine.orm.api_configuration'] ?? $this->getDoctrine_Orm_ApiConfigurationService()));
($this->privates['doctrine.orm.api_manager_configurator'] ?? ($this->privates['doctrine.orm.api_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()));
($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
return $instance;
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', ($this->privates['error_handler.error_renderer.serializer'] ?? $this->getErrorHandler_ErrorRenderer_SerializerService()));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(($this->privates['debug.event_dispatcher.inner'] ?? ($this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\KernelRequestListener'] ?? $this->getKernelRequestListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
$b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
}
/**
* Gets the public 'jms_serializer' shared service.
*
* @return \JMS\Serializer\Serializer
*/
protected function getJmsSerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), [2 => ($this->privates['jms_serializer.deserialization_graph_navigator_factory'] ?? $this->getJmsSerializer_DeserializationGraphNavigatorFactoryService()), 1 => ($this->privates['jms_serializer.serialization_graph_navigator_factory'] ?? $this->getJmsSerializer_SerializationGraphNavigatorFactoryService())], ['json' => ($this->privates['jms_serializer.json_serialization_visitor'] ?? $this->getJmsSerializer_JsonSerializationVisitorService()), 'xml' => ($this->privates['jms_serializer.xml_serialization_visitor'] ?? $this->getJmsSerializer_XmlSerializationVisitorService())], ['json' => ($this->privates['jms_serializer.json_deserialization_visitor'] ?? $this->getJmsSerializer_JsonDeserializationVisitorService()), 'xml' => ($this->privates['jms_serializer.xml_deserialization_visitor'] ?? ($this->privates['jms_serializer.xml_deserialization_visitor'] = new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()))], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.metadata_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
*/
protected function getJmsSerializer_MetadataDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(($this->privates['jms_serializer.metadata.doctrine_type_driver'] ?? $this->getJmsSerializer_Metadata_DoctrineTypeDriverService()), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
*
* @return \JMS\Serializer\Twig\SerializerRuntimeHelper
*/
protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'en');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(($this->privates['routing.resolver'] ?? $this->getRouting_ResolverService()), ['utf8' => true], []);
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->privates['cloudwatch_handler'])) {
yield 'cloudwatch_handler' => ($this->privates['cloudwatch_handler'] ?? null);
}
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator'])) {
yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
}
if (isset($this->privates['cache.serializer'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
}
if (isset($this->privates['cache.annotations'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
}
if (isset($this->privates['cache.property_info'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
}
if (isset($this->privates['mailer.message_logger_listener'])) {
yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['cache.validator_expression_language'])) {
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
}
if (isset($this->services['.container.private.profiler'])) {
yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
}
if (isset($this->services['.container.private.validator'])) {
yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
}
if (isset($this->privates['twig.form.engine'])) {
yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->services['.container.private.security.token_storage'])) {
yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
}, function () {
return 0 + (int) (isset($this->privates['cloudwatch_handler'])) + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['.debug.http_client']));
}), ['cloudwatch_handler' => [0 => 'reset'], 'cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'test.client' service.
*
* @return \Symfony\Bundle\FrameworkBundle\KernelBrowser
*/
protected function getTest_ClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/browser-kit/AbstractBrowser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelBrowser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/KernelBrowser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/browser-kit/History.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/browser-kit/CookieJar.php';
$this->factories['test.client'] = function () {
return new \Symfony\Bundle\FrameworkBundle\KernelBrowser(($this->services['kernel'] ?? $this->get('kernel', 1)), [], (new \Symfony\Component\BrowserKit\History()), (new \Symfony\Component\BrowserKit\CookieJar()));
};
return $this->factories['test.client']();
}
/**
* Gets the public 'test.private_services_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getTest_PrivateServicesLocatorService()
{
return $this->services['test.private_services_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\COREapi\\CoreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'App\\COREapi\\FileApi' => ['privates', 'App\\COREapi\\FileApi', 'getFileApiService', false],
'App\\COREapi\\ReservationApi' => ['privates', 'App\\COREapi\\ReservationApi', 'getReservationApiService', false],
'App\\COREapi\\VCCApi' => ['privates', 'App\\COREapi\\VCCApi', 'getVCCApiService', false],
'App\\Command\\ApiLinkCommand' => ['privates', 'App\\Command\\ApiLinkCommand', 'getApiLinkCommandService', false],
'App\\Command\\ExecuteQuickbookWebhookCommand' => ['privates', 'App\\Command\\ExecuteQuickbookWebhookCommand', 'getExecuteQuickbookWebhookCommandService', false],
'App\\Command\\HotelDedupCommand' => ['privates', 'App\\Command\\HotelDedupCommand', 'getHotelDedupCommandService', false],
'App\\Command\\HotelImageUploadCommand' => ['privates', 'App\\Command\\HotelImageUploadCommand', 'getHotelImageUploadCommandService', false],
'App\\Command\\HotelInfoCommand' => ['privates', 'App\\Command\\HotelInfoCommand', 'getHotelInfoCommandService', false],
'App\\Command\\HotelRemindersCommand' => ['services', 'console.command.public_alias.App\\Command\\HotelRemindersCommand', 'getHotelRemindersCommandService', false],
'App\\Command\\InvoicingSystemAPICommand' => ['services', 'console.command.public_alias.App\\Command\\InvoicingSystemAPICommand', 'getInvoicingSystemAPICommandService', false],
'App\\Command\\NotificationDailyPendingPaymentsCommand' => ['services', 'console.command.public_alias.App\\Command\\NotificationDailyPendingPaymentsCommand', 'getNotificationDailyPendingPaymentsCommandService', false],
'App\\Command\\NotificationDailyReportsCommand' => ['services', 'console.command.public_alias.App\\Command\\NotificationDailyReportsCommand', 'getNotificationDailyReportsCommandService', false],
'App\\Command\\NotificationDailySalesReportCommand' => ['privates', 'App\\Command\\NotificationDailySalesReportCommand', 'getNotificationDailySalesReportCommandService', false],
'App\\Command\\NotificationSystemAPICommand' => ['services', 'console.command.public_alias.App\\Command\\NotificationSystemAPICommand', 'getNotificationSystemAPICommandService', false],
'App\\Command\\NotificationSystemCommand' => ['services', 'console.command.public_alias.App\\Command\\NotificationSystemCommand', 'getNotificationSystemCommandService', false],
'App\\Command\\SyncCurrencyCommand' => ['privates', 'App\\Command\\SyncCurrencyCommand', 'getSyncCurrencyCommandService', false],
'App\\Command\\UpdateBillsCommand' => ['services', 'console.command.public_alias.App\\Command\\UpdateBillsCommand', 'getUpdateBillsCommandService', false],
'App\\Command\\UpdateTokensCommand' => ['privates', 'App\\Command\\UpdateTokensCommand', 'getUpdateTokensCommandService', false],
'App\\DataFixtures\\AppFixtures' => ['privates', 'App\\DataFixtures\\AppFixtures', 'getAppFixturesService', false],
'App\\DataFixtures\\CountryFixtures' => ['privates', 'App\\DataFixtures\\CountryFixtures', 'getCountryFixturesService', false],
'App\\DataFixtures\\CustomerAccountFixtures' => ['privates', 'App\\DataFixtures\\CustomerAccountFixtures', 'getCustomerAccountFixturesService', false],
'App\\DataFixtures\\GoogleDestinationFixtures' => ['privates', 'App\\DataFixtures\\GoogleDestinationFixtures', 'getGoogleDestinationFixturesService', false],
'App\\DataFixtures\\LanguageFixtures' => ['privates', 'App\\DataFixtures\\LanguageFixtures', 'getLanguageFixturesService', false],
'App\\DataFixtures\\NotificationEventTypeFixtures' => ['privates', 'App\\DataFixtures\\NotificationEventTypeFixtures', 'getNotificationEventTypeFixturesService', false],
'App\\DataFixtures\\RoleFixtures' => ['privates', 'App\\DataFixtures\\RoleFixtures', 'getRoleFixturesService', false],
'App\\DataFixtures\\StateFixtures' => ['privates', 'App\\DataFixtures\\StateFixtures', 'getStateFixturesService', false],
'App\\DataFixtures\\UserFixtures' => ['privates', 'App\\DataFixtures\\UserFixtures', 'getUserFixturesService', false],
'App\\EventListener\\KernelRequestListener' => ['privates', 'App\\EventListener\\KernelRequestListener', 'getKernelRequestListenerService', false],
'App\\EventListener\\LogListener' => ['privates', 'App\\EventListener\\LogListener', 'getLogListenerService', false],
'App\\Form\\Accounting\\PaymentCommissionModelType' => ['privates', 'App\\Form\\Accounting\\PaymentCommissionModelType', 'getPaymentCommissionModelTypeService', false],
'App\\Form\\Accounting\\PaymentInvoiceModelType' => ['privates', 'App\\Form\\Accounting\\PaymentInvoiceModelType', 'getPaymentInvoiceModelTypeService', false],
'App\\Form\\Accounting\\PaymentInvoiceValidationArrayType' => ['privates', 'App\\Form\\Accounting\\PaymentInvoiceValidationArrayType', 'getPaymentInvoiceValidationArrayTypeService', false],
'App\\Form\\Accounting\\PaymentToSupplierType' => ['privates', 'App\\Form\\Accounting\\PaymentToSupplierType', 'getPaymentToSupplierTypeService', false],
'App\\Form\\Accounting\\Report\\CIPVSearchType' => ['privates', 'App\\Form\\Accounting\\Report\\CIPVSearchType', 'getCIPVSearchTypeService', false],
'App\\Form\\Accounting\\Report\\QBInvoiceSearchType' => ['privates', 'App\\Form\\Accounting\\Report\\QBInvoiceSearchType', 'getQBInvoiceSearchTypeService', false],
'App\\Form\\Accounting\\Report\\SalesReportSearchType' => ['privates', 'App\\Form\\Accounting\\Report\\SalesReportSearchType', 'getSalesReportSearchTypeService', false],
'App\\Form\\Accounting\\Report\\TopPerformersSearchType' => ['privates', 'App\\Form\\Accounting\\Report\\TopPerformersSearchType', 'getTopPerformersSearchTypeService', false],
'App\\Form\\Activity\\ActivityAvailabilityRequestType' => ['privates', 'App\\Form\\Activity\\ActivityAvailabilityRequestType', 'getActivityAvailabilityRequestTypeService', false],
'App\\Form\\Bulk\\BulkUserType' => ['privates', 'App\\Form\\Bulk\\BulkUserType', 'getBulkUserTypeService', false],
'App\\Form\\Checkout\\CardRequestType' => ['privates', 'App\\Form\\Checkout\\CardRequestType', 'getCardRequestTypeService', false],
'App\\Form\\Checkout\\CheckoutRequestType' => ['privates', 'App\\Form\\Checkout\\CheckoutRequestType', 'getCheckoutRequestTypeService', false],
'App\\Form\\Checkout\\MultiNameType' => ['privates', 'App\\Form\\Checkout\\MultiNameType', 'getMultiNameTypeService', false],
'App\\Form\\CoreOffice\\Activity\\ActivityCategoryType' => ['privates', 'App\\Form\\CoreOffice\\Activity\\ActivityCategoryType', 'getActivityCategoryTypeService', false],
'App\\Form\\CoreOffice\\Activity\\ActivityGroupType' => ['privates', 'App\\Form\\CoreOffice\\Activity\\ActivityGroupType', 'getActivityGroupTypeService', false],
'App\\Form\\CoreOffice\\Activity\\ActivityRateType' => ['privates', 'App\\Form\\CoreOffice\\Activity\\ActivityRateType', 'getActivityRateTypeService', false],
'App\\Form\\CoreOffice\\ActivityType' => ['privates', 'App\\Form\\CoreOffice\\ActivityType', 'getActivityTypeService', false],
'App\\Form\\CoreOffice\\CityType' => ['privates', 'App\\Form\\CoreOffice\\CityType', 'getCityTypeService', false],
'App\\Form\\CoreOffice\\CountryType' => ['privates', 'App\\Form\\CoreOffice\\CountryType', 'getCountryTypeService', false],
'App\\Form\\CoreOffice\\CredentialType' => ['privates', 'App\\Form\\CoreOffice\\CredentialType', 'getCredentialTypeService', false],
'App\\Form\\CoreOffice\\CurrencyType' => ['privates', 'App\\Form\\CoreOffice\\CurrencyType', 'getCurrencyTypeService', false],
'App\\Form\\CoreOffice\\File\\FileImageType' => ['privates', 'App\\Form\\CoreOffice\\File\\FileImageType', 'getFileImageTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelDeduplicateType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelDeduplicateType', 'getHotelDeduplicateTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelFilterType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelFilterType', 'getHotelFilterTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderHotelRoomType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderHotelRoomType', 'getHotelHotelProviderHotelRoomTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderType', 'getHotelHotelProviderTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelRoomAvailabilityType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelRoomAvailabilityType', 'getHotelRoomAvailabilityType2Service', false],
'App\\Form\\CoreOffice\\Hotel\\HotelRoomBedType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelRoomBedType', 'getHotelRoomBedType2Service', false],
'App\\Form\\CoreOffice\\Hotel\\HotelRoomRateType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelRoomRateType', 'getHotelRoomRateTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelRoomType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelRoomType', 'getHotelRoomTypeService', false],
'App\\Form\\CoreOffice\\HotelType' => ['privates', 'App\\Form\\CoreOffice\\HotelType', 'getHotelTypeService', false],
'App\\Form\\CoreOffice\\MealPlanType' => ['privates', 'App\\Form\\CoreOffice\\MealPlanType', 'getMealPlanTypeService', false],
'App\\Form\\CoreOffice\\ProfileType' => ['privates', 'App\\Form\\CoreOffice\\ProfileType', 'getProfileTypeService', false],
'App\\Form\\CoreOffice\\PromotionAssignType' => ['privates', 'App\\Form\\CoreOffice\\PromotionAssignType', 'getPromotionAssignTypeService', false],
'App\\Form\\CoreOffice\\PromotionSearchType' => ['privates', 'App\\Form\\CoreOffice\\PromotionSearchType', 'getPromotionSearchTypeService', false],
'App\\Form\\CoreOffice\\PromotionType' => ['privates', 'App\\Form\\CoreOffice\\PromotionType', 'getPromotionTypeService', false],
'App\\Form\\CoreOffice\\RoleType' => ['privates', 'App\\Form\\CoreOffice\\RoleType', 'getRoleTypeService', false],
'App\\Form\\CoreOffice\\StateType' => ['privates', 'App\\Form\\CoreOffice\\StateType', 'getStateTypeService', false],
'App\\Form\\CoreOffice\\SupplierType' => ['privates', 'App\\Form\\CoreOffice\\SupplierType', 'getSupplierTypeService', false],
'App\\Form\\CoreOffice\\Transfer\\TransferAirportType' => ['privates', 'App\\Form\\CoreOffice\\Transfer\\TransferAirportType', 'getTransferAirportTypeService', false],
'App\\Form\\CoreOffice\\Transfer\\TransferLocationType' => ['privates', 'App\\Form\\CoreOffice\\Transfer\\TransferLocationType', 'getTransferLocationTypeService', false],
'App\\Form\\CoreOffice\\Transfer\\TransferRateType' => ['privates', 'App\\Form\\CoreOffice\\Transfer\\TransferRateType', 'getTransferRateTypeService', false],
'App\\Form\\CoreOffice\\Transfer\\TransferVehicleType' => ['privates', 'App\\Form\\CoreOffice\\Transfer\\TransferVehicleType', 'getTransferVehicleTypeService', false],
'App\\Form\\CoreOffice\\TransferType' => ['privates', 'App\\Form\\CoreOffice\\TransferType', 'getTransferTypeService', false],
'App\\Form\\CoreOffice\\ZipCodeType' => ['privates', 'App\\Form\\CoreOffice\\ZipCodeType', 'getZipCodeTypeService', false],
'App\\Form\\CustomerAccount\\CustomerAccountSearchType' => ['privates', 'App\\Form\\CustomerAccount\\CustomerAccountSearchType', 'getCustomerAccountSearchTypeService', false],
'App\\Form\\CustomerAccount\\DomainType' => ['privates', 'App\\Form\\CustomerAccount\\DomainType', 'getDomainTypeService', false],
'App\\Form\\CustomerAccountType' => ['privates', 'App\\Form\\CustomerAccountType', 'getCustomerAccountTypeService', false],
'App\\Form\\Hotel\\HotelAvailabilityRequestType' => ['privates', 'App\\Form\\Hotel\\HotelAvailabilityRequestType', 'getHotelAvailabilityRequestTypeService', false],
'App\\Form\\LogSearchType' => ['privates', 'App\\Form\\LogSearchType', 'getLogSearchTypeService', false],
'App\\Form\\Login\\ForgotPasswordType' => ['privates', 'App\\Form\\Login\\ForgotPasswordType', 'getForgotPasswordTypeService', false],
'App\\Form\\Login\\RequestAccessType' => ['privates', 'App\\Form\\Login\\RequestAccessType', 'getRequestAccessTypeService', false],
'App\\Form\\Login\\ResetPasswordType' => ['privates', 'App\\Form\\Login\\ResetPasswordType', 'getResetPasswordTypeService', false],
'App\\Form\\MyQuoteItem\\CancellationPolicyType' => ['privates', 'App\\Form\\MyQuoteItem\\CancellationPolicyType', 'getCancellationPolicyTypeService', false],
'App\\Form\\MyQuoteItem\\MyQuoteItemType' => ['privates', 'App\\Form\\MyQuoteItem\\MyQuoteItemType', 'getMyQuoteItemTypeService', false],
'App\\Form\\MyQuoteItem\\QuoteItemType' => ['privates', 'App\\Form\\MyQuoteItem\\QuoteItemType', 'getQuoteItemTypeService', false],
'App\\Form\\NoRateRequest\\NoRateRequestType' => ['privates', 'App\\Form\\NoRateRequest\\NoRateRequestType', 'getNoRateRequestTypeService', false],
'App\\Form\\Promo\\CollectionHotelType' => ['privates', 'App\\Form\\Promo\\CollectionHotelType', 'getCollectionHotelTypeService', false],
'App\\Form\\Promo\\CollectionPageSearchType' => ['privates', 'App\\Form\\Promo\\CollectionPageSearchType', 'getCollectionPageSearchTypeService', false],
'App\\Form\\Promo\\CollectionPageType' => ['privates', 'App\\Form\\Promo\\CollectionPageType', 'getCollectionPageTypeService', false],
'App\\Form\\Promo\\CollectionRequestType' => ['privates', 'App\\Form\\Promo\\CollectionRequestType', 'getCollectionRequestTypeService', false],
'App\\Form\\QualityControl\\QualityControlSearchType' => ['privates', 'App\\Form\\QualityControl\\QualityControlSearchType', 'getQualityControlSearchTypeService', false],
'App\\Form\\QualityControl\\QualityControlType' => ['privates', 'App\\Form\\QualityControl\\QualityControlType', 'getQualityControlTypeService', false],
'App\\Form\\Quote\\AdditionalInformationType' => ['privates', 'App\\Form\\Quote\\AdditionalInformationType', 'getAdditionalInformationTypeService', false],
'App\\Form\\Quote\\AgentQuoteItemType' => ['privates', 'App\\Form\\Quote\\AgentQuoteItemType', 'getAgentQuoteItemTypeService', false],
'App\\Form\\Quote\\AgentQuoteType' => ['privates', 'App\\Form\\Quote\\AgentQuoteType', 'getAgentQuoteTypeService', false],
'App\\Form\\Quote\\NameType' => ['privates', 'App\\Form\\Quote\\NameType', 'getNameTypeService', false],
'App\\Form\\Quote\\QuoteItemSearchType' => ['privates', 'App\\Form\\Quote\\QuoteItemSearchType', 'getQuoteItemSearchTypeService', false],
'App\\Form\\Quote\\QuoteItemType' => ['privates', 'App\\Form\\Quote\\QuoteItemType', 'getQuoteItemType2Service', false],
'App\\Form\\Quote\\QuoteSearchType' => ['privates', 'App\\Form\\Quote\\QuoteSearchType', 'getQuoteSearchTypeService', false],
'App\\Form\\Quote\\QuoteSearchTypeOrg' => ['privates', 'App\\Form\\Quote\\QuoteSearchTypeOrg', 'getQuoteSearchTypeOrgService', false],
'App\\Form\\Quote\\QuoteType' => ['privates', 'App\\Form\\Quote\\QuoteType', 'getQuoteTypeService', false],
'App\\Form\\Quote\\RemoveQuoteItemType' => ['privates', 'App\\Form\\Quote\\RemoveQuoteItemType', 'getRemoveQuoteItemTypeService', false],
'App\\Form\\Quote\\ReservationSearchType' => ['privates', 'App\\Form\\Quote\\ReservationSearchType', 'getReservationSearchTypeService', false],
'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationType' => ['privates', 'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationType', 'getCarRentalLocationTypeService', false],
'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationsType' => ['privates', 'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationsType', 'getCarRentalLocationsTypeService', false],
'App\\Form\\QuoteItem\\Transfer\\AddOnType' => ['privates', 'App\\Form\\QuoteItem\\Transfer\\AddOnType', 'getAddOnTypeService', false],
'App\\Form\\QuoteItem\\Transfer\\TransferAirportType' => ['privates', 'App\\Form\\QuoteItem\\Transfer\\TransferAirportType', 'getTransferAirportType2Service', false],
'App\\Form\\QuoteItem\\Transfer\\TransferCityType' => ['privates', 'App\\Form\\QuoteItem\\Transfer\\TransferCityType', 'getTransferCityTypeService', false],
'App\\Form\\QuoteItem\\Transfer\\TransferLocationType' => ['privates', 'App\\Form\\QuoteItem\\Transfer\\TransferLocationType', 'getTransferLocationType2Service', false],
'App\\Form\\QuoteItem\\Transfer\\TransferType' => ['privates', 'App\\Form\\QuoteItem\\Transfer\\TransferType', 'getTransferType2Service', false],
'App\\Form\\Report\\CommissionReportSearchType' => ['privates', 'App\\Form\\Report\\CommissionReportSearchType', 'getCommissionReportSearchTypeService', false],
'App\\Form\\RequestAccess\\AgentType' => ['privates', 'App\\Form\\RequestAccess\\AgentType', 'getAgentTypeService', false],
'App\\Form\\RequestAccess\\RequestAccessApprovalType' => ['privates', 'App\\Form\\RequestAccess\\RequestAccessApprovalType', 'getRequestAccessApprovalTypeService', false],
'App\\Form\\RequestAccess\\RequestAccessSearchType' => ['privates', 'App\\Form\\RequestAccess\\RequestAccessSearchType', 'getRequestAccessSearchTypeService', false],
'App\\Form\\Supplier\\SupplierRequestFormType' => ['privates', 'App\\Form\\Supplier\\SupplierRequestFormType', 'getSupplierRequestFormTypeService', false],
'App\\Form\\Transfer\\TransferAvailabilityRequestType' => ['privates', 'App\\Form\\Transfer\\TransferAvailabilityRequestType', 'getTransferAvailabilityRequestTypeService', false],
'App\\Form\\Trip\\CancelType' => ['privates', 'App\\Form\\Trip\\CancelType', 'getCancelTypeService', false],
'App\\Form\\Trip\\RemoveTripItemType' => ['privates', 'App\\Form\\Trip\\RemoveTripItemType', 'getRemoveTripItemTypeService', false],
'App\\Form\\Trip\\RenameTripType' => ['privates', 'App\\Form\\Trip\\RenameTripType', 'getRenameTripTypeService', false],
'App\\Form\\Trip\\TripItemType' => ['privates', 'App\\Form\\Trip\\TripItemType', 'getTripItemTypeService', false],
'App\\Form\\UserType' => ['privates', 'App\\Form\\UserType', 'getUserTypeService', false],
'App\\GoogleAPI\\AutocompleteSearchBar' => ['privates', 'App\\GoogleAPI\\AutocompleteSearchBar', 'getAutocompleteSearchBarService', false],
'App\\GoogleAPI\\GoogleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
'App\\HubSpotAPI\\HubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
'App\\Mailer\\AccountMailer' => ['privates', 'App\\Mailer\\AccountMailer', 'getAccountMailerService', false],
'App\\Mailer\\NotificationSystemAPIMailer' => ['privates', 'App\\Mailer\\NotificationSystemAPIMailer', 'getNotificationSystemAPIMailerService', false],
'App\\Mailer\\NotificationSystemMailer' => ['privates', 'App\\Mailer\\NotificationSystemMailer', 'getNotificationSystemMailerService', false],
'App\\Model\\File\\FileImage' => ['privates', 'App\\Model\\File\\FileImage', 'getFileImageService', false],
'App\\NotificationSystem\\NotificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'App\\OpenaiAPI\\OpenaiAPI' => ['privates', 'App\\OpenaiAPI\\OpenaiAPI', 'getOpenaiAPIService', false],
'App\\Payment\\CreditNoteFactory' => ['privates', 'App\\Payment\\CreditNoteFactory', 'getCreditNoteFactoryService', false],
'App\\Payment\\Stripe' => ['privates', 'App\\Payment\\Stripe', 'getStripeService', false],
'App\\QuickbooksAPI\\QuickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'App\\Repository\\ClientCategoryRepository' => ['privates', 'App\\Repository\\ClientCategoryRepository', 'getClientCategoryRepositoryService', false],
'App\\Repository\\CollectionHotelRepository' => ['privates', 'App\\Repository\\CollectionHotelRepository', 'getCollectionHotelRepositoryService', false],
'App\\Repository\\CollectionPageRepository' => ['privates', 'App\\Repository\\CollectionPageRepository', 'getCollectionPageRepositoryService', false],
'App\\Repository\\ConsortiaRepository' => ['privates', 'App\\Repository\\ConsortiaRepository', 'getConsortiaRepositoryService', false],
'App\\Repository\\CountryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
'App\\Repository\\CreditNoteRepository' => ['privates', 'App\\Repository\\CreditNoteRepository', 'getCreditNoteRepository2Service', false],
'App\\Repository\\CurrencyRepository' => ['privates', 'App\\Repository\\CurrencyRepository', 'getCurrencyRepository2Service', false],
'App\\Repository\\CustomerAccountRepository' => ['privates', 'App\\Repository\\CustomerAccountRepository', 'getCustomerAccountRepositoryService', false],
'App\\Repository\\CustomerAccountTypeRepository' => ['privates', 'App\\Repository\\CustomerAccountTypeRepository', 'getCustomerAccountTypeRepositoryService', false],
'App\\Repository\\DepartmentRepository' => ['privates', 'App\\Repository\\DepartmentRepository', 'getDepartmentRepositoryService', false],
'App\\Repository\\FavoriteDestinationRepository' => ['privates', 'App\\Repository\\FavoriteDestinationRepository', 'getFavoriteDestinationRepositoryService', false],
'App\\Repository\\FavoriteHotelRepository' => ['privates', 'App\\Repository\\FavoriteHotelRepository', 'getFavoriteHotelRepositoryService', false],
'App\\Repository\\GoogleDestinationRepository' => ['privates', 'App\\Repository\\GoogleDestinationRepository', 'getGoogleDestinationRepositoryService', false],
'App\\Repository\\HotelInfoRepository' => ['privates', 'App\\Repository\\HotelInfoRepository', 'getHotelInfoRepositoryService', false],
'App\\Repository\\InvoicePaymentRepository' => ['privates', 'App\\Repository\\InvoicePaymentRepository', 'getInvoicePaymentRepositoryService', false],
'App\\Repository\\InvoiceRepository' => ['privates', 'App\\Repository\\InvoiceRepository', 'getInvoiceRepository2Service', false],
'App\\Repository\\LanguageRepository' => ['privates', 'App\\Repository\\LanguageRepository', 'getLanguageRepositoryService', false],
'App\\Repository\\LogRepository' => ['privates', 'App\\Repository\\LogRepository', 'getLogRepositoryService', false],
'App\\Repository\\LoginLogRepository' => ['privates', 'App\\Repository\\LoginLogRepository', 'getLoginLogRepositoryService', false],
'App\\Repository\\NoRateRequestRepository' => ['privates', 'App\\Repository\\NoRateRequestRepository', 'getNoRateRequestRepositoryService', false],
'App\\Repository\\NotificationEventCustomerAccountConfigRepository' => ['privates', 'App\\Repository\\NotificationEventCustomerAccountConfigRepository', 'getNotificationEventCustomerAccountConfigRepositoryService', false],
'App\\Repository\\NotificationEventRepository' => ['privates', 'App\\Repository\\NotificationEventRepository', 'getNotificationEventRepositoryService', false],
'App\\Repository\\NotificationEventTypeRepository' => ['privates', 'App\\Repository\\NotificationEventTypeRepository', 'getNotificationEventTypeRepositoryService', false],
'App\\Repository\\PaymentRepository' => ['privates', 'App\\Repository\\PaymentRepository', 'getPaymentRepository2Service', false],
'App\\Repository\\PaymentToSupplierRepository' => ['privates', 'App\\Repository\\PaymentToSupplierRepository', 'getPaymentToSupplierRepositoryService', false],
'App\\Repository\\PaymentTypeRepository' => ['privates', 'App\\Repository\\PaymentTypeRepository', 'getPaymentTypeRepositoryService', false],
'App\\Repository\\PendingNotificationEventRepository' => ['privates', 'App\\Repository\\PendingNotificationEventRepository', 'getPendingNotificationEventRepository2Service', false],
'App\\Repository\\ProfileRepository' => ['privates', 'App\\Repository\\ProfileRepository', 'getProfileRepositoryService', false],
'App\\Repository\\QBBillPaymentRepository' => ['privates', 'App\\Repository\\QBBillPaymentRepository', 'getQBBillPaymentRepositoryService', false],
'App\\Repository\\QBCreditNoteRepository' => ['privates', 'App\\Repository\\QBCreditNoteRepository', 'getQBCreditNoteRepositoryService', false],
'App\\Repository\\QBInvoicePaymentRepository' => ['privates', 'App\\Repository\\QBInvoicePaymentRepository', 'getQBInvoicePaymentRepositoryService', false],
'App\\Repository\\QBInvoiceRepository' => ['privates', 'App\\Repository\\QBInvoiceRepository', 'getQBInvoiceRepositoryService', false],
'App\\Repository\\QBPaymentRepository' => ['privates', 'App\\Repository\\QBPaymentRepository', 'getQBPaymentRepositoryService', false],
'App\\Repository\\QualityControlRepository' => ['privates', 'App\\Repository\\QualityControlRepository', 'getQualityControlRepositoryService', false],
'App\\Repository\\QuickbookWebhookRequestRepository' => ['privates', 'App\\Repository\\QuickbookWebhookRequestRepository', 'getQuickbookWebhookRequestRepositoryService', false],
'App\\Repository\\QuickbooksSettingRepository' => ['privates', 'App\\Repository\\QuickbooksSettingRepository', 'getQuickbooksSettingRepositoryService', false],
'App\\Repository\\QuoteCategoryRepository' => ['privates', 'App\\Repository\\QuoteCategoryRepository', 'getQuoteCategoryRepositoryService', false],
'App\\Repository\\QuoteItemRepository' => ['privates', 'App\\Repository\\QuoteItemRepository', 'getQuoteItemRepositoryService', false],
'App\\Repository\\QuoteRepository' => ['privates', 'App\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
'App\\Repository\\RequestAccessRepository' => ['privates', 'App\\Repository\\RequestAccessRepository', 'getRequestAccessRepositoryService', false],
'App\\Repository\\ReservationRepository' => ['privates', 'App\\Repository\\ReservationRepository', 'getReservationRepository2Service', false],
'App\\Repository\\RoleRepository' => ['privates', 'App\\Repository\\RoleRepository', 'getRoleRepositoryService', false],
'App\\Repository\\SearchLogRepository' => ['privates', 'App\\Repository\\SearchLogRepository', 'getSearchLogRepository2Service', false],
'App\\Repository\\StateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
'App\\Repository\\StripeWebhookRequestRepository' => ['privates', 'App\\Repository\\StripeWebhookRequestRepository', 'getStripeWebhookRequestRepositoryService', false],
'App\\Repository\\SupplierRepository' => ['privates', 'App\\Repository\\SupplierRepository', 'getSupplierRepository2Service', false],
'App\\Repository\\TeamRepository' => ['privates', 'App\\Repository\\TeamRepository', 'getTeamRepositoryService', false],
'App\\Repository\\TripItemRepository' => ['privates', 'App\\Repository\\TripItemRepository', 'getTripItemRepositoryService', false],
'App\\Repository\\TripRepository' => ['privates', 'App\\Repository\\TripRepository', 'getTripRepositoryService', false],
'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
'App\\Repository\\VendorRepository' => ['privates', 'App\\Repository\\VendorRepository', 'getVendorRepositoryService', false],
'App\\Reservation\\ReservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
'App\\Security\\AccessDeniedHandler' => ['privates', 'App\\Security\\AccessDeniedHandler', 'getAccessDeniedHandlerService', false],
'App\\Security\\LoginFormAuthenticator' => ['privates', 'App\\Security\\LoginFormAuthenticator', 'getLoginFormAuthenticatorService', false],
'App\\Service\\AuthTokenService' => ['privates', 'App\\Service\\AuthTokenService', 'getAuthTokenServiceService', false],
'App\\Service\\CarRentalApi' => ['privates', 'App\\Service\\CarRentalApi', 'getCarRentalApiService', false],
'App\\Twig\\AppExtensions' => ['privates', 'App\\Twig\\AppExtensions', 'getAppExtensionsService', false],
'App\\Twig\\ConvertCamelCase' => ['privates', 'App\\Twig\\ConvertCamelCase', 'getConvertCamelCaseService', false],
'App\\Twig\\CustomCurrencyFilters' => ['privates', 'App\\Twig\\CustomCurrencyFilters', 'getCustomCurrencyFiltersService', false],
'App\\Twig\\CustomDateFilter' => ['privates', 'App\\Twig\\CustomDateFilter', 'getCustomDateFilterService', false],
'App\\Twig\\CustomTextFilters' => ['privates', 'App\\Twig\\CustomTextFilters', 'getCustomTextFiltersService', false],
'App\\Twig\\CustomerAccountImageExists' => ['privates', 'App\\Twig\\CustomerAccountImageExists', 'getCustomerAccountImageExistsService', false],
'App\\Twig\\DiffNumber' => ['privates', 'App\\Twig\\DiffNumber', 'getDiffNumberService', false],
'App\\Twig\\HotelFunctions' => ['privates', 'App\\Twig\\HotelFunctions', 'getHotelFunctionsService', false],
'App\\Twig\\PhoneNumberFormat' => ['privates', 'App\\Twig\\PhoneNumberFormat', 'getPhoneNumberFormatService', false],
'App\\Twig\\Pluralize' => ['privates', 'App\\Twig\\Pluralize', 'getPluralizeService', false],
'App\\Twig\\TextColorCriteria' => ['privates', 'App\\Twig\\TextColorCriteria', 'getTextColorCriteriaService', false],
'App\\Twig\\TransferFunctions' => ['privates', 'App\\Twig\\TransferFunctions', 'getTransferFunctionsService', false],
'App\\Twig\\TripItemCustomerAccountCommission' => ['privates', 'App\\Twig\\TripItemCustomerAccountCommission', 'getTripItemCustomerAccountCommissionService', false],
'App\\Twig\\TruncateText' => ['privates', 'App\\Twig\\TruncateText', 'getTruncateTextService', false],
'App\\Twig\\UrlFunctions' => ['privates', 'App\\Twig\\UrlFunctions', 'getUrlFunctionsService', false],
'App\\Utilities\\AssetUrl\\AssetUrlExtension' => ['privates', 'App\\Utilities\\AssetUrl\\AssetUrlExtension', 'getAssetUrlExtensionService', false],
'Api\\Entity\\Activity' => ['privates', 'Api\\Entity\\Activity', 'getActivityService', false],
'Api\\Entity\\ActivityCategory' => ['privates', 'Api\\Entity\\ActivityCategory', 'getActivityCategoryService', false],
'Api\\Entity\\ActivityGroup' => ['privates', 'Api\\Entity\\ActivityGroup', 'getActivityGroupService', false],
'Api\\Entity\\ActivityRate' => ['privates', 'Api\\Entity\\ActivityRate', 'getActivityRateService', false],
'Api\\Entity\\ApiCredential' => ['privates', 'Api\\Entity\\ApiCredential', 'getApiCredentialService', false],
'Api\\Entity\\ApiProfile' => ['privates', 'Api\\Entity\\ApiProfile', 'getApiProfileService', false],
'Api\\Entity\\ApiRole' => ['privates', 'Api\\Entity\\ApiRole', 'getApiRoleService', false],
'Api\\Entity\\City' => ['privates', 'Api\\Entity\\City', 'getCityService', false],
'Api\\Entity\\Country' => ['privates', 'Api\\Entity\\Country', 'getCountryService', false],
'Api\\Entity\\Currency' => ['privates', 'Api\\Entity\\Currency', 'getCurrencyService', false],
'Api\\Entity\\Hotel' => ['privates', 'Api\\Entity\\Hotel', 'getHotelService', false],
'Api\\Entity\\HotelHotelProvider' => ['privates', 'Api\\Entity\\HotelHotelProvider', 'getHotelHotelProviderService', false],
'Api\\Entity\\HotelHotelProviderHotelRoom' => ['privates', 'Api\\Entity\\HotelHotelProviderHotelRoom', 'getHotelHotelProviderHotelRoomService', false],
'Api\\Entity\\HotelRoom' => ['privates', 'Api\\Entity\\HotelRoom', 'getHotelRoomService', false],
'Api\\Entity\\HotelRoomAvailabilityType' => ['privates', 'Api\\Entity\\HotelRoomAvailabilityType', 'getHotelRoomAvailabilityTypeService', false],
'Api\\Entity\\HotelRoomBedType' => ['privates', 'Api\\Entity\\HotelRoomBedType', 'getHotelRoomBedTypeService', false],
'Api\\Entity\\HotelRoomRate' => ['privates', 'Api\\Entity\\HotelRoomRate', 'getHotelRoomRateService', false],
'Api\\Entity\\MealPlan' => ['privates', 'Api\\Entity\\MealPlan', 'getMealPlanService', false],
'Api\\Entity\\Promotion' => ['privates', 'Api\\Entity\\Promotion', 'getPromotionService', false],
'Api\\Entity\\SearchLog' => ['privates', 'Api\\Entity\\SearchLog', 'getSearchLogService', false],
'Api\\Entity\\State' => ['privates', 'Api\\Entity\\State', 'getStateService', false],
'Api\\Entity\\Supplier' => ['privates', 'Api\\Entity\\Supplier', 'getSupplierService', false],
'Api\\Entity\\Transfer' => ['privates', 'Api\\Entity\\Transfer', 'getTransferService', false],
'Api\\Entity\\TransferAirport' => ['privates', 'Api\\Entity\\TransferAirport', 'getTransferAirportService', false],
'Api\\Entity\\TransferLocation' => ['privates', 'Api\\Entity\\TransferLocation', 'getTransferLocationService', false],
'Api\\Entity\\TransferRate' => ['privates', 'Api\\Entity\\TransferRate', 'getTransferRateService', false],
'Api\\Entity\\TransferVehicle' => ['privates', 'Api\\Entity\\TransferVehicle', 'getTransferVehicleService', false],
'Api\\Entity\\ZipCode' => ['privates', 'Api\\Entity\\ZipCode', 'getZipCodeService', false],
'Api\\Repository\\ActivityActivityProviderRepository' => ['privates', 'Api\\Repository\\ActivityActivityProviderRepository', 'getActivityActivityProviderRepositoryService', false],
'Api\\Repository\\ActivityCancellationPenaltyTypeRepository' => ['privates', 'Api\\Repository\\ActivityCancellationPenaltyTypeRepository', 'getActivityCancellationPenaltyTypeRepositoryService', false],
'Api\\Repository\\ActivityCategoryRepository' => ['privates', 'Api\\Repository\\ActivityCategoryRepository', 'getActivityCategoryRepositoryService', false],
'Api\\Repository\\ActivityGroupRepository' => ['privates', 'Api\\Repository\\ActivityGroupRepository', 'getActivityGroupRepositoryService', false],
'Api\\Repository\\ActivityProviderRepository' => ['privates', 'Api\\Repository\\ActivityProviderRepository', 'getActivityProviderRepositoryService', false],
'Api\\Repository\\ActivityRateRepository' => ['privates', 'Api\\Repository\\ActivityRateRepository', 'getActivityRateRepositoryService', false],
'Api\\Repository\\ActivityRepository' => ['privates', 'Api\\Repository\\ActivityRepository', 'getActivityRepositoryService', false],
'Api\\Repository\\ApiCredentialRepository' => ['privates', 'Api\\Repository\\ApiCredentialRepository', 'getApiCredentialRepositoryService', false],
'Api\\Repository\\ApiProfileRepository' => ['privates', 'Api\\Repository\\ApiProfileRepository', 'getApiProfileRepositoryService', false],
'Api\\Repository\\ApiRoleRepository' => ['privates', 'Api\\Repository\\ApiRoleRepository', 'getApiRoleRepositoryService', false],
'Api\\Repository\\CancellationPenaltyTypeRepository' => ['privates', 'Api\\Repository\\CancellationPenaltyTypeRepository', 'getCancellationPenaltyTypeRepositoryService', false],
'Api\\Repository\\CityRepository' => ['privates', 'Api\\Repository\\CityRepository', 'getCityRepositoryService', false],
'Api\\Repository\\ContractTypeRepository' => ['privates', 'Api\\Repository\\ContractTypeRepository', 'getContractTypeRepositoryService', false],
'Api\\Repository\\CountryRepository' => ['privates', 'Api\\Repository\\CountryRepository', 'getCountryRepository2Service', false],
'Api\\Repository\\CreditNoteRepository' => ['privates', 'Api\\Repository\\CreditNoteRepository', 'getCreditNoteRepositoryService', false],
'Api\\Repository\\CurrencyRepository' => ['privates', 'Api\\Repository\\CurrencyRepository', 'getCurrencyRepositoryService', false],
'Api\\Repository\\ExternalTravelAgentRepository' => ['privates', 'Api\\Repository\\ExternalTravelAgentRepository', 'getExternalTravelAgentRepositoryService', false],
'Api\\Repository\\HotelBrandRepository' => ['privates', 'Api\\Repository\\HotelBrandRepository', 'getHotelBrandRepositoryService', false],
'Api\\Repository\\HotelCancellationPenaltyTypeRepository' => ['privates', 'Api\\Repository\\HotelCancellationPenaltyTypeRepository', 'getHotelCancellationPenaltyTypeRepositoryService', false],
'Api\\Repository\\HotelChainRepository' => ['privates', 'Api\\Repository\\HotelChainRepository', 'getHotelChainRepositoryService', false],
'Api\\Repository\\HotelCompetitorProviderRepository' => ['privates', 'Api\\Repository\\HotelCompetitorProviderRepository', 'getHotelCompetitorProviderRepositoryService', false],
'Api\\Repository\\HotelContactRepository' => ['privates', 'Api\\Repository\\HotelContactRepository', 'getHotelContactRepositoryService', false],
'Api\\Repository\\HotelFilterRepository' => ['privates', 'Api\\Repository\\HotelFilterRepository', 'getHotelFilterRepositoryService', false],
'Api\\Repository\\HotelHotelCompatitorProviderRepository' => ['privates', 'Api\\Repository\\HotelHotelCompatitorProviderRepository', 'getHotelHotelCompatitorProviderRepositoryService', false],
'Api\\Repository\\HotelHotelProviderHotelRoomRepository' => ['privates', 'Api\\Repository\\HotelHotelProviderHotelRoomRepository', 'getHotelHotelProviderHotelRoomRepositoryService', false],
'Api\\Repository\\HotelHotelProviderRepository' => ['privates', 'Api\\Repository\\HotelHotelProviderRepository', 'getHotelHotelProviderRepositoryService', false],
'Api\\Repository\\HotelProviderGroupRepository' => ['privates', 'Api\\Repository\\HotelProviderGroupRepository', 'getHotelProviderGroupRepositoryService', false],
'Api\\Repository\\HotelProviderRepository' => ['privates', 'Api\\Repository\\HotelProviderRepository', 'getHotelProviderRepositoryService', false],
'Api\\Repository\\HotelRatingRepository' => ['privates', 'Api\\Repository\\HotelRatingRepository', 'getHotelRatingRepositoryService', false],
'Api\\Repository\\HotelRepository' => ['privates', 'Api\\Repository\\HotelRepository', 'getHotelRepositoryService', false],
'Api\\Repository\\HotelRoomAvailabilityTypeRepository' => ['privates', 'Api\\Repository\\HotelRoomAvailabilityTypeRepository', 'getHotelRoomAvailabilityTypeRepositoryService', false],
'Api\\Repository\\HotelRoomBedTypeRepository' => ['privates', 'Api\\Repository\\HotelRoomBedTypeRepository', 'getHotelRoomBedTypeRepositoryService', false],
'Api\\Repository\\HotelRoomFilterRepository' => ['privates', 'Api\\Repository\\HotelRoomFilterRepository', 'getHotelRoomFilterRepositoryService', false],
'Api\\Repository\\HotelRoomRateRepository' => ['privates', 'Api\\Repository\\HotelRoomRateRepository', 'getHotelRoomRateRepositoryService', false],
'Api\\Repository\\HotelRoomRepository' => ['privates', 'Api\\Repository\\HotelRoomRepository', 'getHotelRoomRepositoryService', false],
'Api\\Repository\\InvoiceRepository' => ['privates', 'Api\\Repository\\InvoiceRepository', 'getInvoiceRepositoryService', false],
'Api\\Repository\\LogRepository' => ['privates', 'Api\\Repository\\LogRepository', 'getLogRepository2Service', false],
'Api\\Repository\\MailerRepository' => ['privates', 'Api\\Repository\\MailerRepository', 'getMailerRepositoryService', false],
'Api\\Repository\\MealPlanRepository' => ['privates', 'Api\\Repository\\MealPlanRepository', 'getMealPlanRepositoryService', false],
'Api\\Repository\\PaymentRepository' => ['privates', 'Api\\Repository\\PaymentRepository', 'getPaymentRepositoryService', false],
'Api\\Repository\\PendingNotificationEventRepository' => ['privates', 'Api\\Repository\\PendingNotificationEventRepository', 'getPendingNotificationEventRepositoryService', false],
'Api\\Repository\\ProductRepository' => ['privates', 'Api\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'Api\\Repository\\PromotionHotelHotelProviderHotelRoomRepository' => ['privates', 'Api\\Repository\\PromotionHotelHotelProviderHotelRoomRepository', 'getPromotionHotelHotelProviderHotelRoomRepositoryService', false],
'Api\\Repository\\PromotionRepository' => ['privates', 'Api\\Repository\\PromotionRepository', 'getPromotionRepositoryService', false],
'Api\\Repository\\PromotionTypeRepository' => ['privates', 'Api\\Repository\\PromotionTypeRepository', 'getPromotionTypeRepositoryService', false],
'Api\\Repository\\ReservationRepository' => ['privates', 'Api\\Repository\\ReservationRepository', 'getReservationRepositoryService', false],
'Api\\Repository\\ReservationStatusTypeRepository' => ['privates', 'Api\\Repository\\ReservationStatusTypeRepository', 'getReservationStatusTypeRepositoryService', false],
'Api\\Repository\\SearchLogRepository' => ['privates', 'Api\\Repository\\SearchLogRepository', 'getSearchLogRepositoryService', false],
'Api\\Repository\\StateRepository' => ['privates', 'Api\\Repository\\StateRepository', 'getStateRepository2Service', false],
'Api\\Repository\\SupplierCategoryRepository' => ['privates', 'Api\\Repository\\SupplierCategoryRepository', 'getSupplierCategoryRepositoryService', false],
'Api\\Repository\\SupplierQCTypeRepository' => ['privates', 'Api\\Repository\\SupplierQCTypeRepository', 'getSupplierQCTypeRepositoryService', false],
'Api\\Repository\\SupplierRepository' => ['privates', 'Api\\Repository\\SupplierRepository', 'getSupplierRepositoryService', false],
'Api\\Repository\\TransferAirportRepository' => ['privates', 'Api\\Repository\\TransferAirportRepository', 'getTransferAirportRepositoryService', false],
'Api\\Repository\\TransferLocationRepository' => ['privates', 'Api\\Repository\\TransferLocationRepository', 'getTransferLocationRepositoryService', false],
'Api\\Repository\\TransferProviderRepository' => ['privates', 'Api\\Repository\\TransferProviderRepository', 'getTransferProviderRepositoryService', false],
'Api\\Repository\\TransferRateRepository' => ['privates', 'Api\\Repository\\TransferRateRepository', 'getTransferRateRepositoryService', false],
'Api\\Repository\\TransferRepository' => ['privates', 'Api\\Repository\\TransferRepository', 'getTransferRepositoryService', false],
'Api\\Repository\\TransferTransferProviderRepository' => ['privates', 'Api\\Repository\\TransferTransferProviderRepository', 'getTransferTransferProviderRepositoryService', false],
'Api\\Repository\\TransferVehicleRepository' => ['privates', 'Api\\Repository\\TransferVehicleRepository', 'getTransferVehicleRepositoryService', false],
'Api\\Repository\\ZipCodeRepository' => ['privates', 'Api\\Repository\\ZipCodeRepository', 'getZipCodeRepositoryService', false],
'cloudwatch_client' => ['privates', 'cloudwatch_client', 'getCloudwatchClientService', false],
'cloudwatch_handler' => ['privates', 'cloudwatch_handler', 'getCloudwatchHandlerService', false],
'json_log_configurator' => ['privates', 'json_log_configurator', 'getJsonLogConfiguratorService', false],
'argument_metadata_factory' => ['privates', 'argument_metadata_factory', 'getArgumentMetadataFactoryService', false],
'response_listener' => ['privates', 'response_listener', 'getResponseListenerService', false],
'streamed_response_listener' => ['privates', 'streamed_response_listener', 'getStreamedResponseListenerService', false],
'locale_listener' => ['privates', 'locale_listener', 'getLocaleListenerService', false],
'validate_request_listener' => ['privates', 'validate_request_listener', 'getValidateRequestListenerService', false],
'disallow_search_engine_index_response_listener' => ['privates', 'disallow_search_engine_index_response_listener', 'getDisallowSearchEngineIndexResponseListenerService', false],
'exception_listener' => ['privates', 'exception_listener', 'getExceptionListenerService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'url_helper' => ['privates', 'url_helper', 'getUrlHelperService', false],
'cache_clearer' => ['services', '.container.private.cache_clearer', 'get_Container_Private_CacheClearerService', false],
'filesystem' => ['services', '.container.private.filesystem', 'get_Container_Private_FilesystemService', false],
'file_locator' => ['privates', 'file_locator', 'getFileLocatorService', false],
'uri_signer' => ['privates', 'uri_signer', 'getUriSignerService', false],
'config_cache_factory' => ['privates', 'config_cache_factory', 'getConfigCacheFactoryService', false],
'dependency_injection.config.container_parameters_resource_checker' => ['privates', 'dependency_injection.config.container_parameters_resource_checker', 'getDependencyInjection_Config_ContainerParametersResourceCheckerService', false],
'config.resource.self_checking_resource_checker' => ['privates', 'config.resource.self_checking_resource_checker', 'getConfig_Resource_SelfCheckingResourceCheckerService', false],
'locale_aware_listener' => ['privates', 'locale_aware_listener', 'getLocaleAwareListenerService', false],
'container.env_var_processor' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
'container.getenv' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
'config_builder.warmer' => ['privates', 'config_builder.warmer', 'getConfigBuilder_WarmerService', false],
'fragment.handler' => ['privates', 'fragment.handler', 'getFragment_HandlerService', false],
'fragment.uri_generator' => ['privates', 'fragment.uri_generator', 'getFragment_UriGeneratorService', false],
'fragment.renderer.inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
'error_handler.error_renderer.html' => ['privates', 'error_handler.error_renderer.html', 'getErrorHandler_ErrorRenderer_HtmlService', false],
'console.error_listener' => ['privates', 'console.error_listener', 'getConsole_ErrorListenerService', false],
'console.suggest_missing_package_subscriber' => ['privates', 'console.suggest_missing_package_subscriber', 'getConsole_SuggestMissingPackageSubscriberService', false],
'console.command.about' => ['privates', 'console.command.about', 'getConsole_Command_AboutService', false],
'console.command.assets_install' => ['privates', 'console.command.assets_install', 'getConsole_Command_AssetsInstallService', false],
'console.command.cache_clear' => ['privates', 'console.command.cache_clear', 'getConsole_Command_CacheClearService', false],
'console.command.cache_pool_clear' => ['privates', 'console.command.cache_pool_clear', 'getConsole_Command_CachePoolClearService', false],
'console.command.cache_pool_prune' => ['privates', 'console.command.cache_pool_prune', 'getConsole_Command_CachePoolPruneService', false],
'console.command.cache_pool_delete' => ['privates', 'console.command.cache_pool_delete', 'getConsole_Command_CachePoolDeleteService', false],
'console.command.cache_pool_list' => ['privates', 'console.command.cache_pool_list', 'getConsole_Command_CachePoolListService', false],
'console.command.cache_warmup' => ['privates', 'console.command.cache_warmup', 'getConsole_Command_CacheWarmupService', false],
'console.command.config_debug' => ['privates', 'console.command.config_debug', 'getConsole_Command_ConfigDebugService', false],
'console.command.config_dump_reference' => ['privates', 'console.command.config_dump_reference', 'getConsole_Command_ConfigDumpReferenceService', false],
'console.command.container_debug' => ['privates', 'console.command.container_debug', 'getConsole_Command_ContainerDebugService', false],
'console.command.container_lint' => ['privates', 'console.command.container_lint', 'getConsole_Command_ContainerLintService', false],
'console.command.debug_autowiring' => ['privates', 'console.command.debug_autowiring', 'getConsole_Command_DebugAutowiringService', false],
'console.command.dotenv_debug' => ['privates', 'console.command.dotenv_debug', 'getConsole_Command_DotenvDebugService', false],
'console.command.event_dispatcher_debug' => ['privates', 'console.command.event_dispatcher_debug', 'getConsole_Command_EventDispatcherDebugService', false],
'console.command.router_debug' => ['privates', 'console.command.router_debug', 'getConsole_Command_RouterDebugService', false],
'console.command.router_match' => ['privates', 'console.command.router_match', 'getConsole_Command_RouterMatchService', false],
'console.command.translation_debug' => ['privates', 'console.command.translation_debug', 'getConsole_Command_TranslationDebugService', false],
'console.command.translation_extract' => ['privates', 'console.command.translation_extract', 'getConsole_Command_TranslationExtractService', false],
'console.command.validator_debug' => ['privates', 'console.command.validator_debug', 'getConsole_Command_ValidatorDebugService', false],
'console.command.translation_pull' => ['privates', 'console.command.translation_pull', 'getConsole_Command_TranslationPullService', false],
'console.command.translation_push' => ['privates', 'console.command.translation_push', 'getConsole_Command_TranslationPushService', false],
'console.command.xliff_lint' => ['privates', 'console.command.xliff_lint', 'getConsole_Command_XliffLintService', false],
'console.command.yaml_lint' => ['privates', 'console.command.yaml_lint', 'getConsole_Command_YamlLintService', false],
'console.command.form_debug' => ['privates', 'console.command.form_debug', 'getConsole_Command_FormDebugService', false],
'console.command.secrets_set' => ['privates', 'console.command.secrets_set', 'getConsole_Command_SecretsSetService', false],
'console.command.secrets_remove' => ['privates', 'console.command.secrets_remove', 'getConsole_Command_SecretsRemoveService', false],
'console.command.secrets_generate_key' => ['privates', 'console.command.secrets_generate_key', 'getConsole_Command_SecretsGenerateKeyService', false],
'console.command.secrets_list' => ['privates', 'console.command.secrets_list', 'getConsole_Command_SecretsListService', false],
'console.command.secrets_decrypt_to_local' => ['privates', 'console.command.secrets_decrypt_to_local', 'getConsole_Command_SecretsDecryptToLocalService', false],
'console.command.secrets_encrypt_from_local' => ['privates', 'console.command.secrets_encrypt_from_local', 'getConsole_Command_SecretsEncryptFromLocalService', false],
'cache.validator' => ['privates', 'cache.validator', 'getCache_ValidatorService', false],
'cache.serializer' => ['privates', 'cache.serializer', 'getCache_SerializerService', false],
'cache.annotations' => ['privates', 'cache.annotations', 'getCache_AnnotationsService', false],
'cache.property_info' => ['privates', 'cache.property_info', 'getCache_PropertyInfoService', false],
'cache.default_marshaller' => ['privates', 'cache.default_marshaller', 'getCache_DefaultMarshallerService', false],
'cache.default_clearer' => ['services', 'cache.app_clearer', 'getCache_AppClearerService', false],
'identity_translator' => ['privates', 'identity_translator', 'getIdentityTranslatorService', false],
'test.client.history' => [false, 'test.client.history', 'getTest_Client_HistoryService', false],
'test.client.cookiejar' => [false, 'test.client.cookiejar', 'getTest_Client_CookiejarService', false],
'test.session.listener' => ['privates', 'test.session.listener', 'getTest_Session_ListenerService', false],
'assets.packages' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'assets.context' => ['privates', 'assets.context', 'getAssets_ContextService', false],
'assets._version__default' => ['privates', 'assets._version__default', 'getAssets_VersionDefaultService', false],
'assets._default_package' => ['privates', 'assets._default_package', 'getAssets_DefaultPackageService', false],
'mailer.mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'mailer.transports' => ['privates', 'mailer.transports', 'getMailer_TransportsService', false],
'mailer.transport_factory' => ['privates', 'mailer.transport_factory', 'getMailer_TransportFactoryService', false],
'mailer.envelope_listener' => ['privates', 'mailer.envelope_listener', 'getMailer_EnvelopeListenerService', false],
'mailer.message_logger_listener' => ['privates', 'mailer.message_logger_listener', 'getMailer_MessageLoggerListenerService', false],
'mailer.transport_factory.mailchimp' => ['privates', 'mailer.transport_factory.mailchimp', 'getMailer_TransportFactory_MailchimpService', false],
'mailer.transport_factory.null' => ['privates', 'mailer.transport_factory.null', 'getMailer_TransportFactory_NullService', false],
'mailer.transport_factory.sendmail' => ['privates', 'mailer.transport_factory.sendmail', 'getMailer_TransportFactory_SendmailService', false],
'mailer.transport_factory.smtp' => ['privates', 'mailer.transport_factory.smtp', 'getMailer_TransportFactory_SmtpService', false],
'mailer.transport_factory.native' => ['privates', 'mailer.transport_factory.native', 'getMailer_TransportFactory_NativeService', false],
'translator.default' => ['privates', 'translator.default', 'getTranslator_DefaultService', false],
'translator.formatter.default' => ['privates', 'translator.formatter.default', 'getTranslator_Formatter_DefaultService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.dumper.php' => ['privates', 'translation.dumper.php', 'getTranslation_Dumper_PhpService', false],
'translation.dumper.xliff' => ['privates', 'translation.dumper.xliff', 'getTranslation_Dumper_XliffService', false],
'translation.dumper.po' => ['privates', 'translation.dumper.po', 'getTranslation_Dumper_PoService', false],
'translation.dumper.mo' => ['privates', 'translation.dumper.mo', 'getTranslation_Dumper_MoService', false],
'translation.dumper.yml' => ['privates', 'translation.dumper.yml', 'getTranslation_Dumper_YmlService', false],
'translation.dumper.yaml' => ['privates', 'translation.dumper.yaml', 'getTranslation_Dumper_YamlService', false],
'translation.dumper.qt' => ['privates', 'translation.dumper.qt', 'getTranslation_Dumper_QtService', false],
'translation.dumper.csv' => ['privates', 'translation.dumper.csv', 'getTranslation_Dumper_CsvService', false],
'translation.dumper.ini' => ['privates', 'translation.dumper.ini', 'getTranslation_Dumper_IniService', false],
'translation.dumper.json' => ['privates', 'translation.dumper.json', 'getTranslation_Dumper_JsonService', false],
'translation.dumper.res' => ['privates', 'translation.dumper.res', 'getTranslation_Dumper_ResService', false],
'translation.extractor.php' => ['privates', 'translation.extractor.php', 'getTranslation_Extractor_PhpService', false],
'translation.reader' => ['privates', 'translation.reader', 'getTranslation_ReaderService', false],
'translation.extractor' => ['privates', 'translation.extractor', 'getTranslation_ExtractorService', false],
'translation.writer' => ['privates', 'translation.writer', 'getTranslation_WriterService', false],
'translation.warmer' => ['privates', 'translation.warmer', 'getTranslation_WarmerService', false],
'translation.provider_collection' => ['privates', 'translation.provider_collection', 'getTranslation_ProviderCollectionService', false],
'translation.provider_collection_factory' => ['privates', 'translation.provider_collection_factory', 'getTranslation_ProviderCollectionFactoryService', false],
'translation.provider_factory.null' => ['privates', 'translation.provider_factory.null', 'getTranslation_ProviderFactory_NullService', false],
'debug.debug_handlers_listener' => ['privates', 'debug.debug_handlers_listener', 'getDebug_DebugHandlersListenerService', false],
'debug.file_link_formatter' => ['privates', 'debug.file_link_formatter', 'getDebug_FileLinkFormatterService', false],
'debug.stopwatch' => ['privates', 'debug.stopwatch', 'getDebug_StopwatchService', false],
'debug.event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'debug.controller_resolver' => ['privates', 'debug.controller_resolver', 'getDebug_ControllerResolverService', false],
'debug.argument_resolver' => ['privates', 'debug.argument_resolver', 'getDebug_ArgumentResolverService', false],
'debug.log_processor' => ['privates', 'debug.log_processor', 'getDebug_LogProcessorService', false],
'routing.resolver' => ['privates', 'routing.resolver', 'getRouting_ResolverService', false],
'routing.loader.xml' => ['privates', 'routing.loader.xml', 'getRouting_Loader_XmlService', false],
'routing.loader.yml' => ['privates', 'routing.loader.yml', 'getRouting_Loader_YmlService', false],
'routing.loader.php' => ['privates', 'routing.loader.php', 'getRouting_Loader_PhpService', false],
'routing.loader.glob' => ['privates', 'routing.loader.glob', 'getRouting_Loader_GlobService', false],
'routing.loader.directory' => ['privates', 'routing.loader.directory', 'getRouting_Loader_DirectoryService', false],
'routing.loader.container' => ['privates', 'routing.loader.container', 'getRouting_Loader_ContainerService', false],
'router.default' => ['services', 'router', 'getRouterService', false],
'router.request_context' => ['privates', 'router.request_context', 'getRouter_RequestContextService', false],
'router.expression_language_provider' => ['privates', 'router.expression_language_provider', 'getRouter_ExpressionLanguageProviderService', false],
'router.cache_warmer' => ['privates', 'router.cache_warmer', 'getRouter_CacheWarmerService', false],
'router_listener' => ['privates', 'router_listener', 'getRouterListenerService', false],
'routing.loader.annotation' => ['privates', 'routing.loader.annotation', 'getRouting_Loader_AnnotationService', false],
'routing.loader.annotation.directory' => ['privates', 'routing.loader.annotation.directory', 'getRouting_Loader_Annotation_DirectoryService', false],
'routing.loader.annotation.file' => ['privates', 'routing.loader.annotation.file', 'getRouting_Loader_Annotation_FileService', false],
'annotations.reader' => ['privates', 'annotations.reader', 'getAnnotations_ReaderService', false],
'annotations.dummy_registry' => ['privates', 'annotations.dummy_registry', 'getAnnotations_DummyRegistryService', false],
'annotations.cached_reader' => ['privates', 'annotations.cached_reader', 'getAnnotations_CachedReaderService', false],
'annotations.cache_warmer' => ['privates', 'annotations.cache_warmer', 'getAnnotations_CacheWarmerService', false],
'annotations.cache_adapter' => ['privates', 'annotations.cache_adapter', 'getAnnotations_CacheAdapterService', false],
'property_accessor' => ['privates', 'property_accessor', 'getPropertyAccessorService', false],
'secrets.vault' => ['privates', 'secrets.vault', 'getSecrets_VaultService', false],
'secrets.decryption_key' => ['privates', 'secrets.decryption_key', 'getSecrets_DecryptionKeyService', false],
'secrets.local_vault' => ['privates', 'secrets.local_vault', 'getSecrets_LocalVaultService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'serializer.mapping.class_discriminator_resolver' => ['privates', 'serializer.mapping.class_discriminator_resolver', 'getSerializer_Mapping_ClassDiscriminatorResolverService', false],
'serializer.normalizer.constraint_violation_list' => ['privates', 'serializer.normalizer.constraint_violation_list', 'getSerializer_Normalizer_ConstraintViolationListService', false],
'serializer.normalizer.mime_message' => ['privates', 'serializer.normalizer.mime_message', 'getSerializer_Normalizer_MimeMessageService', false],
'serializer.normalizer.datetimezone' => ['privates', 'serializer.normalizer.datetimezone', 'getSerializer_Normalizer_DatetimezoneService', false],
'serializer.normalizer.dateinterval' => ['privates', 'serializer.normalizer.dateinterval', 'getSerializer_Normalizer_DateintervalService', false],
'serializer.normalizer.data_uri' => ['privates', 'serializer.normalizer.data_uri', 'getSerializer_Normalizer_DataUriService', false],
'serializer.normalizer.datetime' => ['privates', 'serializer.normalizer.datetime', 'getSerializer_Normalizer_DatetimeService', false],
'serializer.normalizer.json_serializable' => ['privates', 'serializer.normalizer.json_serializable', 'getSerializer_Normalizer_JsonSerializableService', false],
'serializer.normalizer.problem' => ['privates', 'serializer.normalizer.problem', 'getSerializer_Normalizer_ProblemService', false],
'serializer.denormalizer.unwrapping' => ['privates', 'serializer.denormalizer.unwrapping', 'getSerializer_Denormalizer_UnwrappingService', false],
'serializer.normalizer.uid' => ['privates', 'serializer.normalizer.uid', 'getSerializer_Normalizer_UidService', false],
'serializer.normalizer.form_error' => ['privates', 'serializer.normalizer.form_error', 'getSerializer_Normalizer_FormErrorService', false],
'serializer.normalizer.object' => ['privates', 'serializer.normalizer.object', 'getSerializer_Normalizer_ObjectService', false],
'serializer.normalizer.property' => ['privates', 'serializer.normalizer.property', 'getSerializer_Normalizer_PropertyService', false],
'serializer.denormalizer.array' => ['privates', 'serializer.denormalizer.array', 'getSerializer_Denormalizer_ArrayService', false],
'serializer.mapping.chain_loader' => ['privates', 'serializer.mapping.chain_loader', 'getSerializer_Mapping_ChainLoaderService', false],
'serializer.mapping.class_metadata_factory' => ['privates', 'serializer.mapping.class_metadata_factory', 'getSerializer_Mapping_ClassMetadataFactoryService', false],
'serializer.mapping.cache_warmer' => ['privates', 'serializer.mapping.cache_warmer', 'getSerializer_Mapping_CacheWarmerService', false],
'serializer.encoder.xml' => ['privates', 'serializer.encoder.xml', 'getSerializer_Encoder_XmlService', false],
'serializer.encoder.json' => ['privates', 'serializer.encoder.json', 'getSerializer_Encoder_JsonService', false],
'serializer.encoder.yaml' => ['privates', 'serializer.encoder.yaml', 'getSerializer_Encoder_YamlService', false],
'serializer.encoder.csv' => ['privates', 'serializer.encoder.csv', 'getSerializer_Encoder_CsvService', false],
'serializer.name_converter.metadata_aware' => ['privates', 'serializer.name_converter.metadata_aware', 'getSerializer_NameConverter_MetadataAwareService', false],
'property_info.serializer_extractor' => ['privates', 'property_info.serializer_extractor', 'getPropertyInfo_SerializerExtractorService', false],
'error_handler.error_renderer.serializer' => ['privates', 'error_handler.error_renderer.serializer', 'getErrorHandler_ErrorRenderer_SerializerService', false],
'serializer.normalizer.backed_enum' => ['privates', 'serializer.normalizer.backed_enum', 'getSerializer_Normalizer_BackedEnumService', false],
'property_info' => ['privates', 'property_info', 'getPropertyInfoService', false],
'property_info.reflection_extractor' => ['privates', 'property_info.reflection_extractor', 'getPropertyInfo_ReflectionExtractorService', false],
'property_info.phpstan_extractor' => ['privates', 'property_info.phpstan_extractor', 'getPropertyInfo_PhpstanExtractorService', false],
'property_info.php_doc_extractor' => ['privates', 'property_info.php_doc_extractor', 'getPropertyInfo_PhpDocExtractorService', false],
'web_link.add_link_header_listener' => ['privates', 'web_link.add_link_header_listener', 'getWebLink_AddLinkHeaderListenerService', false],
'cache.property_access' => ['privates', 'cache.property_access', 'getCache_PropertyAccessService', false],
'session.factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
'session.storage.factory.service' => ['privates', 'session.storage.factory.service', 'getSession_Storage_Factory_ServiceService', false],
'session.storage.metadata_bag' => ['privates', 'session.storage.metadata_bag', 'getSession_Storage_MetadataBagService', false],
'session.storage.native' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
'session.handler.native_file' => ['privates', 'session.handler.native_file', 'getSession_Handler_NativeFileService', false],
'security.csrf.token_generator' => ['privates', 'security.csrf.token_generator', 'getSecurity_Csrf_TokenGeneratorService', false],
'security.csrf.token_storage' => ['privates', 'security.csrf.token_storage', 'getSecurity_Csrf_TokenStorageService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'twig.runtime.security_csrf' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'twig.extension.security_csrf' => ['privates', 'twig.extension.security_csrf', 'getTwig_Extension_SecurityCsrfService', false],
'form.resolved_type_factory' => ['privates', 'form.resolved_type_factory', 'getForm_ResolvedTypeFactoryService', false],
'form.registry' => ['privates', 'form.registry', 'getForm_RegistryService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'form.extension' => ['privates', 'form.extension', 'getForm_ExtensionService', false],
'form.type_guesser.validator' => ['privates', 'form.type_guesser.validator', 'getForm_TypeGuesser_ValidatorService', false],
'form.choice_list_factory.default' => ['privates', 'form.choice_list_factory.default', 'getForm_ChoiceListFactory_DefaultService', false],
'form.choice_list_factory.property_access' => ['privates', 'form.choice_list_factory.property_access', 'getForm_ChoiceListFactory_PropertyAccessService', false],
'form.choice_list_factory.cached' => ['privates', 'form.choice_list_factory.cached', 'getForm_ChoiceListFactory_CachedService', false],
'form.type.form' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
'form.type.choice' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'form.type.file' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'form.type.color' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'form.type_extension.form.transformation_failure_handling' => ['privates', 'form.type_extension.form.transformation_failure_handling', 'getForm_TypeExtension_Form_TransformationFailureHandlingService', false],
'form.type_extension.form.http_foundation' => ['privates', 'form.type_extension.form.http_foundation', 'getForm_TypeExtension_Form_HttpFoundationService', false],
'form.type_extension.form.request_handler' => ['privates', 'form.type_extension.form.request_handler', 'getForm_TypeExtension_Form_RequestHandlerService', false],
'form.server_params' => ['privates', 'form.server_params', 'getForm_ServerParamsService', false],
'form.type_extension.form.validator' => ['privates', 'form.type_extension.form.validator', 'getForm_TypeExtension_Form_ValidatorService', false],
'form.type_extension.repeated.validator' => ['privates', 'form.type_extension.repeated.validator', 'getForm_TypeExtension_Repeated_ValidatorService', false],
'form.type_extension.submit.validator' => ['privates', 'form.type_extension.submit.validator', 'getForm_TypeExtension_Submit_ValidatorService', false],
'form.type_extension.upload.validator' => ['privates', 'form.type_extension.upload.validator', 'getForm_TypeExtension_Upload_ValidatorService', false],
'form.type_extension.csrf' => ['privates', 'form.type_extension.csrf', 'getForm_TypeExtension_CsrfService', false],
'validator.builder' => ['privates', 'validator.builder', 'getValidator_BuilderService', false],
'validator.mapping.cache_warmer' => ['privates', 'validator.mapping.cache_warmer', 'getValidator_Mapping_CacheWarmerService', false],
'validator.validator_factory' => ['privates', 'validator.validator_factory', 'getValidator_ValidatorFactoryService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'validator.expression_language' => ['privates', 'validator.expression_language', 'getValidator_ExpressionLanguageService', false],
'validator.email' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'validator.not_compromised_password' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'validator.property_info_loader' => ['privates', 'validator.property_info_loader', 'getValidator_PropertyInfoLoaderService', false],
'profiler' => ['services', '.container.private.profiler', 'get_Container_Private_ProfilerService', false],
'profiler.storage' => ['privates', 'profiler.storage', 'getProfiler_StorageService', false],
'profiler_listener' => ['privates', 'profiler_listener', 'getProfilerListenerService', false],
'data_collector.config' => ['privates', 'data_collector.config', 'getDataCollector_ConfigService', false],
'data_collector.request' => ['privates', 'data_collector.request', 'getDataCollector_RequestService', false],
'data_collector.ajax' => ['privates', 'data_collector.ajax', 'getDataCollector_AjaxService', false],
'data_collector.exception' => ['privates', 'data_collector.exception', 'getDataCollector_ExceptionService', false],
'data_collector.events' => ['privates', 'data_collector.events', 'getDataCollector_EventsService', false],
'data_collector.logger' => ['privates', 'data_collector.logger', 'getDataCollector_LoggerService', false],
'data_collector.time' => ['privates', 'data_collector.time', 'getDataCollector_TimeService', false],
'data_collector.memory' => ['privates', 'data_collector.memory', 'getDataCollector_MemoryService', false],
'data_collector.router' => ['privates', 'data_collector.router', 'getDataCollector_RouterService', false],
'data_collector.cache' => ['privates', 'data_collector.cache', 'getDataCollector_CacheService', false],
'cache_pool_clearer.cache_warmer' => ['privates', 'cache_pool_clearer.cache_warmer', 'getCachePoolClearer_CacheWarmerService', false],
'form.type_extension.form.data_collector' => ['privates', 'form.type_extension.form.data_collector', 'getForm_TypeExtension_Form_DataCollectorService', false],
'data_collector.form.extractor' => ['privates', 'data_collector.form.extractor', 'getDataCollector_Form_ExtractorService', false],
'data_collector.form' => ['privates', 'data_collector.form', 'getDataCollector_FormService', false],
'debug.validator' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
'data_collector.validator' => ['privates', 'data_collector.validator', 'getDataCollector_ValidatorService', false],
'translator.data_collector' => ['services', 'translator', 'getTranslatorService', false],
'data_collector.translation' => ['privates', 'data_collector.translation', 'getDataCollector_TranslationService', false],
'mailer.data_collector' => ['privates', 'mailer.data_collector', 'getMailer_DataCollectorService', false],
'data_collector.http_client' => ['privates', 'data_collector.http_client', 'getDataCollector_HttpClientService', false],
'mime_types' => ['privates', 'mime_types', 'getMimeTypesService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
'twig.app_variable' => ['privates', 'twig.app_variable', 'getTwig_AppVariableService', false],
'twig.template_iterator' => ['privates', 'twig.template_iterator', 'getTwig_TemplateIteratorService', false],
'twig.template_cache_warmer' => ['privates', 'twig.template_cache_warmer', 'getTwig_TemplateCacheWarmerService', false],
'twig.loader.native_filesystem' => ['privates', 'twig.loader.native_filesystem', 'getTwig_Loader_NativeFilesystemService', false],
'twig.extension.profiler' => ['privates', 'twig.extension.profiler', 'getTwig_Extension_ProfilerService', false],
'twig.profile' => ['privates', 'twig.profile', 'getTwig_ProfileService', false],
'data_collector.twig' => ['privates', 'data_collector.twig', 'getDataCollector_TwigService', false],
'twig.extension.trans' => ['privates', 'twig.extension.trans', 'getTwig_Extension_TransService', false],
'twig.extension.assets' => ['privates', 'twig.extension.assets', 'getTwig_Extension_AssetsService', false],
'twig.extension.code' => ['privates', 'twig.extension.code', 'getTwig_Extension_CodeService', false],
'twig.extension.routing' => ['privates', 'twig.extension.routing', 'getTwig_Extension_RoutingService', false],
'twig.extension.yaml' => ['privates', 'twig.extension.yaml', 'getTwig_Extension_YamlService', false],
'twig.extension.debug.stopwatch' => ['privates', 'twig.extension.debug.stopwatch', 'getTwig_Extension_Debug_StopwatchService', false],
'twig.extension.expression' => ['privates', 'twig.extension.expression', 'getTwig_Extension_ExpressionService', false],
'twig.extension.httpkernel' => ['privates', 'twig.extension.httpkernel', 'getTwig_Extension_HttpkernelService', false],
'twig.runtime.httpkernel' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'twig.extension.httpfoundation' => ['privates', 'twig.extension.httpfoundation', 'getTwig_Extension_HttpfoundationService', false],
'twig.extension.weblink' => ['privates', 'twig.extension.weblink', 'getTwig_Extension_WeblinkService', false],
'twig.translation.extractor' => ['privates', 'twig.translation.extractor', 'getTwig_Translation_ExtractorService', false],
'twig.configurator.environment' => ['privates', 'twig.configurator.environment', 'getTwig_Configurator_EnvironmentService', false],
'twig.runtime_loader' => ['privates', 'twig.runtime_loader', 'getTwig_RuntimeLoaderService', false],
'twig.error_renderer.html' => ['privates', 'twig.error_renderer.html', 'getTwig_ErrorRenderer_HtmlService', false],
'twig.runtime.serializer' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
'twig.extension.serializer' => ['privates', 'twig.extension.serializer', 'getTwig_Extension_SerializerService', false],
'twig.extension.form' => ['privates', 'twig.extension.form', 'getTwig_Extension_FormService', false],
'twig.form.engine' => ['privates', 'twig.form.engine', 'getTwig_Form_EngineService', false],
'twig.form.renderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
'twig.command.debug' => ['privates', 'twig.command.debug', 'getTwig_Command_DebugService', false],
'twig.command.lint' => ['privates', 'twig.command.lint', 'getTwig_Command_LintService', false],
'twig.mailer.message_listener' => ['privates', 'twig.mailer.message_listener', 'getTwig_Mailer_MessageListenerService', false],
'twig.mime_body_renderer' => ['privates', 'twig.mime_body_renderer', 'getTwig_MimeBodyRendererService', false],
'twig.missing_extension_suggestor' => ['privates', 'twig.missing_extension_suggestor', 'getTwig_MissingExtensionSuggestorService', false],
'twig.extension.intl' => ['privates', 'twig.extension.intl', 'getTwig_Extension_IntlService', false],
'sensio_framework_extra.controller.listener' => ['privates', 'sensio_framework_extra.controller.listener', 'getSensioFrameworkExtra_Controller_ListenerService', false],
'sensio_framework_extra.converter.listener' => ['privates', 'sensio_framework_extra.converter.listener', 'getSensioFrameworkExtra_Converter_ListenerService', false],
'sensio_framework_extra.converter.manager' => ['privates', 'sensio_framework_extra.converter.manager', 'getSensioFrameworkExtra_Converter_ManagerService', false],
'sensio_framework_extra.converter.doctrine.orm' => ['privates', 'sensio_framework_extra.converter.doctrine.orm', 'getSensioFrameworkExtra_Converter_Doctrine_OrmService', false],
'framework_extra_bundle.date_time_param_converter' => ['privates', 'framework_extra_bundle.date_time_param_converter', 'getFrameworkExtraBundle_DateTimeParamConverterService', false],
'sensio_framework_extra.converter.doctrine.orm.expression_language.default' => ['privates', 'sensio_framework_extra.converter.doctrine.orm.expression_language.default', 'getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService', false],
'sensio_framework_extra.view.guesser' => ['privates', 'sensio_framework_extra.view.guesser', 'getSensioFrameworkExtra_View_GuesserService', false],
'sensio_framework_extra.view.listener' => ['privates', 'sensio_framework_extra.view.listener', 'getSensioFrameworkExtra_View_ListenerService', false],
'sensio_framework_extra.cache.listener' => ['privates', 'sensio_framework_extra.cache.listener', 'getSensioFrameworkExtra_Cache_ListenerService', false],
'sensio_framework_extra.security.listener' => ['privates', 'sensio_framework_extra.security.listener', 'getSensioFrameworkExtra_Security_ListenerService', false],
'sensio_framework_extra.security.expression_language.default' => ['privates', 'sensio_framework_extra.security.expression_language.default', 'getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService', false],
'framework_extra_bundle.event.is_granted' => ['privates', 'framework_extra_bundle.event.is_granted', 'getFrameworkExtraBundle_Event_IsGrantedService', false],
'framework_extra_bundle.argument_name_convertor' => ['privates', 'framework_extra_bundle.argument_name_convertor', 'getFrameworkExtraBundle_ArgumentNameConvertorService', false],
'doctrine.dbal.logger' => ['privates', 'doctrine.dbal.logger', 'getDoctrine_Dbal_LoggerService', false],
'data_collector.doctrine' => ['privates', 'data_collector.doctrine', 'getDataCollector_DoctrineService', false],
'doctrine.dbal.connection_factory' => ['privates', 'doctrine.dbal.connection_factory', 'getDoctrine_Dbal_ConnectionFactoryService', false],
'doctrine.twig.doctrine_extension' => ['privates', 'doctrine.twig.doctrine_extension', 'getDoctrine_Twig_DoctrineExtensionService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
'doctrine.dbal.default_connection.configuration' => ['privates', 'doctrine.dbal.default_connection.configuration', 'getDoctrine_Dbal_DefaultConnection_ConfigurationService', false],
'doctrine.dbal.logger.profiling.default' => ['privates', 'doctrine.dbal.logger.profiling.default', 'getDoctrine_Dbal_Logger_Profiling_DefaultService', false],
'doctrine.dbal.logger.chain.default' => ['privates', 'doctrine.dbal.logger.chain.default', 'getDoctrine_Dbal_Logger_Chain_DefaultService', false],
'doctrine.dbal.default_connection.event_manager' => ['privates', 'doctrine.dbal.default_connection.event_manager', 'getDoctrine_Dbal_DefaultConnection_EventManagerService', false],
'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => ['privates', 'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider', 'getManagerRegistryAwareConnectionProviderService', false],
'doctrine.dbal.api_connection.configuration' => ['privates', 'doctrine.dbal.api_connection.configuration', 'getDoctrine_Dbal_ApiConnection_ConfigurationService', false],
'doctrine.dbal.logger.profiling.api' => ['privates', 'doctrine.dbal.logger.profiling.api', 'getDoctrine_Dbal_Logger_Profiling_ApiService', false],
'doctrine.dbal.logger.chain.api' => ['privates', 'doctrine.dbal.logger.chain.api', 'getDoctrine_Dbal_Logger_Chain_ApiService', false],
'doctrine.dbal.api_connection.event_manager' => ['privates', 'doctrine.dbal.api_connection.event_manager', 'getDoctrine_Dbal_ApiConnection_EventManagerService', false],
'doctrine.orm.proxy_cache_warmer' => ['privates', 'doctrine.orm.proxy_cache_warmer', 'getDoctrine_Orm_ProxyCacheWarmerService', false],
'form.type_guesser.doctrine' => ['privates', 'form.type_guesser.doctrine', 'getForm_TypeGuesser_DoctrineService', false],
'form.type.entity' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'doctrine.orm.container_repository_factory' => ['privates', 'doctrine.orm.container_repository_factory', 'getDoctrine_Orm_ContainerRepositoryFactoryService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'doctrine.orm.validator_initializer' => ['privates', 'doctrine.orm.validator_initializer', 'getDoctrine_Orm_ValidatorInitializerService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
'doctrine.orm.naming_strategy.underscore_number_aware' => ['privates', 'doctrine.orm.naming_strategy.underscore_number_aware', 'getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService', false],
'doctrine.orm.quote_strategy.default' => ['privates', 'doctrine.orm.quote_strategy.default', 'getDoctrine_Orm_QuoteStrategy_DefaultService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'doctrine.orm.default_configuration' => ['privates', 'doctrine.orm.default_configuration', 'getDoctrine_Orm_DefaultConfigurationService', false],
'doctrine.orm.default_annotation_metadata_driver' => ['privates', 'doctrine.orm.default_annotation_metadata_driver', 'getDoctrine_Orm_DefaultAnnotationMetadataDriverService', false],
'doctrine.orm.default_metadata_driver' => ['privates', 'doctrine.orm.default_metadata_driver', 'getDoctrine_Orm_DefaultMetadataDriverService', false],
'cache.doctrine.orm.default.metadata' => ['privates', 'cache.doctrine.orm.default.metadata', 'getCache_Doctrine_Orm_Default_MetadataService', false],
'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService', false],
'cache.doctrine.orm.default.result' => ['privates', 'cache.doctrine.orm.default.result', 'getCache_Doctrine_Orm_Default_ResultService', false],
'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.default.result', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService', false],
'cache.doctrine.orm.default.query' => ['privates', 'cache.doctrine.orm.default.query', 'getCache_Doctrine_Orm_Default_QueryService', false],
'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.default.query', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService', false],
'doctrine.orm.default_entity_listener_resolver' => ['privates', 'doctrine.orm.default_entity_listener_resolver', 'getDoctrine_Orm_DefaultEntityListenerResolverService', false],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.default_manager_configurator' => ['privates', 'doctrine.orm.default_manager_configurator', 'getDoctrine_Orm_DefaultManagerConfiguratorService', false],
'doctrine.orm.default_entity_manager.property_info_extractor' => ['privates', 'doctrine.orm.default_entity_manager.property_info_extractor', 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService', false],
'doctrine.orm.default_entity_manager.validator_loader' => ['privates', 'doctrine.orm.default_entity_manager.validator_loader', 'getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService', false],
'doctrine.orm.api_configuration' => ['privates', 'doctrine.orm.api_configuration', 'getDoctrine_Orm_ApiConfigurationService', false],
'doctrine.orm.api_annotation_metadata_driver' => ['privates', 'doctrine.orm.api_annotation_metadata_driver', 'getDoctrine_Orm_ApiAnnotationMetadataDriverService', false],
'doctrine.orm.api_metadata_driver' => ['privates', 'doctrine.orm.api_metadata_driver', 'getDoctrine_Orm_ApiMetadataDriverService', false],
'cache.doctrine.orm.api.metadata' => ['privates', 'cache.doctrine.orm.api.metadata', 'getCache_Doctrine_Orm_Api_MetadataService', false],
'doctrine.orm.cache.provider.cache.doctrine.orm.api.metadata' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.api.metadata', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_MetadataService', false],
'cache.doctrine.orm.api.result' => ['privates', 'cache.doctrine.orm.api.result', 'getCache_Doctrine_Orm_Api_ResultService', false],
'doctrine.orm.cache.provider.cache.doctrine.orm.api.result' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.api.result', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_ResultService', false],
'cache.doctrine.orm.api.query' => ['privates', 'cache.doctrine.orm.api.query', 'getCache_Doctrine_Orm_Api_QueryService', false],
'doctrine.orm.cache.provider.cache.doctrine.orm.api.query' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.api.query', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_QueryService', false],
'doctrine.orm.api_entity_listener_resolver' => ['privates', 'doctrine.orm.api_entity_listener_resolver', 'getDoctrine_Orm_ApiEntityListenerResolverService', false],
'doctrine.orm.api_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.api_listeners.attach_entity_listeners', 'getDoctrine_Orm_ApiListeners_AttachEntityListenersService', false],
'doctrine.orm.api_manager_configurator' => ['privates', 'doctrine.orm.api_manager_configurator', 'getDoctrine_Orm_ApiManagerConfiguratorService', false],
'doctrine.orm.api_entity_manager.property_info_extractor' => ['privates', 'doctrine.orm.api_entity_manager.property_info_extractor', 'getDoctrine_Orm_ApiEntityManager_PropertyInfoExtractorService', false],
'doctrine.orm.api_entity_manager.validator_loader' => ['privates', 'doctrine.orm.api_entity_manager.validator_loader', 'getDoctrine_Orm_ApiEntityManager_ValidatorLoaderService', false],
'doctrine.migrations.dependency_factory' => ['privates', 'doctrine.migrations.dependency_factory', 'getDoctrine_Migrations_DependencyFactoryService', false],
'doctrine.migrations.configuration_loader' => ['privates', 'doctrine.migrations.configuration_loader', 'getDoctrine_Migrations_ConfigurationLoaderService', false],
'doctrine.migrations.entity_manager_registry_loader' => ['privates', 'doctrine.migrations.entity_manager_registry_loader', 'getDoctrine_Migrations_EntityManagerRegistryLoaderService', false],
'doctrine.migrations.configuration' => ['privates', 'doctrine.migrations.configuration', 'getDoctrine_Migrations_ConfigurationService', false],
'doctrine.migrations.container_aware_migrations_factory' => ['privates', 'doctrine.migrations.container_aware_migrations_factory', 'getDoctrine_Migrations_ContainerAwareMigrationsFactoryService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.sync_metadata_command' => ['privates', 'doctrine_migrations.sync_metadata_command', 'getDoctrineMigrations_SyncMetadataCommandService', false],
'doctrine_migrations.versions_command' => ['privates', 'doctrine_migrations.versions_command', 'getDoctrineMigrations_VersionsCommandService', false],
'doctrine_migrations.current_command' => ['privates', 'doctrine_migrations.current_command', 'getDoctrineMigrations_CurrentCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'doctrine_migrations.migrations_flattener' => ['privates', 'doctrine_migrations.migrations_flattener', 'getDoctrineMigrations_MigrationsFlattenerService', false],
'doctrine_migrations.migrations_collector' => ['privates', 'doctrine_migrations.migrations_collector', 'getDoctrineMigrations_MigrationsCollectorService', false],
'doctrine.migrations.storage.table_storage' => ['privates', 'doctrine.migrations.storage.table_storage', 'getDoctrine_Migrations_Storage_TableStorageService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'security.untracked_token_storage' => ['privates', 'security.untracked_token_storage', 'getSecurity_UntrackedTokenStorageService', false],
'security.helper' => ['privates', 'security.helper', 'getSecurity_HelperService', false],
'security.authentication.trust_resolver' => ['privates', 'security.authentication.trust_resolver', 'getSecurity_Authentication_TrustResolverService', false],
'security.authentication.session_strategy' => ['privates', 'security.authentication.session_strategy', 'getSecurity_Authentication_SessionStrategyService', false],
'security.encoder_factory.generic' => ['privates', 'security.encoder_factory.generic', 'getSecurity_EncoderFactory_GenericService', false],
'security.user_password_encoder.generic' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'security.user_checker' => ['privates', 'security.user_checker', 'getSecurity_UserCheckerService', false],
'security.expression_language' => ['privates', 'security.expression_language', 'getSecurity_ExpressionLanguageService', false],
'security.authentication_utils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
'security.role_hierarchy' => ['privates', 'security.role_hierarchy', 'getSecurity_RoleHierarchyService', false],
'security.access.simple_role_voter' => ['privates', 'security.access.simple_role_voter', 'getSecurity_Access_SimpleRoleVoterService', false],
'security.access.authenticated_voter' => ['privates', 'security.access.authenticated_voter', 'getSecurity_Access_AuthenticatedVoterService', false],
'security.access.expression_voter' => ['privates', 'security.access.expression_voter', 'getSecurity_Access_ExpressionVoterService', false],
'security.impersonate_url_generator' => ['privates', 'security.impersonate_url_generator', 'getSecurity_ImpersonateUrlGeneratorService', false],
'security.firewall.map' => ['privates', 'security.firewall.map', 'getSecurity_Firewall_MapService', false],
'security.logout_url_generator' => ['privates', 'security.logout_url_generator', 'getSecurity_LogoutUrlGeneratorService', false],
'security.http_utils' => ['privates', 'security.http_utils', 'getSecurity_HttpUtilsService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'cache.security_expression_language' => ['privates', 'cache.security_expression_language', 'getCache_SecurityExpressionLanguageService', false],
'security.password_hasher_factory' => ['privates', 'security.password_hasher_factory', 'getSecurity_PasswordHasherFactoryService', false],
'security.user_password_hasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'security.channel_listener' => ['privates', 'security.channel_listener', 'getSecurity_ChannelListenerService', false],
'security.access_map' => ['privates', 'security.access_map', 'getSecurity_AccessMapService', false],
'security.access_listener' => ['privates', 'security.access_listener', 'getSecurity_AccessListenerService', false],
'security.rememberme.response_listener' => ['privates', 'security.rememberme.response_listener', 'getSecurity_Rememberme_ResponseListenerService', false],
'security.authentication.manager' => ['privates', 'security.authentication.manager', 'getSecurity_Authentication_ManagerService', false],
'twig.extension.logout_url' => ['privates', 'twig.extension.logout_url', 'getTwig_Extension_LogoutUrlService', false],
'twig.extension.security' => ['privates', 'twig.extension.security', 'getTwig_Extension_SecurityService', false],
'data_collector.security' => ['privates', 'data_collector.security', 'getDataCollector_SecurityService', false],
'security.authentication.guard_handler' => ['privates', 'security.authentication.guard_handler', 'getSecurity_Authentication_GuardHandlerService', false],
'debug.security.access.decision_manager' => ['privates', 'debug.security.access.decision_manager', 'getDebug_Security_Access_DecisionManagerService', false],
'debug.security.voter.vote_listener' => ['privates', 'debug.security.voter.vote_listener', 'getDebug_Security_Voter_VoteListenerService', false],
'debug.security.firewall' => ['privates', 'debug.security.firewall', 'getDebug_Security_FirewallService', false],
'security.command.debug_firewall' => ['privates', 'security.command.debug_firewall', 'getSecurity_Command_DebugFirewallService', false],
'security.user.provider.concrete.app_user_provider' => ['privates', 'security.user.provider.concrete.app_user_provider', 'getSecurity_User_Provider_Concrete_AppUserProviderService', false],
'security.firewall.map.config.dev' => ['privates', 'security.firewall.map.config.dev', 'getSecurity_Firewall_Map_Config_DevService', false],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.config.main' => ['privates', 'security.firewall.map.config.main', 'getSecurity_Firewall_Map_Config_MainService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
'security.context_listener.0' => ['privates', 'security.context_listener.0', 'getSecurity_ContextListener_0Service', false],
'security.logout_listener.main' => ['privates', 'security.logout_listener.main', 'getSecurity_LogoutListener_MainService', false],
'security.logout.listener.default.main' => ['privates', 'security.logout.listener.default.main', 'getSecurity_Logout_Listener_Default_MainService', false],
'security.logout.listener.session.main' => ['privates', 'security.logout.listener.session.main', 'getSecurity_Logout_Listener_Session_MainService', false],
'security.authentication.provider.guard.main' => ['privates', 'security.authentication.provider.guard.main', 'getSecurity_Authentication_Provider_Guard_MainService', false],
'security.authentication.listener.guard.main' => ['privates', 'security.authentication.listener.guard.main', 'getSecurity_Authentication_Listener_Guard_MainService', false],
'security.authentication.provider.dao.main' => ['privates', 'security.authentication.provider.dao.main', 'getSecurity_Authentication_Provider_Dao_MainService', false],
'security.authentication.listener.basic.main' => ['privates', 'security.authentication.listener.basic.main', 'getSecurity_Authentication_Listener_Basic_MainService', false],
'security.authentication.listener.anonymous.main' => ['privates', 'security.authentication.listener.anonymous.main', 'getSecurity_Authentication_Listener_Anonymous_MainService', false],
'security.authentication.provider.anonymous.main' => ['privates', 'security.authentication.provider.anonymous.main', 'getSecurity_Authentication_Provider_Anonymous_MainService', false],
'security.exception_listener.main' => ['privates', 'security.exception_listener.main', 'getSecurity_ExceptionListener_MainService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
'security.command.user_password_encoder' => ['privates', 'security.command.user_password_encoder', 'getSecurity_Command_UserPasswordEncoderService', false],
'security.command.user_password_hash' => ['privates', 'security.command.user_password_hash', 'getSecurity_Command_UserPasswordHashService', false],
'web_profiler.csp.handler' => ['privates', 'web_profiler.csp.handler', 'getWebProfiler_Csp_HandlerService', false],
'twig.extension.webprofiler' => ['privates', 'twig.extension.webprofiler', 'getTwig_Extension_WebprofilerService', false],
'debug.file_link_formatter.url_format' => ['privates', 'debug.file_link_formatter.url_format', 'getDebug_FileLinkFormatter_UrlFormatService', false],
'web_profiler.debug_toolbar' => ['privates', 'web_profiler.debug_toolbar', 'getWebProfiler_DebugToolbarService', false],
'monolog.logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'monolog.handler.main' => ['privates', 'monolog.handler.main', 'getMonolog_Handler_MainService', false],
'twig.extension.dump' => ['privates', 'twig.extension.dump', 'getTwig_Extension_DumpService', false],
'debug.dump_listener' => ['privates', 'debug.dump_listener', 'getDebug_DumpListenerService', false],
'var_dumper.contextualized_cli_dumper' => ['privates', 'var_dumper.contextualized_cli_dumper', 'getVarDumper_ContextualizedCliDumperService', false],
'var_dumper.html_dumper' => ['privates', 'var_dumper.html_dumper', 'getVarDumper_HtmlDumperService', false],
'var_dumper.server_connection' => ['privates', 'var_dumper.server_connection', 'getVarDumper_ServerConnectionService', false],
'var_dumper.dump_server' => ['privates', 'var_dumper.dump_server', 'getVarDumper_DumpServerService', false],
'var_dumper.command.server_dump' => ['privates', 'var_dumper.command.server_dump', 'getVarDumper_Command_ServerDumpService', false],
'monolog.command.server_log' => ['privates', 'monolog.command.server_log', 'getMonolog_Command_ServerLogService', false],
'maker.file_manager' => ['privates', 'maker.file_manager', 'getMaker_FileManagerService', false],
'maker.autoloader_finder' => ['privates', 'maker.autoloader_finder', 'getMaker_AutoloaderFinderService', false],
'maker.autoloader_util' => ['privates', 'maker.autoloader_util', 'getMaker_AutoloaderUtilService', false],
'maker.file_link_formatter' => ['privates', 'maker.file_link_formatter', 'getMaker_FileLinkFormatterService', false],
'maker.event_registry' => ['privates', 'maker.event_registry', 'getMaker_EventRegistryService', false],
'maker.console_error_listener' => ['privates', 'maker.console_error_listener', 'getMaker_ConsoleErrorListenerService', false],
'maker.doctrine_helper' => ['privates', 'maker.doctrine_helper', 'getMaker_DoctrineHelperService', false],
'maker.generator' => ['privates', 'maker.generator', 'getMaker_GeneratorService', false],
'maker.entity_class_generator' => ['privates', 'maker.entity_class_generator', 'getMaker_EntityClassGeneratorService', false],
'maker.user_class_builder' => ['privates', 'maker.user_class_builder', 'getMaker_UserClassBuilderService', false],
'maker.security_config_updater' => ['privates', 'maker.security_config_updater', 'getMaker_SecurityConfigUpdaterService', false],
'maker.renderer.form_type_renderer' => ['privates', 'maker.renderer.form_type_renderer', 'getMaker_Renderer_FormTypeRendererService', false],
'maker.security_controller_builder' => ['privates', 'maker.security_controller_builder', 'getMaker_SecurityControllerBuilderService', false],
'maker.php_compat_util' => ['privates', 'maker.php_compat_util', 'getMaker_PhpCompatUtilService', false],
'maker.template_component_generator' => ['privates', 'maker.template_component_generator', 'getMaker_TemplateComponentGeneratorService', false],
'maker.maker.make_authenticator' => ['privates', 'maker.maker.make_authenticator', 'getMaker_Maker_MakeAuthenticatorService', false],
'maker.maker.make_command' => ['privates', 'maker.maker.make_command', 'getMaker_Maker_MakeCommandService', false],
'maker.maker.make_controller' => ['privates', 'maker.maker.make_controller', 'getMaker_Maker_MakeControllerService', false],
'maker.maker.make_crud' => ['privates', 'maker.maker.make_crud', 'getMaker_Maker_MakeCrudService', false],
'maker.maker.make_docker_database' => ['privates', 'maker.maker.make_docker_database', 'getMaker_Maker_MakeDockerDatabaseService', false],
'maker.maker.make_entity' => ['privates', 'maker.maker.make_entity', 'getMaker_Maker_MakeEntityService', false],
'maker.maker.make_fixtures' => ['privates', 'maker.maker.make_fixtures', 'getMaker_Maker_MakeFixturesService', false],
'maker.maker.make_form' => ['privates', 'maker.maker.make_form', 'getMaker_Maker_MakeFormService', false],
'maker.maker.make_message' => ['privates', 'maker.maker.make_message', 'getMaker_Maker_MakeMessageService', false],
'maker.maker.make_messenger_middleware' => ['privates', 'maker.maker.make_messenger_middleware', 'getMaker_Maker_MakeMessengerMiddlewareService', false],
'maker.maker.make_registration_form' => ['privates', 'maker.maker.make_registration_form', 'getMaker_Maker_MakeRegistrationFormService', false],
'maker.maker.make_reset_password' => ['privates', 'maker.maker.make_reset_password', 'getMaker_Maker_MakeResetPasswordService', false],
'maker.maker.make_serializer_encoder' => ['privates', 'maker.maker.make_serializer_encoder', 'getMaker_Maker_MakeSerializerEncoderService', false],
'maker.maker.make_serializer_normalizer' => ['privates', 'maker.maker.make_serializer_normalizer', 'getMaker_Maker_MakeSerializerNormalizerService', false],
'maker.maker.make_subscriber' => ['privates', 'maker.maker.make_subscriber', 'getMaker_Maker_MakeSubscriberService', false],
'maker.maker.make_twig_extension' => ['privates', 'maker.maker.make_twig_extension', 'getMaker_Maker_MakeTwigExtensionService', false],
'maker.maker.make_test' => ['privates', 'maker.maker.make_test', 'getMaker_Maker_MakeTestService', false],
'maker.maker.make_validator' => ['privates', 'maker.maker.make_validator', 'getMaker_Maker_MakeValidatorService', false],
'maker.maker.make_voter' => ['privates', 'maker.maker.make_voter', 'getMaker_Maker_MakeVoterService', false],
'maker.maker.make_user' => ['privates', 'maker.maker.make_user', 'getMaker_Maker_MakeUserService', false],
'maker.maker.make_migration' => ['privates', 'maker.maker.make_migration', 'getMaker_Maker_MakeMigrationService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'doctrine.fixtures.loader' => ['privates', 'doctrine.fixtures.loader', 'getDoctrine_Fixtures_LoaderService', false],
'doctrine.fixtures.purger.orm_purger_factory' => ['privates', 'doctrine.fixtures.purger.orm_purger_factory', 'getDoctrine_Fixtures_Purger_OrmPurgerFactoryService', false],
'jms_serializer.event_dispatcher' => ['privates', 'jms_serializer.event_dispatcher', 'getJmsSerializer_EventDispatcherService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', false],
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', false],
'jms_serializer.handler_registry' => ['privates', 'jms_serializer.handler_registry', 'getJmsSerializer_HandlerRegistryService', false],
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', false],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', false],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', false],
'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', false],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', false],
'jms_serializer.type_parser' => ['privates', 'jms_serializer.type_parser', 'getJmsSerializer_TypeParserService', false],
'jms_serializer.metadata.file_locator' => ['privates', 'jms_serializer.metadata.file_locator', 'getJmsSerializer_Metadata_FileLocatorService', false],
'jms_serializer.metadata.yaml_driver' => ['privates', 'jms_serializer.metadata.yaml_driver', 'getJmsSerializer_Metadata_YamlDriverService', false],
'jms_serializer.metadata.xml_driver' => ['privates', 'jms_serializer.metadata.xml_driver', 'getJmsSerializer_Metadata_XmlDriverService', false],
'jms_serializer.metadata.annotation_driver' => ['privates', 'jms_serializer.metadata.annotation_driver', 'getJmsSerializer_Metadata_AnnotationDriverService', false],
'jms_serializer.metadata.chain_driver' => ['privates', 'jms_serializer.metadata.chain_driver', 'getJmsSerializer_Metadata_ChainDriverService', false],
'jms_serializer.metadata.doctrine_type_driver' => ['privates', 'jms_serializer.metadata.doctrine_type_driver', 'getJmsSerializer_Metadata_DoctrineTypeDriverService', false],
'jms_serializer.metadata.typed_properties_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', false],
'jms_serializer.metadata.service_locator' => ['privates', 'jms_serializer.metadata.service_locator', 'getJmsSerializer_Metadata_ServiceLocatorService', false],
'jms_serializer.metadata.lazy_loading_driver' => ['privates', 'jms_serializer.metadata.lazy_loading_driver', 'getJmsSerializer_Metadata_LazyLoadingDriverService', false],
'jms_serializer.metadata.cache.file_cache' => ['privates', 'jms_serializer.metadata.cache.file_cache', 'getJmsSerializer_Metadata_Cache_FileCacheService', false],
'jms_serializer.metadata_factory' => ['privates', 'jms_serializer.metadata_factory', 'getJmsSerializer_MetadataFactoryService', false],
'jms_serializer.camel_case_naming_strategy' => ['privates', 'jms_serializer.camel_case_naming_strategy', 'getJmsSerializer_CamelCaseNamingStrategyService', false],
'jms_serializer.serialized_name_annotation_strategy' => ['privates', 'jms_serializer.serialized_name_annotation_strategy', 'getJmsSerializer_SerializedNameAnnotationStrategyService', false],
'jms_serializer.doctrine_object_constructor' => ['privates', 'jms_serializer.doctrine_object_constructor', 'getJmsSerializer_DoctrineObjectConstructorService', false],
'jms_serializer.unserialize_object_constructor' => ['privates', 'jms_serializer.unserialize_object_constructor', 'getJmsSerializer_UnserializeObjectConstructorService', false],
'jms_serializer.serializer' => ['services', 'jms_serializer', 'getJmsSerializerService', false],
'jms_serializer.deserialization_graph_navigator_factory' => ['privates', 'jms_serializer.deserialization_graph_navigator_factory', 'getJmsSerializer_DeserializationGraphNavigatorFactoryService', false],
'jms_serializer.serialization_graph_navigator_factory' => ['privates', 'jms_serializer.serialization_graph_navigator_factory', 'getJmsSerializer_SerializationGraphNavigatorFactoryService', false],
'jms_serializer.expression_evaluator' => ['privates', 'jms_serializer.expression_evaluator', 'getJmsSerializer_ExpressionEvaluatorService', false],
'jms_serializer.expression_language' => ['privates', 'jms_serializer.expression_language', 'getJmsSerializer_ExpressionLanguageService', false],
'jms_serializer.expression_language.function_provider' => ['privates', 'jms_serializer.expression_language.function_provider', 'getJmsSerializer_ExpressionLanguage_FunctionProviderService', false],
'jms_serializer.twig_extension.serializer' => ['privates', 'jms_serializer.twig_extension.serializer', 'getJmsSerializer_TwigExtension_SerializerService', false],
'jms_serializer.accessor_strategy.default' => ['privates', 'jms_serializer.accessor_strategy.default', 'getJmsSerializer_AccessorStrategy_DefaultService', false],
'jms_serializer.json_serialization_visitor' => ['privates', 'jms_serializer.json_serialization_visitor', 'getJmsSerializer_JsonSerializationVisitorService', false],
'jms_serializer.json_deserialization_visitor' => ['privates', 'jms_serializer.json_deserialization_visitor', 'getJmsSerializer_JsonDeserializationVisitorService', false],
'jms_serializer.xml_serialization_visitor' => ['privates', 'jms_serializer.xml_serialization_visitor', 'getJmsSerializer_XmlSerializationVisitorService', false],
'jms_serializer.xml_deserialization_visitor' => ['privates', 'jms_serializer.xml_deserialization_visitor', 'getJmsSerializer_XmlDeserializationVisitorService', false],
'jms_serializer.cache.cache_clearer' => ['privates', 'jms_serializer.cache.cache_clearer', 'getJmsSerializer_Cache_CacheClearerService', false],
'jms_serializer.configured_serialization_context_factory' => ['services', 'jms_serializer.serialization_context_factory', 'getJmsSerializer_SerializationContextFactoryService', false],
'jms_serializer.configured_deserialization_context_factory' => ['services', 'jms_serializer.deserialization_context_factory', 'getJmsSerializer_DeserializationContextFactoryService', false],
'jms_serializer.metadata.annotation_and_attributes_reader' => ['privates', 'jms_serializer.metadata.annotation_and_attributes_reader', 'getJmsSerializer_Metadata_AnnotationAndAttributesReaderService', false],
'maker.auto_command.make_auth' => ['privates', 'maker.auto_command.make_auth', 'getMaker_AutoCommand_MakeAuthService', false],
'maker.auto_command.make_command' => ['privates', 'maker.auto_command.make_command', 'getMaker_AutoCommand_MakeCommandService', false],
'maker.auto_command.make_controller' => ['privates', 'maker.auto_command.make_controller', 'getMaker_AutoCommand_MakeControllerService', false],
'maker.auto_command.make_crud' => ['privates', 'maker.auto_command.make_crud', 'getMaker_AutoCommand_MakeCrudService', false],
'maker.auto_command.make_docker_database' => ['privates', 'maker.auto_command.make_docker_database', 'getMaker_AutoCommand_MakeDockerDatabaseService', false],
'maker.auto_command.make_entity' => ['privates', 'maker.auto_command.make_entity', 'getMaker_AutoCommand_MakeEntityService', false],
'maker.auto_command.make_fixtures' => ['privates', 'maker.auto_command.make_fixtures', 'getMaker_AutoCommand_MakeFixturesService', false],
'maker.auto_command.make_form' => ['privates', 'maker.auto_command.make_form', 'getMaker_AutoCommand_MakeFormService', false],
'maker.auto_command.make_message' => ['privates', 'maker.auto_command.make_message', 'getMaker_AutoCommand_MakeMessageService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', 'maker.auto_command.make_messenger_middleware', 'getMaker_AutoCommand_MakeMessengerMiddlewareService', false],
'maker.auto_command.make_registration_form' => ['privates', 'maker.auto_command.make_registration_form', 'getMaker_AutoCommand_MakeRegistrationFormService', false],
'maker.auto_command.make_reset_password' => ['privates', 'maker.auto_command.make_reset_password', 'getMaker_AutoCommand_MakeResetPasswordService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', 'maker.auto_command.make_serializer_encoder', 'getMaker_AutoCommand_MakeSerializerEncoderService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', 'maker.auto_command.make_serializer_normalizer', 'getMaker_AutoCommand_MakeSerializerNormalizerService', false],
'maker.auto_command.make_subscriber' => ['privates', 'maker.auto_command.make_subscriber', 'getMaker_AutoCommand_MakeSubscriberService', false],
'maker.auto_command.make_twig_extension' => ['privates', 'maker.auto_command.make_twig_extension', 'getMaker_AutoCommand_MakeTwigExtensionService', false],
'maker.auto_command.make_test' => ['privates', 'maker.auto_command.make_test', 'getMaker_AutoCommand_MakeTestService', false],
'maker.auto_command.make_validator' => ['privates', 'maker.auto_command.make_validator', 'getMaker_AutoCommand_MakeValidatorService', false],
'maker.auto_command.make_voter' => ['privates', 'maker.auto_command.make_voter', 'getMaker_AutoCommand_MakeVoterService', false],
'maker.auto_command.make_user' => ['privates', 'maker.auto_command.make_user', 'getMaker_AutoCommand_MakeUserService', false],
'maker.auto_command.make_migration' => ['privates', 'maker.auto_command.make_migration', 'getMaker_AutoCommand_MakeMigrationService', false],
'debug.argument_resolver.request_attribute' => ['privates', 'debug.argument_resolver.request_attribute', 'getDebug_ArgumentResolver_RequestAttributeService', false],
'debug.argument_resolver.request' => ['privates', 'debug.argument_resolver.request', 'getDebug_ArgumentResolver_RequestService', false],
'debug.argument_resolver.session' => ['privates', 'debug.argument_resolver.session', 'getDebug_ArgumentResolver_SessionService', false],
'debug.security.user_value_resolver' => ['privates', 'debug.security.user_value_resolver', 'getDebug_Security_UserValueResolverService', false],
'debug.argument_resolver.service' => ['privates', 'debug.argument_resolver.service', 'getDebug_ArgumentResolver_ServiceService', false],
'debug.argument_resolver.default' => ['privates', 'debug.argument_resolver.default', 'getDebug_ArgumentResolver_DefaultService', false],
'debug.argument_resolver.variadic' => ['privates', 'debug.argument_resolver.variadic', 'getDebug_ArgumentResolver_VariadicService', false],
'debug.argument_resolver.not_tagged_controller' => ['privates', 'debug.argument_resolver.not_tagged_controller', 'getDebug_ArgumentResolver_NotTaggedControllerService', false],
'debug.security.voter.security.access.authenticated_voter' => ['privates', 'debug.security.voter.security.access.authenticated_voter', 'getDebug_Security_Voter_Security_Access_AuthenticatedVoterService', false],
'debug.security.voter.security.access.simple_role_voter' => ['privates', 'debug.security.voter.security.access.simple_role_voter', 'getDebug_Security_Voter_Security_Access_SimpleRoleVoterService', false],
'debug.security.voter.security.access.expression_voter' => ['privates', 'debug.security.voter.security.access.expression_voter', 'getDebug_Security_Voter_Security_Access_ExpressionVoterService', false],
'security.logout.listener.csrf_token_clearing' => ['privates', 'security.logout.listener.csrf_token_clearing', 'getSecurity_Logout_Listener_CsrfTokenClearingService', false],
'monolog.logger.request' => ['privates', 'monolog.logger.request', 'getMonolog_Logger_RequestService', false],
'monolog.logger.console' => ['privates', 'monolog.logger.console', 'getMonolog_Logger_ConsoleService', false],
'monolog.logger.cache' => ['privates', 'monolog.logger.cache', 'getMonolog_Logger_CacheService', false],
'monolog.logger.http_client' => ['privates', 'monolog.logger.http_client', 'getMonolog_Logger_HttpClientService', false],
'monolog.logger.mailer' => ['privates', 'monolog.logger.mailer', 'getMonolog_Logger_MailerService', false],
'monolog.logger.php' => ['privates', 'monolog.logger.php', 'getMonolog_Logger_PhpService', false],
'monolog.logger.event' => ['privates', 'monolog.logger.event', 'getMonolog_Logger_EventService', false],
'monolog.logger.router' => ['privates', 'monolog.logger.router', 'getMonolog_Logger_RouterService', false],
'monolog.logger.profiler' => ['privates', 'monolog.logger.profiler', 'getMonolog_Logger_ProfilerService', false],
'monolog.logger.doctrine' => ['privates', 'monolog.logger.doctrine', 'getMonolog_Logger_DoctrineService', false],
'monolog.logger.security' => ['privates', 'monolog.logger.security', 'getMonolog_Logger_SecurityService', false],
'monolog.logger.debug' => ['privates', 'monolog.logger.debug', 'getMonolog_Logger_DebugService', false],
'debug.validator.inner' => ['privates', 'debug.validator.inner', 'getDebug_Validator_InnerService', false],
'debug.event_dispatcher.inner' => ['privates', 'debug.event_dispatcher.inner', 'getDebug_EventDispatcher_InnerService', false],
'debug.controller_resolver.inner' => ['privates', 'debug.controller_resolver.inner', 'getDebug_ControllerResolver_InnerService', false],
'debug.argument_resolver.inner' => ['privates', 'debug.argument_resolver.inner', 'getDebug_ArgumentResolver_InnerService', false],
'doctrine.migrations.container_aware_migrations_factory.inner' => ['privates', 'doctrine.migrations.container_aware_migrations_factory.inner', 'getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService', false],
'debug.security.access.decision_manager.inner' => ['privates', 'debug.security.access.decision_manager.inner', 'getDebug_Security_Access_DecisionManager_InnerService', false],
'var_dumper.contextualized_cli_dumper.inner' => ['privates', 'var_dumper.contextualized_cli_dumper.inner', 'getVarDumper_ContextualizedCliDumper_InnerService', false],
'debug.argument_resolver.request_attribute.inner' => ['privates', 'debug.argument_resolver.request_attribute.inner', 'getDebug_ArgumentResolver_RequestAttribute_InnerService', false],
'debug.argument_resolver.request.inner' => ['privates', 'debug.argument_resolver.request.inner', 'getDebug_ArgumentResolver_Request_InnerService', false],
'debug.argument_resolver.session.inner' => ['privates', 'debug.argument_resolver.session.inner', 'getDebug_ArgumentResolver_Session_InnerService', false],
'debug.security.user_value_resolver.inner' => ['privates', 'debug.security.user_value_resolver.inner', 'getDebug_Security_UserValueResolver_InnerService', false],
'debug.argument_resolver.service.inner' => ['privates', 'debug.argument_resolver.service.inner', 'getDebug_ArgumentResolver_Service_InnerService', false],
'debug.argument_resolver.default.inner' => ['privates', 'debug.argument_resolver.default.inner', 'getDebug_ArgumentResolver_Default_InnerService', false],
'debug.argument_resolver.variadic.inner' => ['privates', 'debug.argument_resolver.variadic.inner', 'getDebug_ArgumentResolver_Variadic_InnerService', false],
'debug.argument_resolver.not_tagged_controller.inner' => ['privates', 'debug.argument_resolver.not_tagged_controller.inner', 'getDebug_ArgumentResolver_NotTaggedController_InnerService', false],
'cache.app.recorder_inner' => ['privates', 'cache.app.recorder_inner', 'getCache_App_RecorderInnerService', false],
'cache.system.recorder_inner' => ['privates', 'cache.system.recorder_inner', 'getCache_System_RecorderInnerService', false],
'cache.validator.recorder_inner' => ['privates', 'cache.validator.recorder_inner', 'getCache_Validator_RecorderInnerService', false],
'cache.serializer.recorder_inner' => ['privates', 'cache.serializer.recorder_inner', 'getCache_Serializer_RecorderInnerService', false],
'cache.annotations.recorder_inner' => ['privates', 'cache.annotations.recorder_inner', 'getCache_Annotations_RecorderInnerService', false],
'cache.property_info.recorder_inner' => ['privates', 'cache.property_info.recorder_inner', 'getCache_PropertyInfo_RecorderInnerService', false],
'cache.validator_expression_language.recorder_inner' => ['privates', 'cache.validator_expression_language.recorder_inner', 'getCache_ValidatorExpressionLanguage_RecorderInnerService', false],
'cache.doctrine.orm.default.metadata.recorder_inner' => ['privates', 'cache.doctrine.orm.default.metadata.recorder_inner', 'getCache_Doctrine_Orm_Default_Metadata_RecorderInnerService', false],
'cache.doctrine.orm.default.result.recorder_inner' => ['privates', 'cache.doctrine.orm.default.result.recorder_inner', 'getCache_Doctrine_Orm_Default_Result_RecorderInnerService', false],
'cache.doctrine.orm.default.query.recorder_inner' => ['privates', 'cache.doctrine.orm.default.query.recorder_inner', 'getCache_Doctrine_Orm_Default_Query_RecorderInnerService', false],
'cache.doctrine.orm.api.metadata.recorder_inner' => ['privates', 'cache.doctrine.orm.api.metadata.recorder_inner', 'getCache_Doctrine_Orm_Api_Metadata_RecorderInnerService', false],
'cache.doctrine.orm.api.result.recorder_inner' => ['privates', 'cache.doctrine.orm.api.result.recorder_inner', 'getCache_Doctrine_Orm_Api_Result_RecorderInnerService', false],
'cache.doctrine.orm.api.query.recorder_inner' => ['privates', 'cache.doctrine.orm.api.query.recorder_inner', 'getCache_Doctrine_Orm_Api_Query_RecorderInnerService', false],
'cache.security_expression_language.recorder_inner' => ['privates', 'cache.security_expression_language.recorder_inner', 'getCache_SecurityExpressionLanguage_RecorderInnerService', false],
'Psr\\Container\\ContainerInterface' => ['services', 'service_container', 'getServiceContainerService', false],
'Symfony\\Component\\DependencyInjection\\ContainerInterface' => ['services', 'service_container', 'getServiceContainerService', false],
'Symfony\\Bridge\\Twig\\Extension\\AssetExtension' => ['privates', 'App\\Utilities\\AssetUrl\\AssetUrlExtension', 'getAssetUrlExtensionService', false],
'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services', 'http_kernel', 'getHttpKernelService', false],
'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services', 'request_stack', 'getRequestStackService', false],
'Symfony\\Component\\HttpFoundation\\UrlHelper' => ['privates', 'url_helper', 'getUrlHelperService', false],
'Symfony\\Component\\HttpKernel\\KernelInterface' => ['services', 'kernel', 'getKernelService', false],
'Symfony\\Component\\Filesystem\\Filesystem' => ['services', '.container.private.filesystem', 'get_Container_Private_FilesystemService', false],
'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => ['privates', 'file_locator', 'getFileLocatorService', false],
'Symfony\\Component\\HttpKernel\\UriSigner' => ['privates', 'uri_signer', 'getUriSignerService', false],
'Symfony\\Component\\String\\Slugger\\SluggerInterface' => ['privates', 'slugger', 'getSluggerService', false],
'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => ['privates', 'fragment.uri_generator', 'getFragment_UriGeneratorService', false],
'error_renderer.html' => ['privates', 'twig.error_renderer.html', 'getTwig_ErrorRenderer_HtmlService', false],
'error_renderer' => ['privates', 'error_handler.error_renderer.serializer', 'getErrorHandler_ErrorRenderer_SerializerService', false],
'Psr\\EventDispatcher\\EventDispatcherInterface' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'Psr\\Container\\ContainerInterface $parameterBag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'Psr\\Cache\\CacheItemPoolInterface' => ['services', 'cache.app', 'getCache_AppService', false],
'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => ['services', 'cache.app', 'getCache_AppService', false],
'Symfony\\Contracts\\Cache\\CacheInterface' => ['services', 'cache.app', 'getCache_AppService', false],
'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services', 'translator', 'getTranslatorService', false],
'Symfony\\Component\\Asset\\Packages' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => ['privates', '.debug.http_client', 'get_Debug_HttpClientService', false],
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'Symfony\\Component\\Mailer\\MailerInterface' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'mailer.logger_message_listener' => ['privates', 'mailer.message_logger_listener', 'getMailer_MessageLoggerListenerService', false],
'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => ['privates', 'translation.reader', 'getTranslation_ReaderService', false],
'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => ['privates', 'translation.extractor', 'getTranslation_ExtractorService', false],
'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => ['privates', 'translation.writer', 'getTranslation_WriterService', false],
'translator.formatter' => ['privates', 'translator.formatter.default', 'getTranslator_Formatter_DefaultService', false],
'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => ['privates', 'debug.file_link_formatter', 'getDebug_FileLinkFormatterService', false],
'Symfony\\Component\\Stopwatch\\Stopwatch' => ['privates', 'debug.stopwatch', 'getDebug_StopwatchService', false],
'Symfony\\Component\\Routing\\RouterInterface' => ['services', 'router', 'getRouterService', false],
'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => ['services', 'router', 'getRouterService', false],
'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => ['services', 'router', 'getRouterService', false],
'Symfony\\Component\\Routing\\RequestContextAwareInterface' => ['services', 'router', 'getRouterService', false],
'Symfony\\Component\\Routing\\RequestContext' => ['privates', 'router.request_context', 'getRouter_RequestContextService', false],
'annotation_reader' => ['privates', 'annotations.cached_reader', 'getAnnotations_CachedReaderService', false],
'Doctrine\\Common\\Annotations\\Reader' => ['privates', 'annotations.cached_reader', 'getAnnotations_CachedReaderService', false],
'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => ['privates', 'property_accessor', 'getPropertyAccessorService', false],
'Symfony\\Component\\Serializer\\SerializerInterface' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'Symfony\\Component\\Serializer\\Encoder\\EncoderInterface' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'Symfony\\Component\\Serializer\\Encoder\\DecoderInterface' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'serializer.property_accessor' => ['privates', 'property_accessor', 'getPropertyAccessorService', false],
'Symfony\\Component\\Serializer\\Mapping\\ClassDiscriminatorResolverInterface' => ['privates', 'serializer.mapping.class_discriminator_resolver', 'getSerializer_Mapping_ClassDiscriminatorResolverService', false],
'Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer' => ['privates', 'serializer.normalizer.object', 'getSerializer_Normalizer_ObjectService', false],
'Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer' => ['privates', 'serializer.normalizer.property', 'getSerializer_Normalizer_PropertyService', false],
'Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactoryInterface' => ['privates', 'serializer.mapping.class_metadata_factory', 'getSerializer_Mapping_ClassMetadataFactoryService', false],
'error_renderer.serializer' => ['privates', 'error_handler.error_renderer.serializer', 'getErrorHandler_ErrorRenderer_SerializerService', false],
'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => ['privates', 'property_info.reflection_extractor', 'getPropertyInfo_ReflectionExtractorService', false],
'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => ['privates', 'property_info.reflection_extractor', 'getPropertyInfo_ReflectionExtractorService', false],
'cache.default_doctrine_dbal_provider' => ['services', 'doctrine.dbal.default_connection', 'getDoctrine_Dbal_DefaultConnectionService', false],
'cache.default_pdo_provider' => ['services', 'doctrine.dbal.default_connection', 'getDoctrine_Dbal_DefaultConnectionService', false],
'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
'SessionHandlerInterface' => ['privates', 'session.handler.native_file', 'getSession_Handler_NativeFileService', false],
'session.storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
'session.storage.factory' => ['privates', 'session.storage.factory.service', 'getSession_Storage_Factory_ServiceService', false],
'session.handler' => ['privates', 'session.handler.native_file', 'getSession_Handler_NativeFileService', false],
'session_listener' => ['privates', 'test.session.listener', 'getTest_Session_ListenerService', false],
'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => ['privates', 'security.csrf.token_generator', 'getSecurity_Csrf_TokenGeneratorService', false],
'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => ['privates', 'security.csrf.token_storage', 'getSecurity_Csrf_TokenStorageService', false],
'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => ['privates', 'form.resolved_type_factory', 'getForm_ResolvedTypeFactoryService', false],
'Symfony\\Component\\Form\\FormRegistryInterface' => ['privates', 'form.registry', 'getForm_RegistryService', false],
'Symfony\\Component\\Form\\FormFactoryInterface' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'form.property_accessor' => ['privates', 'property_accessor', 'getPropertyAccessorService', false],
'form.choice_list_factory' => ['privates', 'form.choice_list_factory.cached', 'getForm_ChoiceListFactory_CachedService', false],
'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
'validator.mapping.class_metadata_factory' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
'Symfony\\Component\\Mime\\MimeTypesInterface' => ['privates', 'mime_types', 'getMimeTypesService', false],
'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => ['privates', 'mime_types', 'getMimeTypesService', false],
'Twig_Environment' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
'Twig\\Environment' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
'sensio_framework_extra.converter.doctrine.orm.expression_language' => ['privates', 'sensio_framework_extra.converter.doctrine.orm.expression_language.default', 'getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService', false],
'sensio_framework_extra.security.expression_language' => ['privates', 'sensio_framework_extra.security.expression_language.default', 'getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService', false],
'Doctrine\\DBAL\\Driver\\Connection' => ['services', 'doctrine.dbal.default_connection', 'getDoctrine_Dbal_DefaultConnectionService', false],
'Doctrine\\DBAL\\Connection' => ['services', 'doctrine.dbal.default_connection', 'getDoctrine_Dbal_DefaultConnectionService', false],
'Doctrine\\Persistence\\ManagerRegistry' => ['services', 'doctrine', 'getDoctrineService', false],
'Doctrine\\Common\\Persistence\\ManagerRegistry' => ['services', 'doctrine', 'getDoctrineService', false],
'doctrine.dbal.event_manager' => ['privates', 'doctrine.dbal.default_connection.event_manager', 'getDoctrine_Dbal_DefaultConnection_EventManagerService', false],
'Doctrine\\DBAL\\Connection $defaultConnection' => ['services', 'doctrine.dbal.default_connection', 'getDoctrine_Dbal_DefaultConnectionService', false],
'Doctrine\\DBAL\\Connection $apiConnection' => ['services', 'doctrine.dbal.api_connection', 'getDoctrine_Dbal_ApiConnectionService', false],
'Doctrine\\ORM\\EntityManagerInterface' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'doctrine.orm.metadata.annotation_reader' => ['privates', 'annotations.cached_reader', 'getAnnotations_CachedReaderService', false],
'doctrine.orm.default_metadata_cache' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService', false],
'doctrine.orm.default_result_cache' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.default.result', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService', false],
'doctrine.orm.default_query_cache' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.default.query', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService', false],
'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'doctrine.orm.default_entity_manager.event_manager' => ['privates', 'doctrine.dbal.default_connection.event_manager', 'getDoctrine_Dbal_DefaultConnection_EventManagerService', false],
'doctrine.orm.api_metadata_cache' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.api.metadata', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_MetadataService', false],
'doctrine.orm.api_result_cache' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.api.result', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_ResultService', false],
'doctrine.orm.api_query_cache' => ['privates', 'doctrine.orm.cache.provider.cache.doctrine.orm.api.query', 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_QueryService', false],
'Doctrine\\ORM\\EntityManagerInterface $apiEntityManager' => ['services', 'doctrine.orm.api_entity_manager', 'getDoctrine_Orm_ApiEntityManagerService', false],
'doctrine.orm.api_entity_manager.event_manager' => ['privates', 'doctrine.dbal.api_connection.event_manager', 'getDoctrine_Dbal_ApiConnection_EventManagerService', false],
'doctrine.migrations.metadata_storage' => ['privates', 'doctrine.migrations.storage.table_storage', 'getDoctrine_Migrations_Storage_TableStorageService', false],
'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'Symfony\\Component\\Security\\Core\\Security' => ['privates', 'security.helper', 'getSecurity_HelperService', false],
'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => ['privates', 'security.authentication.session_strategy', 'getSecurity_Authentication_SessionStrategyService', false],
'security.encoder_factory' => ['privates', 'security.encoder_factory.generic', 'getSecurity_EncoderFactory_GenericService', false],
'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => ['privates', 'security.encoder_factory.generic', 'getSecurity_EncoderFactory_GenericService', false],
'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => ['privates', 'debug.security.access.decision_manager', 'getDebug_Security_Access_DecisionManagerService', false],
'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => ['privates', 'security.role_hierarchy', 'getSecurity_RoleHierarchyService', false],
'Symfony\\Component\\Security\\Http\\Firewall' => ['privates', 'debug.security.firewall', 'getDebug_Security_FirewallService', false],
'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => ['privates', 'security.firewall.map', 'getSecurity_Firewall_MapService', false],
'Symfony\\Component\\Security\\Http\\HttpUtils' => ['privates', 'security.http_utils', 'getSecurity_HttpUtilsService', false],
'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => ['privates', 'security.password_hasher_factory', 'getSecurity_PasswordHasherFactoryService', false],
'security.password_hasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => ['privates', 'security.authentication.manager', 'getSecurity_Authentication_ManagerService', false],
'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => ['privates', 'security.authentication.guard_handler', 'getSecurity_Authentication_GuardHandlerService', false],
'security.firewall' => ['privates', 'debug.security.firewall', 'getDebug_Security_FirewallService', false],
'security.user_providers' => ['privates', 'security.user.provider.concrete.app_user_provider', 'getSecurity_User_Provider_Concrete_AppUserProviderService', false],
'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => ['privates', 'security.user.provider.concrete.app_user_provider', 'getSecurity_User_Provider_Concrete_AppUserProviderService', false],
'security.authentication.session_strategy.main' => ['privates', 'security.authentication.session_strategy', 'getSecurity_Authentication_SessionStrategyService', false],
'security.user_checker.main' => ['privates', 'security.user_checker', 'getSecurity_UserCheckerService', false],
'security.firewall.context_locator' => ['privates', '.service_locator.zJyh7qS', 'get_ServiceLocator_ZJyh7qSService', false],
'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => ['privates', 'security.user_checker', 'getSecurity_UserCheckerService', false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'Psr\\Log\\LoggerInterface' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'monolog.handler.cloudWatch' => ['privates', 'cloudwatch_handler', 'getCloudwatchHandlerService', false],
'jms_serializer.metadata.cache' => ['privates', 'jms_serializer.metadata.cache.file_cache', 'getJmsSerializer_Metadata_Cache_FileCacheService', false],
'jms_serializer.naming_strategy' => ['privates', 'jms_serializer.serialized_name_annotation_strategy', 'getJmsSerializer_SerializedNameAnnotationStrategyService', false],
'jms_serializer.object_constructor' => ['privates', 'jms_serializer.doctrine_object_constructor', 'getJmsSerializer_DoctrineObjectConstructorService', false],
'JMS\\Serializer\\SerializerInterface' => ['services', 'jms_serializer', 'getJmsSerializerService', false],
'JMS\\Serializer\\ArrayTransformerInterface' => ['services', 'jms_serializer', 'getJmsSerializerService', false],
'jms_serializer.accessor_strategy' => ['privates', 'jms_serializer.accessor_strategy.default', 'getJmsSerializer_AccessorStrategy_DefaultService', false],
'JMS\\Serializer\\ContextFactory\\SerializationContextFactoryInterface' => ['services', 'jms_serializer.serialization_context_factory', 'getJmsSerializer_SerializationContextFactoryService', false],
'JMS\\Serializer\\ContextFactory\\DeserializationContextFactoryInterface' => ['services', 'jms_serializer.deserialization_context_factory', 'getJmsSerializer_DeserializationContextFactoryService', false],
'twig.loader.filesystem' => ['privates', 'twig.loader.native_filesystem', 'getTwig_Loader_NativeFilesystemService', false],
'argument_resolver.controller_locator' => ['privates', '.service_locator.FMP64UB', 'get_ServiceLocator_FMP64UBService', false],
'twig.loader' => ['privates', 'twig.loader.native_filesystem', 'getTwig_Loader_NativeFilesystemService', false],
'Psr\\Log\\LoggerInterface $requestLogger' => ['privates', 'monolog.logger.request', 'getMonolog_Logger_RequestService', false],
'Psr\\Log\\LoggerInterface $consoleLogger' => ['privates', 'monolog.logger.console', 'getMonolog_Logger_ConsoleService', false],
'Psr\\Log\\LoggerInterface $cacheLogger' => ['privates', 'monolog.logger.cache', 'getMonolog_Logger_CacheService', false],
'Psr\\Log\\LoggerInterface $httpClientLogger' => ['privates', 'monolog.logger.http_client', 'getMonolog_Logger_HttpClientService', false],
'Psr\\Log\\LoggerInterface $mailerLogger' => ['privates', 'monolog.logger.mailer', 'getMonolog_Logger_MailerService', false],
'Psr\\Log\\LoggerInterface $phpLogger' => ['privates', 'monolog.logger.php', 'getMonolog_Logger_PhpService', false],
'Psr\\Log\\LoggerInterface $eventLogger' => ['privates', 'monolog.logger.event', 'getMonolog_Logger_EventService', false],
'Psr\\Log\\LoggerInterface $routerLogger' => ['privates', 'monolog.logger.router', 'getMonolog_Logger_RouterService', false],
'Psr\\Log\\LoggerInterface $profilerLogger' => ['privates', 'monolog.logger.profiler', 'getMonolog_Logger_ProfilerService', false],
'Psr\\Log\\LoggerInterface $doctrineLogger' => ['privates', 'monolog.logger.doctrine', 'getMonolog_Logger_DoctrineService', false],
'Psr\\Log\\LoggerInterface $securityLogger' => ['privates', 'monolog.logger.security', 'getMonolog_Logger_SecurityService', false],
'Psr\\Log\\LoggerInterface $debugLogger' => ['privates', 'monolog.logger.debug', 'getMonolog_Logger_DebugService', false],
'http_client' => ['privates', '.debug.http_client', 'get_Debug_HttpClientService', false],
'controller_resolver' => ['privates', 'debug.controller_resolver', 'getDebug_ControllerResolverService', false],
'argument_resolver' => ['privates', 'debug.argument_resolver', 'getDebug_ArgumentResolverService', false],
'translator.data_collector.inner' => ['privates', 'translator.default', 'getTranslator_DefaultService', false],
'twig.error_renderer.html.inner' => ['privates', 'error_handler.error_renderer.html', 'getErrorHandler_ErrorRenderer_HtmlService', false],
'doctrine.migrations.migrations_factory' => ['privates', 'doctrine.migrations.container_aware_migrations_factory', 'getDoctrine_Migrations_ContainerAwareMigrationsFactoryService', false],
'security.access.decision_manager' => ['privates', 'debug.security.access.decision_manager', 'getDebug_Security_Access_DecisionManagerService', false],
'var_dumper.cli_dumper' => ['privates', 'var_dumper.contextualized_cli_dumper', 'getVarDumper_ContextualizedCliDumperService', false],
'jms_serializer.metadata.doctrine_type_driver.inner' => ['privates', 'jms_serializer.metadata.chain_driver', 'getJmsSerializer_Metadata_ChainDriverService', false],
'jms_serializer.metadata.typed_properties_driver.inner' => ['privates', 'jms_serializer.metadata.doctrine_type_driver', 'getJmsSerializer_Metadata_DoctrineTypeDriverService', false],
'jms_serializer.doctrine_object_constructor.inner' => ['privates', 'jms_serializer.unserialize_object_constructor', 'getJmsSerializer_UnserializeObjectConstructorService', false],
'argument_resolver.request_attribute' => ['privates', 'debug.argument_resolver.request_attribute', 'getDebug_ArgumentResolver_RequestAttributeService', false],
'argument_resolver.request' => ['privates', 'debug.argument_resolver.request', 'getDebug_ArgumentResolver_RequestService', false],
'argument_resolver.session' => ['privates', 'debug.argument_resolver.session', 'getDebug_ArgumentResolver_SessionService', false],
'security.user_value_resolver' => ['privates', 'debug.security.user_value_resolver', 'getDebug_Security_UserValueResolverService', false],
'argument_resolver.service' => ['privates', 'debug.argument_resolver.service', 'getDebug_ArgumentResolver_ServiceService', false],
'argument_resolver.default' => ['privates', 'debug.argument_resolver.default', 'getDebug_ArgumentResolver_DefaultService', false],
'argument_resolver.variadic' => ['privates', 'debug.argument_resolver.variadic', 'getDebug_ArgumentResolver_VariadicService', false],
'argument_resolver.not_tagged_controller' => ['privates', 'debug.argument_resolver.not_tagged_controller', 'getDebug_ArgumentResolver_NotTaggedControllerService', false],
'jms_serializer.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.password_encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'validator' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
], [
'App\\COREapi\\CoreApi' => '?',
'App\\COREapi\\FileApi' => '?',
'App\\COREapi\\ReservationApi' => '?',
'App\\COREapi\\VCCApi' => '?',
'App\\Command\\ApiLinkCommand' => '?',
'App\\Command\\ExecuteQuickbookWebhookCommand' => '?',
'App\\Command\\HotelDedupCommand' => '?',
'App\\Command\\HotelImageUploadCommand' => '?',
'App\\Command\\HotelInfoCommand' => '?',
'App\\Command\\HotelRemindersCommand' => '?',
'App\\Command\\InvoicingSystemAPICommand' => '?',
'App\\Command\\NotificationDailyPendingPaymentsCommand' => '?',
'App\\Command\\NotificationDailyReportsCommand' => '?',
'App\\Command\\NotificationDailySalesReportCommand' => '?',
'App\\Command\\NotificationSystemAPICommand' => '?',
'App\\Command\\NotificationSystemCommand' => '?',
'App\\Command\\SyncCurrencyCommand' => '?',
'App\\Command\\UpdateBillsCommand' => '?',
'App\\Command\\UpdateTokensCommand' => '?',
'App\\DataFixtures\\AppFixtures' => '?',
'App\\DataFixtures\\CountryFixtures' => '?',
'App\\DataFixtures\\CustomerAccountFixtures' => '?',
'App\\DataFixtures\\GoogleDestinationFixtures' => '?',
'App\\DataFixtures\\LanguageFixtures' => '?',
'App\\DataFixtures\\NotificationEventTypeFixtures' => '?',
'App\\DataFixtures\\RoleFixtures' => '?',
'App\\DataFixtures\\StateFixtures' => '?',
'App\\DataFixtures\\UserFixtures' => '?',
'App\\EventListener\\KernelRequestListener' => '?',
'App\\EventListener\\LogListener' => '?',
'App\\Form\\Accounting\\PaymentCommissionModelType' => '?',
'App\\Form\\Accounting\\PaymentInvoiceModelType' => '?',
'App\\Form\\Accounting\\PaymentInvoiceValidationArrayType' => '?',
'App\\Form\\Accounting\\PaymentToSupplierType' => '?',
'App\\Form\\Accounting\\Report\\CIPVSearchType' => '?',
'App\\Form\\Accounting\\Report\\QBInvoiceSearchType' => '?',
'App\\Form\\Accounting\\Report\\SalesReportSearchType' => '?',
'App\\Form\\Accounting\\Report\\TopPerformersSearchType' => '?',
'App\\Form\\Activity\\ActivityAvailabilityRequestType' => '?',
'App\\Form\\Bulk\\BulkUserType' => '?',
'App\\Form\\Checkout\\CardRequestType' => '?',
'App\\Form\\Checkout\\CheckoutRequestType' => '?',
'App\\Form\\Checkout\\MultiNameType' => '?',
'App\\Form\\CoreOffice\\Activity\\ActivityCategoryType' => '?',
'App\\Form\\CoreOffice\\Activity\\ActivityGroupType' => '?',
'App\\Form\\CoreOffice\\Activity\\ActivityRateType' => '?',
'App\\Form\\CoreOffice\\ActivityType' => '?',
'App\\Form\\CoreOffice\\CityType' => '?',
'App\\Form\\CoreOffice\\CountryType' => '?',
'App\\Form\\CoreOffice\\CredentialType' => '?',
'App\\Form\\CoreOffice\\CurrencyType' => '?',
'App\\Form\\CoreOffice\\File\\FileImageType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelDeduplicateType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelFilterType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderHotelRoomType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelRoomAvailabilityType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelRoomBedType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelRoomRateType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelRoomType' => '?',
'App\\Form\\CoreOffice\\HotelType' => '?',
'App\\Form\\CoreOffice\\MealPlanType' => '?',
'App\\Form\\CoreOffice\\ProfileType' => '?',
'App\\Form\\CoreOffice\\PromotionAssignType' => '?',
'App\\Form\\CoreOffice\\PromotionSearchType' => '?',
'App\\Form\\CoreOffice\\PromotionType' => '?',
'App\\Form\\CoreOffice\\RoleType' => '?',
'App\\Form\\CoreOffice\\StateType' => '?',
'App\\Form\\CoreOffice\\SupplierType' => '?',
'App\\Form\\CoreOffice\\Transfer\\TransferAirportType' => '?',
'App\\Form\\CoreOffice\\Transfer\\TransferLocationType' => '?',
'App\\Form\\CoreOffice\\Transfer\\TransferRateType' => '?',
'App\\Form\\CoreOffice\\Transfer\\TransferVehicleType' => '?',
'App\\Form\\CoreOffice\\TransferType' => '?',
'App\\Form\\CoreOffice\\ZipCodeType' => '?',
'App\\Form\\CustomerAccount\\CustomerAccountSearchType' => '?',
'App\\Form\\CustomerAccount\\DomainType' => '?',
'App\\Form\\CustomerAccountType' => '?',
'App\\Form\\Hotel\\HotelAvailabilityRequestType' => '?',
'App\\Form\\LogSearchType' => '?',
'App\\Form\\Login\\ForgotPasswordType' => '?',
'App\\Form\\Login\\RequestAccessType' => '?',
'App\\Form\\Login\\ResetPasswordType' => '?',
'App\\Form\\MyQuoteItem\\CancellationPolicyType' => '?',
'App\\Form\\MyQuoteItem\\MyQuoteItemType' => '?',
'App\\Form\\MyQuoteItem\\QuoteItemType' => '?',
'App\\Form\\NoRateRequest\\NoRateRequestType' => '?',
'App\\Form\\Promo\\CollectionHotelType' => '?',
'App\\Form\\Promo\\CollectionPageSearchType' => '?',
'App\\Form\\Promo\\CollectionPageType' => '?',
'App\\Form\\Promo\\CollectionRequestType' => '?',
'App\\Form\\QualityControl\\QualityControlSearchType' => '?',
'App\\Form\\QualityControl\\QualityControlType' => '?',
'App\\Form\\Quote\\AdditionalInformationType' => '?',
'App\\Form\\Quote\\AgentQuoteItemType' => '?',
'App\\Form\\Quote\\AgentQuoteType' => '?',
'App\\Form\\Quote\\NameType' => '?',
'App\\Form\\Quote\\QuoteItemSearchType' => '?',
'App\\Form\\Quote\\QuoteItemType' => '?',
'App\\Form\\Quote\\QuoteSearchType' => '?',
'App\\Form\\Quote\\QuoteSearchTypeOrg' => '?',
'App\\Form\\Quote\\QuoteType' => '?',
'App\\Form\\Quote\\RemoveQuoteItemType' => '?',
'App\\Form\\Quote\\ReservationSearchType' => '?',
'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationType' => '?',
'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationsType' => '?',
'App\\Form\\QuoteItem\\Transfer\\AddOnType' => '?',
'App\\Form\\QuoteItem\\Transfer\\TransferAirportType' => '?',
'App\\Form\\QuoteItem\\Transfer\\TransferCityType' => '?',
'App\\Form\\QuoteItem\\Transfer\\TransferLocationType' => '?',
'App\\Form\\QuoteItem\\Transfer\\TransferType' => '?',
'App\\Form\\Report\\CommissionReportSearchType' => '?',
'App\\Form\\RequestAccess\\AgentType' => '?',
'App\\Form\\RequestAccess\\RequestAccessApprovalType' => '?',
'App\\Form\\RequestAccess\\RequestAccessSearchType' => '?',
'App\\Form\\Supplier\\SupplierRequestFormType' => '?',
'App\\Form\\Transfer\\TransferAvailabilityRequestType' => '?',
'App\\Form\\Trip\\CancelType' => '?',
'App\\Form\\Trip\\RemoveTripItemType' => '?',
'App\\Form\\Trip\\RenameTripType' => '?',
'App\\Form\\Trip\\TripItemType' => '?',
'App\\Form\\UserType' => '?',
'App\\GoogleAPI\\AutocompleteSearchBar' => '?',
'App\\GoogleAPI\\GoogleApi' => '?',
'App\\HubSpotAPI\\HubSpotAPI' => '?',
'App\\Mailer\\AccountMailer' => '?',
'App\\Mailer\\NotificationSystemAPIMailer' => '?',
'App\\Mailer\\NotificationSystemMailer' => '?',
'App\\Model\\File\\FileImage' => '?',
'App\\NotificationSystem\\NotificationSystem' => '?',
'App\\OpenaiAPI\\OpenaiAPI' => '?',
'App\\Payment\\CreditNoteFactory' => '?',
'App\\Payment\\Stripe' => '?',
'App\\QuickbooksAPI\\QuickbooksAPI' => '?',
'App\\Repository\\ClientCategoryRepository' => '?',
'App\\Repository\\CollectionHotelRepository' => '?',
'App\\Repository\\CollectionPageRepository' => '?',
'App\\Repository\\ConsortiaRepository' => '?',
'App\\Repository\\CountryRepository' => '?',
'App\\Repository\\CreditNoteRepository' => '?',
'App\\Repository\\CurrencyRepository' => '?',
'App\\Repository\\CustomerAccountRepository' => '?',
'App\\Repository\\CustomerAccountTypeRepository' => '?',
'App\\Repository\\DepartmentRepository' => '?',
'App\\Repository\\FavoriteDestinationRepository' => '?',
'App\\Repository\\FavoriteHotelRepository' => '?',
'App\\Repository\\GoogleDestinationRepository' => '?',
'App\\Repository\\HotelInfoRepository' => '?',
'App\\Repository\\InvoicePaymentRepository' => '?',
'App\\Repository\\InvoiceRepository' => '?',
'App\\Repository\\LanguageRepository' => '?',
'App\\Repository\\LogRepository' => '?',
'App\\Repository\\LoginLogRepository' => '?',
'App\\Repository\\NoRateRequestRepository' => '?',
'App\\Repository\\NotificationEventCustomerAccountConfigRepository' => '?',
'App\\Repository\\NotificationEventRepository' => '?',
'App\\Repository\\NotificationEventTypeRepository' => '?',
'App\\Repository\\PaymentRepository' => '?',
'App\\Repository\\PaymentToSupplierRepository' => '?',
'App\\Repository\\PaymentTypeRepository' => '?',
'App\\Repository\\PendingNotificationEventRepository' => '?',
'App\\Repository\\ProfileRepository' => '?',
'App\\Repository\\QBBillPaymentRepository' => '?',
'App\\Repository\\QBCreditNoteRepository' => '?',
'App\\Repository\\QBInvoicePaymentRepository' => '?',
'App\\Repository\\QBInvoiceRepository' => '?',
'App\\Repository\\QBPaymentRepository' => '?',
'App\\Repository\\QualityControlRepository' => '?',
'App\\Repository\\QuickbookWebhookRequestRepository' => '?',
'App\\Repository\\QuickbooksSettingRepository' => '?',
'App\\Repository\\QuoteCategoryRepository' => '?',
'App\\Repository\\QuoteItemRepository' => '?',
'App\\Repository\\QuoteRepository' => '?',
'App\\Repository\\RequestAccessRepository' => '?',
'App\\Repository\\ReservationRepository' => '?',
'App\\Repository\\RoleRepository' => '?',
'App\\Repository\\SearchLogRepository' => '?',
'App\\Repository\\StateRepository' => '?',
'App\\Repository\\StripeWebhookRequestRepository' => '?',
'App\\Repository\\SupplierRepository' => '?',
'App\\Repository\\TeamRepository' => '?',
'App\\Repository\\TripItemRepository' => '?',
'App\\Repository\\TripRepository' => '?',
'App\\Repository\\UserRepository' => '?',
'App\\Repository\\VendorRepository' => '?',
'App\\Reservation\\ReservationFactory' => '?',
'App\\Security\\AccessDeniedHandler' => '?',
'App\\Security\\LoginFormAuthenticator' => '?',
'App\\Service\\AuthTokenService' => '?',
'App\\Service\\CarRentalApi' => '?',
'App\\Twig\\AppExtensions' => '?',
'App\\Twig\\ConvertCamelCase' => '?',
'App\\Twig\\CustomCurrencyFilters' => '?',
'App\\Twig\\CustomDateFilter' => '?',
'App\\Twig\\CustomTextFilters' => '?',
'App\\Twig\\CustomerAccountImageExists' => '?',
'App\\Twig\\DiffNumber' => '?',
'App\\Twig\\HotelFunctions' => '?',
'App\\Twig\\PhoneNumberFormat' => '?',
'App\\Twig\\Pluralize' => '?',
'App\\Twig\\TextColorCriteria' => '?',
'App\\Twig\\TransferFunctions' => '?',
'App\\Twig\\TripItemCustomerAccountCommission' => '?',
'App\\Twig\\TruncateText' => '?',
'App\\Twig\\UrlFunctions' => '?',
'App\\Utilities\\AssetUrl\\AssetUrlExtension' => '?',
'Api\\Entity\\Activity' => '?',
'Api\\Entity\\ActivityCategory' => '?',
'Api\\Entity\\ActivityGroup' => '?',
'Api\\Entity\\ActivityRate' => '?',
'Api\\Entity\\ApiCredential' => '?',
'Api\\Entity\\ApiProfile' => '?',
'Api\\Entity\\ApiRole' => '?',
'Api\\Entity\\City' => '?',
'Api\\Entity\\Country' => '?',
'Api\\Entity\\Currency' => '?',
'Api\\Entity\\Hotel' => '?',
'Api\\Entity\\HotelHotelProvider' => '?',
'Api\\Entity\\HotelHotelProviderHotelRoom' => '?',
'Api\\Entity\\HotelRoom' => '?',
'Api\\Entity\\HotelRoomAvailabilityType' => '?',
'Api\\Entity\\HotelRoomBedType' => '?',
'Api\\Entity\\HotelRoomRate' => '?',
'Api\\Entity\\MealPlan' => '?',
'Api\\Entity\\Promotion' => '?',
'Api\\Entity\\SearchLog' => '?',
'Api\\Entity\\State' => '?',
'Api\\Entity\\Supplier' => '?',
'Api\\Entity\\Transfer' => '?',
'Api\\Entity\\TransferAirport' => '?',
'Api\\Entity\\TransferLocation' => '?',
'Api\\Entity\\TransferRate' => '?',
'Api\\Entity\\TransferVehicle' => '?',
'Api\\Entity\\ZipCode' => '?',
'Api\\Repository\\ActivityActivityProviderRepository' => '?',
'Api\\Repository\\ActivityCancellationPenaltyTypeRepository' => '?',
'Api\\Repository\\ActivityCategoryRepository' => '?',
'Api\\Repository\\ActivityGroupRepository' => '?',
'Api\\Repository\\ActivityProviderRepository' => '?',
'Api\\Repository\\ActivityRateRepository' => '?',
'Api\\Repository\\ActivityRepository' => '?',
'Api\\Repository\\ApiCredentialRepository' => '?',
'Api\\Repository\\ApiProfileRepository' => '?',
'Api\\Repository\\ApiRoleRepository' => '?',
'Api\\Repository\\CancellationPenaltyTypeRepository' => '?',
'Api\\Repository\\CityRepository' => '?',
'Api\\Repository\\ContractTypeRepository' => '?',
'Api\\Repository\\CountryRepository' => '?',
'Api\\Repository\\CreditNoteRepository' => '?',
'Api\\Repository\\CurrencyRepository' => '?',
'Api\\Repository\\ExternalTravelAgentRepository' => '?',
'Api\\Repository\\HotelBrandRepository' => '?',
'Api\\Repository\\HotelCancellationPenaltyTypeRepository' => '?',
'Api\\Repository\\HotelChainRepository' => '?',
'Api\\Repository\\HotelCompetitorProviderRepository' => '?',
'Api\\Repository\\HotelContactRepository' => '?',
'Api\\Repository\\HotelFilterRepository' => '?',
'Api\\Repository\\HotelHotelCompatitorProviderRepository' => '?',
'Api\\Repository\\HotelHotelProviderHotelRoomRepository' => '?',
'Api\\Repository\\HotelHotelProviderRepository' => '?',
'Api\\Repository\\HotelProviderGroupRepository' => '?',
'Api\\Repository\\HotelProviderRepository' => '?',
'Api\\Repository\\HotelRatingRepository' => '?',
'Api\\Repository\\HotelRepository' => '?',
'Api\\Repository\\HotelRoomAvailabilityTypeRepository' => '?',
'Api\\Repository\\HotelRoomBedTypeRepository' => '?',
'Api\\Repository\\HotelRoomFilterRepository' => '?',
'Api\\Repository\\HotelRoomRateRepository' => '?',
'Api\\Repository\\HotelRoomRepository' => '?',
'Api\\Repository\\InvoiceRepository' => '?',
'Api\\Repository\\LogRepository' => '?',
'Api\\Repository\\MailerRepository' => '?',
'Api\\Repository\\MealPlanRepository' => '?',
'Api\\Repository\\PaymentRepository' => '?',
'Api\\Repository\\PendingNotificationEventRepository' => '?',
'Api\\Repository\\ProductRepository' => '?',
'Api\\Repository\\PromotionHotelHotelProviderHotelRoomRepository' => '?',
'Api\\Repository\\PromotionRepository' => '?',
'Api\\Repository\\PromotionTypeRepository' => '?',
'Api\\Repository\\ReservationRepository' => '?',
'Api\\Repository\\ReservationStatusTypeRepository' => '?',
'Api\\Repository\\SearchLogRepository' => '?',
'Api\\Repository\\StateRepository' => '?',
'Api\\Repository\\SupplierCategoryRepository' => '?',
'Api\\Repository\\SupplierQCTypeRepository' => '?',
'Api\\Repository\\SupplierRepository' => '?',
'Api\\Repository\\TransferAirportRepository' => '?',
'Api\\Repository\\TransferLocationRepository' => '?',
'Api\\Repository\\TransferProviderRepository' => '?',
'Api\\Repository\\TransferRateRepository' => '?',
'Api\\Repository\\TransferRepository' => '?',
'Api\\Repository\\TransferTransferProviderRepository' => '?',
'Api\\Repository\\TransferVehicleRepository' => '?',
'Api\\Repository\\ZipCodeRepository' => '?',
'cloudwatch_client' => '?',
'cloudwatch_handler' => '?',
'json_log_configurator' => '?',
'argument_metadata_factory' => '?',
'response_listener' => '?',
'streamed_response_listener' => '?',
'locale_listener' => '?',
'validate_request_listener' => '?',
'disallow_search_engine_index_response_listener' => '?',
'exception_listener' => '?',
'parameter_bag' => '?',
'url_helper' => '?',
'cache_clearer' => '?',
'filesystem' => '?',
'file_locator' => '?',
'uri_signer' => '?',
'config_cache_factory' => '?',
'dependency_injection.config.container_parameters_resource_checker' => '?',
'config.resource.self_checking_resource_checker' => '?',
'locale_aware_listener' => '?',
'container.env_var_processor' => '?',
'slugger' => '?',
'container.getenv' => '?',
'config_builder.warmer' => '?',
'fragment.handler' => '?',
'fragment.uri_generator' => '?',
'fragment.renderer.inline' => '?',
'error_handler.error_renderer.html' => '?',
'console.error_listener' => '?',
'console.suggest_missing_package_subscriber' => '?',
'console.command.about' => '?',
'console.command.assets_install' => '?',
'console.command.cache_clear' => '?',
'console.command.cache_pool_clear' => '?',
'console.command.cache_pool_prune' => '?',
'console.command.cache_pool_delete' => '?',
'console.command.cache_pool_list' => '?',
'console.command.cache_warmup' => '?',
'console.command.config_debug' => '?',
'console.command.config_dump_reference' => '?',
'console.command.container_debug' => '?',
'console.command.container_lint' => '?',
'console.command.debug_autowiring' => '?',
'console.command.dotenv_debug' => '?',
'console.command.event_dispatcher_debug' => '?',
'console.command.router_debug' => '?',
'console.command.router_match' => '?',
'console.command.translation_debug' => '?',
'console.command.translation_extract' => '?',
'console.command.validator_debug' => '?',
'console.command.translation_pull' => '?',
'console.command.translation_push' => '?',
'console.command.xliff_lint' => '?',
'console.command.yaml_lint' => '?',
'console.command.form_debug' => '?',
'console.command.secrets_set' => '?',
'console.command.secrets_remove' => '?',
'console.command.secrets_generate_key' => '?',
'console.command.secrets_list' => '?',
'console.command.secrets_decrypt_to_local' => '?',
'console.command.secrets_encrypt_from_local' => '?',
'cache.validator' => '?',
'cache.serializer' => '?',
'cache.annotations' => '?',
'cache.property_info' => '?',
'cache.default_marshaller' => '?',
'cache.default_clearer' => '?',
'identity_translator' => '?',
'test.client.history' => '?',
'test.client.cookiejar' => '?',
'test.session.listener' => '?',
'assets.packages' => '?',
'assets.context' => '?',
'assets._version__default' => '?',
'assets._default_package' => '?',
'mailer.mailer' => '?',
'mailer.transports' => '?',
'mailer.transport_factory' => '?',
'mailer.envelope_listener' => '?',
'mailer.message_logger_listener' => '?',
'mailer.transport_factory.mailchimp' => '?',
'mailer.transport_factory.null' => '?',
'mailer.transport_factory.sendmail' => '?',
'mailer.transport_factory.smtp' => '?',
'mailer.transport_factory.native' => '?',
'translator.default' => '?',
'translator.formatter.default' => '?',
'translation.loader.php' => '?',
'translation.loader.yml' => '?',
'translation.loader.xliff' => '?',
'translation.loader.po' => '?',
'translation.loader.mo' => '?',
'translation.loader.qt' => '?',
'translation.loader.csv' => '?',
'translation.loader.res' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.dumper.php' => '?',
'translation.dumper.xliff' => '?',
'translation.dumper.po' => '?',
'translation.dumper.mo' => '?',
'translation.dumper.yml' => '?',
'translation.dumper.yaml' => '?',
'translation.dumper.qt' => '?',
'translation.dumper.csv' => '?',
'translation.dumper.ini' => '?',
'translation.dumper.json' => '?',
'translation.dumper.res' => '?',
'translation.extractor.php' => '?',
'translation.reader' => '?',
'translation.extractor' => '?',
'translation.writer' => '?',
'translation.warmer' => '?',
'translation.provider_collection' => '?',
'translation.provider_collection_factory' => '?',
'translation.provider_factory.null' => '?',
'debug.debug_handlers_listener' => '?',
'debug.file_link_formatter' => '?',
'debug.stopwatch' => '?',
'debug.event_dispatcher' => '?',
'debug.controller_resolver' => '?',
'debug.argument_resolver' => '?',
'debug.log_processor' => '?',
'routing.resolver' => '?',
'routing.loader.xml' => '?',
'routing.loader.yml' => '?',
'routing.loader.php' => '?',
'routing.loader.glob' => '?',
'routing.loader.directory' => '?',
'routing.loader.container' => '?',
'router.default' => '?',
'router.request_context' => '?',
'router.expression_language_provider' => '?',
'router.cache_warmer' => '?',
'router_listener' => '?',
'routing.loader.annotation' => '?',
'routing.loader.annotation.directory' => '?',
'routing.loader.annotation.file' => '?',
'annotations.reader' => '?',
'annotations.dummy_registry' => '?',
'annotations.cached_reader' => '?',
'annotations.cache_warmer' => '?',
'annotations.cache_adapter' => '?',
'property_accessor' => '?',
'secrets.vault' => '?',
'secrets.decryption_key' => '?',
'secrets.local_vault' => '?',
'serializer' => '?',
'serializer.mapping.class_discriminator_resolver' => '?',
'serializer.normalizer.constraint_violation_list' => '?',
'serializer.normalizer.mime_message' => '?',
'serializer.normalizer.datetimezone' => '?',
'serializer.normalizer.dateinterval' => '?',
'serializer.normalizer.data_uri' => '?',
'serializer.normalizer.datetime' => '?',
'serializer.normalizer.json_serializable' => '?',
'serializer.normalizer.problem' => '?',
'serializer.denormalizer.unwrapping' => '?',
'serializer.normalizer.uid' => '?',
'serializer.normalizer.form_error' => '?',
'serializer.normalizer.object' => '?',
'serializer.normalizer.property' => '?',
'serializer.denormalizer.array' => '?',
'serializer.mapping.chain_loader' => '?',
'serializer.mapping.class_metadata_factory' => '?',
'serializer.mapping.cache_warmer' => '?',
'serializer.encoder.xml' => '?',
'serializer.encoder.json' => '?',
'serializer.encoder.yaml' => '?',
'serializer.encoder.csv' => '?',
'serializer.name_converter.metadata_aware' => '?',
'property_info.serializer_extractor' => '?',
'error_handler.error_renderer.serializer' => '?',
'serializer.normalizer.backed_enum' => '?',
'property_info' => '?',
'property_info.reflection_extractor' => '?',
'property_info.phpstan_extractor' => '?',
'property_info.php_doc_extractor' => '?',
'web_link.add_link_header_listener' => '?',
'cache.property_access' => '?',
'session.factory' => '?',
'session.storage.factory.service' => '?',
'session.storage.metadata_bag' => '?',
'session.storage.native' => '?',
'session.handler.native_file' => '?',
'security.csrf.token_generator' => '?',
'security.csrf.token_storage' => '?',
'security.csrf.token_manager' => '?',
'twig.runtime.security_csrf' => '?',
'twig.extension.security_csrf' => '?',
'form.resolved_type_factory' => '?',
'form.registry' => '?',
'form.factory' => '?',
'form.extension' => '?',
'form.type_guesser.validator' => '?',
'form.choice_list_factory.default' => '?',
'form.choice_list_factory.property_access' => '?',
'form.choice_list_factory.cached' => '?',
'form.type.form' => '?',
'form.type.choice' => '?',
'form.type.file' => '?',
'form.type.color' => '?',
'form.type_extension.form.transformation_failure_handling' => '?',
'form.type_extension.form.http_foundation' => '?',
'form.type_extension.form.request_handler' => '?',
'form.server_params' => '?',
'form.type_extension.form.validator' => '?',
'form.type_extension.repeated.validator' => '?',
'form.type_extension.submit.validator' => '?',
'form.type_extension.upload.validator' => '?',
'form.type_extension.csrf' => '?',
'validator.builder' => '?',
'validator.mapping.cache_warmer' => '?',
'validator.validator_factory' => '?',
'validator.expression' => '?',
'validator.expression_language' => '?',
'validator.email' => '?',
'validator.not_compromised_password' => '?',
'validator.property_info_loader' => '?',
'profiler' => '?',
'profiler.storage' => '?',
'profiler_listener' => '?',
'data_collector.config' => '?',
'data_collector.request' => '?',
'data_collector.ajax' => '?',
'data_collector.exception' => '?',
'data_collector.events' => '?',
'data_collector.logger' => '?',
'data_collector.time' => '?',
'data_collector.memory' => '?',
'data_collector.router' => '?',
'data_collector.cache' => '?',
'cache_pool_clearer.cache_warmer' => '?',
'form.type_extension.form.data_collector' => '?',
'data_collector.form.extractor' => '?',
'data_collector.form' => '?',
'debug.validator' => '?',
'data_collector.validator' => '?',
'translator.data_collector' => '?',
'data_collector.translation' => '?',
'mailer.data_collector' => '?',
'data_collector.http_client' => '?',
'mime_types' => '?',
'twig' => '?',
'twig.app_variable' => '?',
'twig.template_iterator' => '?',
'twig.template_cache_warmer' => '?',
'twig.loader.native_filesystem' => '?',
'twig.extension.profiler' => '?',
'twig.profile' => '?',
'data_collector.twig' => '?',
'twig.extension.trans' => '?',
'twig.extension.assets' => '?',
'twig.extension.code' => '?',
'twig.extension.routing' => '?',
'twig.extension.yaml' => '?',
'twig.extension.debug.stopwatch' => '?',
'twig.extension.expression' => '?',
'twig.extension.httpkernel' => '?',
'twig.runtime.httpkernel' => '?',
'twig.extension.httpfoundation' => '?',
'twig.extension.weblink' => '?',
'twig.translation.extractor' => '?',
'twig.configurator.environment' => '?',
'twig.runtime_loader' => '?',
'twig.error_renderer.html' => '?',
'twig.runtime.serializer' => '?',
'twig.extension.serializer' => '?',
'twig.extension.form' => '?',
'twig.form.engine' => '?',
'twig.form.renderer' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'twig.mailer.message_listener' => '?',
'twig.mime_body_renderer' => '?',
'twig.missing_extension_suggestor' => '?',
'twig.extension.intl' => '?',
'sensio_framework_extra.controller.listener' => '?',
'sensio_framework_extra.converter.listener' => '?',
'sensio_framework_extra.converter.manager' => '?',
'sensio_framework_extra.converter.doctrine.orm' => '?',
'framework_extra_bundle.date_time_param_converter' => '?',
'sensio_framework_extra.converter.doctrine.orm.expression_language.default' => '?',
'sensio_framework_extra.view.guesser' => '?',
'sensio_framework_extra.view.listener' => '?',
'sensio_framework_extra.cache.listener' => '?',
'sensio_framework_extra.security.listener' => '?',
'sensio_framework_extra.security.expression_language.default' => '?',
'framework_extra_bundle.event.is_granted' => '?',
'framework_extra_bundle.argument_name_convertor' => '?',
'doctrine.dbal.logger' => '?',
'data_collector.doctrine' => '?',
'doctrine.dbal.connection_factory' => '?',
'doctrine.twig.doctrine_extension' => '?',
'doctrine.database_create_command' => '?',
'doctrine.database_drop_command' => '?',
'doctrine.query_sql_command' => '?',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => '?',
'doctrine.database_import_command' => '?',
'doctrine.dbal.default_connection.configuration' => '?',
'doctrine.dbal.logger.profiling.default' => '?',
'doctrine.dbal.logger.chain.default' => '?',
'doctrine.dbal.default_connection.event_manager' => '?',
'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => '?',
'doctrine.dbal.api_connection.configuration' => '?',
'doctrine.dbal.logger.profiling.api' => '?',
'doctrine.dbal.logger.chain.api' => '?',
'doctrine.dbal.api_connection.event_manager' => '?',
'doctrine.orm.proxy_cache_warmer' => '?',
'form.type_guesser.doctrine' => '?',
'form.type.entity' => '?',
'doctrine.orm.container_repository_factory' => '?',
'doctrine.orm.validator.unique' => '?',
'doctrine.orm.validator_initializer' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.naming_strategy.underscore_number_aware' => '?',
'doctrine.orm.quote_strategy.default' => '?',
'doctrine.cache_clear_metadata_command' => '?',
'doctrine.cache_clear_query_cache_command' => '?',
'doctrine.cache_clear_result_command' => '?',
'doctrine.cache_collection_region_command' => '?',
'doctrine.mapping_convert_command' => '?',
'doctrine.schema_create_command' => '?',
'doctrine.schema_drop_command' => '?',
'doctrine.ensure_production_settings_command' => '?',
'doctrine.clear_entity_region_command' => '?',
'doctrine.mapping_info_command' => '?',
'doctrine.clear_query_region_command' => '?',
'doctrine.query_dql_command' => '?',
'doctrine.schema_update_command' => '?',
'doctrine.schema_validate_command' => '?',
'doctrine.mapping_import_command' => '?',
'doctrine.orm.default_configuration' => '?',
'doctrine.orm.default_annotation_metadata_driver' => '?',
'doctrine.orm.default_metadata_driver' => '?',
'cache.doctrine.orm.default.metadata' => '?',
'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => '?',
'cache.doctrine.orm.default.result' => '?',
'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => '?',
'cache.doctrine.orm.default.query' => '?',
'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => '?',
'doctrine.orm.default_entity_listener_resolver' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.default_manager_configurator' => '?',
'doctrine.orm.default_entity_manager.property_info_extractor' => '?',
'doctrine.orm.default_entity_manager.validator_loader' => '?',
'doctrine.orm.api_configuration' => '?',
'doctrine.orm.api_annotation_metadata_driver' => '?',
'doctrine.orm.api_metadata_driver' => '?',
'cache.doctrine.orm.api.metadata' => '?',
'doctrine.orm.cache.provider.cache.doctrine.orm.api.metadata' => '?',
'cache.doctrine.orm.api.result' => '?',
'doctrine.orm.cache.provider.cache.doctrine.orm.api.result' => '?',
'cache.doctrine.orm.api.query' => '?',
'doctrine.orm.cache.provider.cache.doctrine.orm.api.query' => '?',
'doctrine.orm.api_entity_listener_resolver' => '?',
'doctrine.orm.api_listeners.attach_entity_listeners' => '?',
'doctrine.orm.api_manager_configurator' => '?',
'doctrine.orm.api_entity_manager.property_info_extractor' => '?',
'doctrine.orm.api_entity_manager.validator_loader' => '?',
'doctrine.migrations.dependency_factory' => '?',
'doctrine.migrations.configuration_loader' => '?',
'doctrine.migrations.entity_manager_registry_loader' => '?',
'doctrine.migrations.configuration' => '?',
'doctrine.migrations.container_aware_migrations_factory' => '?',
'doctrine_migrations.diff_command' => '?',
'doctrine_migrations.sync_metadata_command' => '?',
'doctrine_migrations.versions_command' => '?',
'doctrine_migrations.current_command' => '?',
'doctrine_migrations.dump_schema_command' => '?',
'doctrine_migrations.execute_command' => '?',
'doctrine_migrations.generate_command' => '?',
'doctrine_migrations.latest_command' => '?',
'doctrine_migrations.migrate_command' => '?',
'doctrine_migrations.rollup_command' => '?',
'doctrine_migrations.status_command' => '?',
'doctrine_migrations.up_to_date_command' => '?',
'doctrine_migrations.version_command' => '?',
'doctrine_migrations.migrations_flattener' => '?',
'doctrine_migrations.migrations_collector' => '?',
'doctrine.migrations.storage.table_storage' => '?',
'security.authorization_checker' => '?',
'security.token_storage' => '?',
'security.untracked_token_storage' => '?',
'security.helper' => '?',
'security.authentication.trust_resolver' => '?',
'security.authentication.session_strategy' => '?',
'security.encoder_factory.generic' => '?',
'security.user_password_encoder.generic' => '?',
'security.user_checker' => '?',
'security.expression_language' => '?',
'security.authentication_utils' => '?',
'security.role_hierarchy' => '?',
'security.access.simple_role_voter' => '?',
'security.access.authenticated_voter' => '?',
'security.access.expression_voter' => '?',
'security.impersonate_url_generator' => '?',
'security.firewall.map' => '?',
'security.logout_url_generator' => '?',
'security.http_utils' => '?',
'security.validator.user_password' => '?',
'cache.security_expression_language' => '?',
'security.password_hasher_factory' => '?',
'security.user_password_hasher' => '?',
'security.channel_listener' => '?',
'security.access_map' => '?',
'security.access_listener' => '?',
'security.rememberme.response_listener' => '?',
'security.authentication.manager' => '?',
'twig.extension.logout_url' => '?',
'twig.extension.security' => '?',
'data_collector.security' => '?',
'security.authentication.guard_handler' => '?',
'debug.security.access.decision_manager' => '?',
'debug.security.voter.vote_listener' => '?',
'debug.security.firewall' => '?',
'security.command.debug_firewall' => '?',
'security.user.provider.concrete.app_user_provider' => '?',
'security.firewall.map.config.dev' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.config.main' => '?',
'security.event_dispatcher.main' => '?',
'security.context_listener.0' => '?',
'security.logout_listener.main' => '?',
'security.logout.listener.default.main' => '?',
'security.logout.listener.session.main' => '?',
'security.authentication.provider.guard.main' => '?',
'security.authentication.listener.guard.main' => '?',
'security.authentication.provider.dao.main' => '?',
'security.authentication.listener.basic.main' => '?',
'security.authentication.listener.anonymous.main' => '?',
'security.authentication.provider.anonymous.main' => '?',
'security.exception_listener.main' => '?',
'security.firewall.map.context.main' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'web_profiler.csp.handler' => '?',
'twig.extension.webprofiler' => '?',
'debug.file_link_formatter.url_format' => '?',
'web_profiler.debug_toolbar' => '?',
'monolog.logger' => '?',
'monolog.handler.main' => '?',
'twig.extension.dump' => '?',
'debug.dump_listener' => '?',
'var_dumper.contextualized_cli_dumper' => '?',
'var_dumper.html_dumper' => '?',
'var_dumper.server_connection' => '?',
'var_dumper.dump_server' => '?',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'maker.file_manager' => '?',
'maker.autoloader_finder' => '?',
'maker.autoloader_util' => '?',
'maker.file_link_formatter' => '?',
'maker.event_registry' => '?',
'maker.console_error_listener' => '?',
'maker.doctrine_helper' => '?',
'maker.generator' => '?',
'maker.entity_class_generator' => '?',
'maker.user_class_builder' => '?',
'maker.security_config_updater' => '?',
'maker.renderer.form_type_renderer' => '?',
'maker.security_controller_builder' => '?',
'maker.php_compat_util' => '?',
'maker.template_component_generator' => '?',
'maker.maker.make_authenticator' => '?',
'maker.maker.make_command' => '?',
'maker.maker.make_controller' => '?',
'maker.maker.make_crud' => '?',
'maker.maker.make_docker_database' => '?',
'maker.maker.make_entity' => '?',
'maker.maker.make_fixtures' => '?',
'maker.maker.make_form' => '?',
'maker.maker.make_message' => '?',
'maker.maker.make_messenger_middleware' => '?',
'maker.maker.make_registration_form' => '?',
'maker.maker.make_reset_password' => '?',
'maker.maker.make_serializer_encoder' => '?',
'maker.maker.make_serializer_normalizer' => '?',
'maker.maker.make_subscriber' => '?',
'maker.maker.make_twig_extension' => '?',
'maker.maker.make_test' => '?',
'maker.maker.make_validator' => '?',
'maker.maker.make_voter' => '?',
'maker.maker.make_user' => '?',
'maker.maker.make_migration' => '?',
'doctrine.fixtures_load_command' => '?',
'doctrine.fixtures.loader' => '?',
'doctrine.fixtures.purger.orm_purger_factory' => '?',
'jms_serializer.event_dispatcher' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
'jms_serializer.stopwatch_subscriber' => '?',
'jms_serializer.handler_registry' => '?',
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.form_error_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'jms_serializer.type_parser' => '?',
'jms_serializer.metadata.file_locator' => '?',
'jms_serializer.metadata.yaml_driver' => '?',
'jms_serializer.metadata.xml_driver' => '?',
'jms_serializer.metadata.annotation_driver' => '?',
'jms_serializer.metadata.chain_driver' => '?',
'jms_serializer.metadata.doctrine_type_driver' => '?',
'jms_serializer.metadata.typed_properties_driver' => '?',
'jms_serializer.metadata.service_locator' => '?',
'jms_serializer.metadata.lazy_loading_driver' => '?',
'jms_serializer.metadata.cache.file_cache' => '?',
'jms_serializer.metadata_factory' => '?',
'jms_serializer.camel_case_naming_strategy' => '?',
'jms_serializer.serialized_name_annotation_strategy' => '?',
'jms_serializer.doctrine_object_constructor' => '?',
'jms_serializer.unserialize_object_constructor' => '?',
'jms_serializer.serializer' => '?',
'jms_serializer.deserialization_graph_navigator_factory' => '?',
'jms_serializer.serialization_graph_navigator_factory' => '?',
'jms_serializer.expression_evaluator' => '?',
'jms_serializer.expression_language' => '?',
'jms_serializer.expression_language.function_provider' => '?',
'jms_serializer.twig_extension.serializer' => '?',
'jms_serializer.accessor_strategy.default' => '?',
'jms_serializer.json_serialization_visitor' => '?',
'jms_serializer.json_deserialization_visitor' => '?',
'jms_serializer.xml_serialization_visitor' => '?',
'jms_serializer.xml_deserialization_visitor' => '?',
'jms_serializer.cache.cache_clearer' => '?',
'jms_serializer.configured_serialization_context_factory' => '?',
'jms_serializer.configured_deserialization_context_factory' => '?',
'jms_serializer.metadata.annotation_and_attributes_reader' => '?',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_controller' => '?',
'maker.auto_command.make_crud' => '?',
'maker.auto_command.make_docker_database' => '?',
'maker.auto_command.make_entity' => '?',
'maker.auto_command.make_fixtures' => '?',
'maker.auto_command.make_form' => '?',
'maker.auto_command.make_message' => '?',
'maker.auto_command.make_messenger_middleware' => '?',
'maker.auto_command.make_registration_form' => '?',
'maker.auto_command.make_reset_password' => '?',
'maker.auto_command.make_serializer_encoder' => '?',
'maker.auto_command.make_serializer_normalizer' => '?',
'maker.auto_command.make_subscriber' => '?',
'maker.auto_command.make_twig_extension' => '?',
'maker.auto_command.make_test' => '?',
'maker.auto_command.make_validator' => '?',
'maker.auto_command.make_voter' => '?',
'maker.auto_command.make_user' => '?',
'maker.auto_command.make_migration' => '?',
'debug.argument_resolver.request_attribute' => '?',
'debug.argument_resolver.request' => '?',
'debug.argument_resolver.session' => '?',
'debug.security.user_value_resolver' => '?',
'debug.argument_resolver.service' => '?',
'debug.argument_resolver.default' => '?',
'debug.argument_resolver.variadic' => '?',
'debug.argument_resolver.not_tagged_controller' => '?',
'debug.security.voter.security.access.authenticated_voter' => '?',
'debug.security.voter.security.access.simple_role_voter' => '?',
'debug.security.voter.security.access.expression_voter' => '?',
'security.logout.listener.csrf_token_clearing' => '?',
'monolog.logger.request' => '?',
'monolog.logger.console' => '?',
'monolog.logger.cache' => '?',
'monolog.logger.http_client' => '?',
'monolog.logger.mailer' => '?',
'monolog.logger.php' => '?',
'monolog.logger.event' => '?',
'monolog.logger.router' => '?',
'monolog.logger.profiler' => '?',
'monolog.logger.doctrine' => '?',
'monolog.logger.security' => '?',
'monolog.logger.debug' => '?',
'debug.validator.inner' => '?',
'debug.event_dispatcher.inner' => '?',
'debug.controller_resolver.inner' => '?',
'debug.argument_resolver.inner' => '?',
'doctrine.migrations.container_aware_migrations_factory.inner' => '?',
'debug.security.access.decision_manager.inner' => '?',
'var_dumper.contextualized_cli_dumper.inner' => '?',
'debug.argument_resolver.request_attribute.inner' => '?',
'debug.argument_resolver.request.inner' => '?',
'debug.argument_resolver.session.inner' => '?',
'debug.security.user_value_resolver.inner' => '?',
'debug.argument_resolver.service.inner' => '?',
'debug.argument_resolver.default.inner' => '?',
'debug.argument_resolver.variadic.inner' => '?',
'debug.argument_resolver.not_tagged_controller.inner' => '?',
'cache.app.recorder_inner' => '?',
'cache.system.recorder_inner' => '?',
'cache.validator.recorder_inner' => '?',
'cache.serializer.recorder_inner' => '?',
'cache.annotations.recorder_inner' => '?',
'cache.property_info.recorder_inner' => '?',
'cache.validator_expression_language.recorder_inner' => '?',
'cache.doctrine.orm.default.metadata.recorder_inner' => '?',
'cache.doctrine.orm.default.result.recorder_inner' => '?',
'cache.doctrine.orm.default.query.recorder_inner' => '?',
'cache.doctrine.orm.api.metadata.recorder_inner' => '?',
'cache.doctrine.orm.api.result.recorder_inner' => '?',
'cache.doctrine.orm.api.query.recorder_inner' => '?',
'cache.security_expression_language.recorder_inner' => '?',
'Psr\\Container\\ContainerInterface' => '?',
'Symfony\\Component\\DependencyInjection\\ContainerInterface' => '?',
'Symfony\\Bridge\\Twig\\Extension\\AssetExtension' => '?',
'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => '?',
'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => '?',
'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => '?',
'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
'Symfony\\Component\\HttpFoundation\\UrlHelper' => '?',
'Symfony\\Component\\HttpKernel\\KernelInterface' => '?',
'Symfony\\Component\\Filesystem\\Filesystem' => '?',
'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => '?',
'Symfony\\Component\\HttpKernel\\UriSigner' => '?',
'Symfony\\Component\\String\\Slugger\\SluggerInterface' => '?',
'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => '?',
'error_renderer.html' => '?',
'error_renderer' => '?',
'Psr\\EventDispatcher\\EventDispatcherInterface' => '?',
'Psr\\Container\\ContainerInterface $parameterBag' => '?',
'Psr\\Cache\\CacheItemPoolInterface' => '?',
'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => '?',
'Symfony\\Contracts\\Cache\\CacheInterface' => '?',
'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
'Symfony\\Component\\Asset\\Packages' => '?',
'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => '?',
'mailer' => '?',
'Symfony\\Component\\Mailer\\MailerInterface' => '?',
'mailer.logger_message_listener' => '?',
'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => '?',
'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => '?',
'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => '?',
'translator.formatter' => '?',
'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => '?',
'Symfony\\Component\\Stopwatch\\Stopwatch' => '?',
'Symfony\\Component\\Routing\\RouterInterface' => '?',
'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => '?',
'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => '?',
'Symfony\\Component\\Routing\\RequestContextAwareInterface' => '?',
'Symfony\\Component\\Routing\\RequestContext' => '?',
'annotation_reader' => '?',
'Doctrine\\Common\\Annotations\\Reader' => '?',
'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => '?',
'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
'Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface' => '?',
'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface' => '?',
'Symfony\\Component\\Serializer\\Encoder\\EncoderInterface' => '?',
'Symfony\\Component\\Serializer\\Encoder\\DecoderInterface' => '?',
'serializer.property_accessor' => '?',
'Symfony\\Component\\Serializer\\Mapping\\ClassDiscriminatorResolverInterface' => '?',
'Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer' => '?',
'Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer' => '?',
'Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactoryInterface' => '?',
'error_renderer.serializer' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => '?',
'cache.default_doctrine_dbal_provider' => '?',
'cache.default_pdo_provider' => '?',
'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '?',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => '?',
'SessionHandlerInterface' => '?',
'session.storage' => '?',
'session.storage.factory' => '?',
'session.handler' => '?',
'session_listener' => '?',
'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => '?',
'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => '?',
'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => '?',
'Symfony\\Component\\Form\\FormRegistryInterface' => '?',
'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
'form.property_accessor' => '?',
'form.choice_list_factory' => '?',
'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => '?',
'validator.mapping.class_metadata_factory' => '?',
'Symfony\\Component\\Mime\\MimeTypesInterface' => '?',
'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => '?',
'Twig_Environment' => '?',
'Twig\\Environment' => '?',
'sensio_framework_extra.converter.doctrine.orm.expression_language' => '?',
'sensio_framework_extra.security.expression_language' => '?',
'Doctrine\\DBAL\\Driver\\Connection' => '?',
'Doctrine\\DBAL\\Connection' => '?',
'Doctrine\\Persistence\\ManagerRegistry' => '?',
'Doctrine\\Common\\Persistence\\ManagerRegistry' => '?',
'doctrine.dbal.event_manager' => '?',
'Doctrine\\DBAL\\Connection $defaultConnection' => '?',
'Doctrine\\DBAL\\Connection $apiConnection' => '?',
'Doctrine\\ORM\\EntityManagerInterface' => '?',
'doctrine.orm.metadata.annotation_reader' => '?',
'doctrine.orm.default_metadata_cache' => '?',
'doctrine.orm.default_result_cache' => '?',
'doctrine.orm.default_query_cache' => '?',
'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => '?',
'doctrine.orm.default_entity_manager.event_manager' => '?',
'doctrine.orm.api_metadata_cache' => '?',
'doctrine.orm.api_result_cache' => '?',
'doctrine.orm.api_query_cache' => '?',
'Doctrine\\ORM\\EntityManagerInterface $apiEntityManager' => '?',
'doctrine.orm.api_entity_manager.event_manager' => '?',
'doctrine.migrations.metadata_storage' => '?',
'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
'Symfony\\Component\\Security\\Core\\Security' => '?',
'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => '?',
'security.encoder_factory' => '?',
'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => '?',
'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => '?',
'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => '?',
'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => '?',
'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => '?',
'Symfony\\Component\\Security\\Http\\Firewall' => '?',
'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => '?',
'Symfony\\Component\\Security\\Http\\HttpUtils' => '?',
'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => '?',
'security.password_hasher' => '?',
'Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface' => '?',
'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => '?',
'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => '?',
'security.firewall' => '?',
'security.user_providers' => '?',
'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => '?',
'security.authentication.session_strategy.main' => '?',
'security.user_checker.main' => '?',
'security.firewall.context_locator' => '?',
'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => '?',
'logger' => '?',
'Psr\\Log\\LoggerInterface' => '?',
'monolog.handler.cloudWatch' => '?',
'jms_serializer.metadata.cache' => '?',
'jms_serializer.naming_strategy' => '?',
'jms_serializer.object_constructor' => '?',
'JMS\\Serializer\\SerializerInterface' => '?',
'JMS\\Serializer\\ArrayTransformerInterface' => '?',
'jms_serializer.accessor_strategy' => '?',
'JMS\\Serializer\\ContextFactory\\SerializationContextFactoryInterface' => '?',
'JMS\\Serializer\\ContextFactory\\DeserializationContextFactoryInterface' => '?',
'twig.loader.filesystem' => '?',
'argument_resolver.controller_locator' => '?',
'twig.loader' => '?',
'Psr\\Log\\LoggerInterface $requestLogger' => '?',
'Psr\\Log\\LoggerInterface $consoleLogger' => '?',
'Psr\\Log\\LoggerInterface $cacheLogger' => '?',
'Psr\\Log\\LoggerInterface $httpClientLogger' => '?',
'Psr\\Log\\LoggerInterface $mailerLogger' => '?',
'Psr\\Log\\LoggerInterface $phpLogger' => '?',
'Psr\\Log\\LoggerInterface $eventLogger' => '?',
'Psr\\Log\\LoggerInterface $routerLogger' => '?',
'Psr\\Log\\LoggerInterface $profilerLogger' => '?',
'Psr\\Log\\LoggerInterface $doctrineLogger' => '?',
'Psr\\Log\\LoggerInterface $securityLogger' => '?',
'Psr\\Log\\LoggerInterface $debugLogger' => '?',
'http_client' => '?',
'controller_resolver' => '?',
'argument_resolver' => '?',
'translator.data_collector.inner' => '?',
'twig.error_renderer.html.inner' => '?',
'doctrine.migrations.migrations_factory' => '?',
'security.access.decision_manager' => '?',
'var_dumper.cli_dumper' => '?',
'jms_serializer.metadata.doctrine_type_driver.inner' => '?',
'jms_serializer.metadata.typed_properties_driver.inner' => '?',
'jms_serializer.doctrine_object_constructor.inner' => '?',
'argument_resolver.request_attribute' => '?',
'argument_resolver.request' => '?',
'argument_resolver.session' => '?',
'security.user_value_resolver' => '?',
'argument_resolver.service' => '?',
'argument_resolver.default' => '?',
'argument_resolver.variadic' => '?',
'argument_resolver.not_tagged_controller' => '?',
'jms_serializer.authorization_checker' => '?',
'security.password_encoder' => '?',
'session' => '?',
'validator' => '?',
]);
}
/**
* Gets the public 'test.service_container' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Test\TestContainer
*/
protected function getTest_ServiceContainerService()
{
return $this->services['test.service_container'] = new \Symfony\Bundle\FrameworkBundle\Test\TestContainer(($this->services['kernel'] ?? $this->get('kernel', 1)), 'test.private_services_locator');
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
}
/**
* Gets the private '.App\Command\NotificationDailySalesReportCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getNotificationDailySalesReportCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.App\\Command\\NotificationDailySalesReportCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('NotificationDailySalesReport', [], 'Add a short description for your command', false, function (): \App\Command\NotificationDailySalesReportCommand {
return ($this->privates['App\\Command\\NotificationDailySalesReportCommand'] ?? $this->getNotificationDailySalesReportCommandService());
});
}
/**
* Gets the private '.App\Command\UpdateTokensCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getUpdateTokensCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.App\\Command\\UpdateTokensCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('UpdateTokens', [], 'Update QB tokens in dev and test', false, function (): \App\Command\UpdateTokensCommand {
return ($this->privates['App\\Command\\UpdateTokensCommand'] ?? $this->getUpdateTokensCommandService());
});
}
/**
* Gets the private '.console.command.about.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_About_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
});
}
/**
* Gets the private '.console.command.assets_install.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_AssetsInstall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
});
}
/**
* Gets the private '.console.command.cache_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_delete.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolDelete_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
});
}
/**
* Gets the private '.console.command.cache_pool_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
});
}
/**
* Gets the private '.console.command.cache_pool_prune.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolPrune_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
});
}
/**
* Gets the private '.console.command.cache_warmup.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheWarmup_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
});
}
/**
* Gets the private '.console.command.config_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
});
}
/**
* Gets the private '.console.command.config_dump_reference.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDumpReference_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
});
}
/**
* Gets the private '.console.command.container_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
});
}
/**
* Gets the private '.console.command.container_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
});
}
/**
* Gets the private '.console.command.debug_autowiring.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DebugAutowiring_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring', false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
});
}
/**
* Gets the private '.console.command.dotenv_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DotenvDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values', false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
});
}
/**
* Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_EventDispatcherDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
});
}
/**
* Gets the private '.console.command.form_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_FormDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information', false, function (): \Symfony\Component\Form\Command\DebugCommand {
return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
});
}
/**
* Gets the private '.console.command.router_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
});
}
/**
* Gets the private '.console.command.router_match.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterMatch_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
});
}
/**
* Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
});
}
/**
* Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
});
}
/**
* Gets the private '.console.command.secrets_generate_key.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsGenerateKey_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
});
}
/**
* Gets the private '.console.command.secrets_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
});
}
/**
* Gets the private '.console.command.secrets_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
});
}
/**
* Gets the private '.console.command.secrets_set.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsSet_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
});
}
/**
* Gets the private '.console.command.translation_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
});
}
/**
* Gets the private '.console.command.translation_extract.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationExtract_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
});
}
/**
* Gets the private '.console.command.translation_pull.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPull_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
});
}
/**
* Gets the private '.console.command.translation_push.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPush_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
});
}
/**
* Gets the private '.console.command.validator_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ValidatorDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, function (): \Symfony\Component\Validator\Command\DebugCommand {
return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
});
}
/**
* Gets the private '.console.command.xliff_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_XliffLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors', false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
});
}
/**
* Gets the private '.console.command.yaml_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_YamlLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
});
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.errored..service_locator.3bwSuy2.App\Entity\Quote' shared service.
*
* @return \App\Entity\Quote
*/
protected function getQuoteService()
{
$this->throw('Cannot autowire service ".service_locator.3bwSuy2": it references class "App\\Entity\\Quote" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4T4EJFR.App\Entity\User' shared service.
*
* @return \App\Entity\User
*/
protected function getUserService()
{
$this->throw('Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7Ow.JEr.App\Entity\QuoteItem' shared service.
*
* @return \App\Entity\QuoteItem
*/
protected function getQuoteItemService()
{
$this->throw('Cannot autowire service ".service_locator.7Ow.JEr": it references class "App\\Entity\\QuoteItem" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8jWXLsY.App\Entity\QBInvoice' shared service.
*
* @return \App\Entity\QBInvoice
*/
protected function getQBInvoiceService()
{
$this->throw('Cannot autowire service ".service_locator.8jWXLsY": it references class "App\\Entity\\QBInvoice" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.AdCtlNn.App\Entity\Quote' shared service.
*
* @return \App\Entity\Quote
*/
protected function getQuote2Service()
{
$this->throw('Cannot autowire service ".service_locator.AdCtlNn": it references class "App\\Entity\\Quote" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ByTI4MJ.App\Entity\CustomerAccount' shared service.
*
* @return \App\Entity\CustomerAccount
*/
protected function getCustomerAccountService()
{
$this->throw('Cannot autowire service ".service_locator.ByTI4MJ": it references class "App\\Entity\\CustomerAccount" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ByTI4MJ.App\Entity\RequestAccess' shared service.
*
* @return \App\Entity\RequestAccess
*/
protected function getRequestAccessService()
{
$this->throw('Cannot autowire service ".service_locator.ByTI4MJ": it references class "App\\Entity\\RequestAccess" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Cd3bNs9.App\Entity\QuoteItem' shared service.
*
* @return \App\Entity\QuoteItem
*/
protected function getQuoteItem2Service()
{
$this->throw('Cannot autowire service ".service_locator.Cd3bNs9": it references class "App\\Entity\\QuoteItem" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Fq8VBVP.App\Entity\QuoteItem' shared service.
*
* @return \App\Entity\QuoteItem
*/
protected function getQuoteItem3Service()
{
$this->throw('Cannot autowire service ".service_locator.Fq8VBVP": it references class "App\\Entity\\QuoteItem" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.I43e85o.App\Entity\Quote' shared service.
*
* @return \App\Entity\Quote
*/
protected function getQuote3Service()
{
$this->throw('Cannot autowire service ".service_locator.I43e85o": it references class "App\\Entity\\Quote" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.IJe2Ntz.App\Entity\RequestAccess' shared service.
*
* @return \App\Entity\RequestAccess
*/
protected function getRequestAccess2Service()
{
$this->throw('Cannot autowire service ".service_locator.IJe2Ntz": it references class "App\\Entity\\RequestAccess" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KDC43Dw.App\Entity\Quote' shared service.
*
* @return \App\Entity\Quote
*/
protected function getQuote4Service()
{
$this->throw('Cannot autowire service ".service_locator.KDC43Dw": it references class "App\\Entity\\Quote" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NwAEq8Z.App\Entity\Quote' shared service.
*
* @return \App\Entity\Quote
*/
protected function getQuote5Service()
{
$this->throw('Cannot autowire service ".service_locator.NwAEq8Z": it references class "App\\Entity\\Quote" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.P_xG4m1.App\Entity\RequestAccess' shared service.
*
* @return \App\Entity\RequestAccess
*/
protected function getRequestAccess3Service()
{
$this->throw('Cannot autowire service ".service_locator.P_xG4m1": it references class "App\\Entity\\RequestAccess" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.SbMnSOR.App\Entity\QuoteItem' shared service.
*
* @return \App\Entity\QuoteItem
*/
protected function getQuoteItem4Service()
{
$this->throw('Cannot autowire service ".service_locator.SbMnSOR": it references class "App\\Entity\\QuoteItem" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.cgamkBF.App\Entity\Quote' shared service.
*
* @return \App\Entity\Quote
*/
protected function getQuote6Service()
{
$this->throw('Cannot autowire service ".service_locator.cgamkBF": it references class "App\\Entity\\Quote" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.hE186AV.App\Entity\Quote' shared service.
*
* @return \App\Entity\Quote
*/
protected function getQuote7Service()
{
$this->throw('Cannot autowire service ".service_locator.hE186AV": it references class "App\\Entity\\Quote" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.hSPE96I.App\Entity\Quote' shared service.
*
* @return \App\Entity\Quote
*/
protected function getQuote8Service()
{
$this->throw('Cannot autowire service ".service_locator.hSPE96I": it references class "App\\Entity\\Quote" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ivN00Nx.App\Entity\CollectionHotel' shared service.
*
* @return \App\Entity\CollectionHotel
*/
protected function getCollectionHotelService()
{
$this->throw('Cannot autowire service ".service_locator.ivN00Nx": it references class "App\\Entity\\CollectionHotel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.jtI7Unb.App\Entity\Reservation' shared service.
*
* @return \App\Entity\Reservation
*/
protected function getReservationService()
{
$this->throw('Cannot autowire service ".service_locator.jtI7Unb": it references class "App\\Entity\\Reservation" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.oBtHX9e.App\Entity\CollectionHotel' shared service.
*
* @return \App\Entity\CollectionHotel
*/
protected function getCollectionHotel2Service()
{
$this->throw('Cannot autowire service ".service_locator.oBtHX9e": it references class "App\\Entity\\CollectionHotel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.oEOYwY_.App\Entity\CustomerAccount' shared service.
*
* @return \App\Entity\CustomerAccount
*/
protected function getCustomerAccount2Service()
{
$this->throw('Cannot autowire service ".service_locator.oEOYwY_": it references class "App\\Entity\\CustomerAccount" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.p8H8y6H.App\Entity\Quote' shared service.
*
* @return \App\Entity\Quote
*/
protected function getQuote9Service()
{
$this->throw('Cannot autowire service ".service_locator.p8H8y6H": it references class "App\\Entity\\Quote" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.rWqBzg..App\Entity\CollectionPage' shared service.
*
* @return \App\Entity\CollectionPage
*/
protected function getCollectionPageService()
{
$this->throw('Cannot autowire service ".service_locator.rWqBzg.": it references class "App\\Entity\\CollectionPage" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.sSBpi57.App\Entity\CustomerAccount' shared service.
*
* @return \App\Entity\CustomerAccount
*/
protected function getCustomerAccount3Service()
{
$this->throw('Cannot autowire service ".service_locator.sSBpi57": it references class "App\\Entity\\CustomerAccount" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.vwHNdkt.DateTime' shared service.
*
* @return \DateTime
*/
protected function get_Errored__ServiceLocator_VwHNdkt_DateTimeService()
{
$this->throw('Cannot autowire service ".service_locator.vwHNdkt": it references class "DateTime" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.wmx4W9M.App\Entity\Quote' shared service.
*
* @return \App\Entity\Quote
*/
protected function getQuote10Service()
{
$this->throw('Cannot autowire service ".service_locator.wmx4W9M": it references class "App\\Entity\\Quote" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
}
/**
* Gets the private '.errored..service_locator.zj6L5.f.DateTime' shared service.
*
* @return \DateTime
*/
protected function get_Errored__ServiceLocator_Zj6L5_F_DateTimeService()
{
$this->throw('Cannot autowire service ".service_locator.zj6L5.f": it references class "DateTime" but no such service exists.');
}
/**
* Gets the private '.maker.auto_command.make_auth.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeAuth_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
});
}
/**
* Gets the private '.maker.auto_command.make_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
});
}
/**
* Gets the private '.maker.auto_command.make_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_crud.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCrud_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
});
}
/**
* Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
});
}
/**
* Gets the private '.maker.auto_command.make_entity.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeEntity_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
});
}
/**
* Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
});
}
/**
* Gets the private '.maker.auto_command.make_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_message.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessage_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
});
}
/**
* Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
});
}
/**
* Gets the private '.maker.auto_command.make_migration.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMigration_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
});
}
/**
* Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
});
}
/**
* Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
});
}
/**
* Gets the private '.maker.auto_command.make_test.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTest_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
});
}
/**
* Gets the private '.maker.auto_command.make_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
});
}
/**
* Gets the private '.maker.auto_command.make_validator.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeValidator_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
});
}
/**
* Gets the private '.maker.auto_command.make_voter.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeVoter_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
});
}
/**
* Gets the private '.monolog.command.server_log.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Monolog_Command_ServerLog_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time', false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
});
}
/**
* Gets the private '.security.command.debug_firewall.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_DebugFirewall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)', false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
});
}
/**
* Gets the private '.security.command.user_password_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password', false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
});
}
/**
* Gets the private '.security.command.user_password_hash.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordHash_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password', false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
});
}
/**
* Gets the private '.service_locator..67qdZ9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__67qdZ9Service()
{
return $this->privates['.service_locator..67qdZ9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quoteItemRepository' => ['privates', 'App\\Repository\\QuoteItemRepository', 'getQuoteItemRepositoryService', false],
], [
'quoteItemRepository' => 'App\\Repository\\QuoteItemRepository',
]);
}
/**
* Gets the private '.service_locator.._TkP7H' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__TkP7HService()
{
return $this->privates['.service_locator.._TkP7H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'qualityControlRepository' => ['privates', 'App\\Repository\\QualityControlRepository', 'getQualityControlRepositoryService', false],
'quoteItemRepository' => ['privates', 'App\\Repository\\QuoteItemRepository', 'getQuoteItemRepositoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'qualityControlRepository' => 'App\\Repository\\QualityControlRepository',
'quoteItemRepository' => 'App\\Repository\\QuoteItemRepository',
]);
}
/**
* Gets the private '.service_locator..mkijE7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__MkijE7Service()
{
return $this->privates['.service_locator..mkijE7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fileApi' => ['privates', 'App\\COREapi\\FileApi', 'getFileApiService', false],
'googleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
'hotel' => ['privates', 'Api\\Entity\\Hotel', 'getHotelService', false],
], [
'fileApi' => 'App\\COREapi\\FileApi',
'googleApi' => 'App\\GoogleAPI\\GoogleApi',
'hotel' => 'Api\\Entity\\Hotel',
]);
}
/**
* Gets the private '.service_locator.04QpiRU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_04QpiRUService()
{
return $this->privates['.service_locator.04QpiRU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'searchLog' => ['privates', 'Api\\Entity\\SearchLog', 'getSearchLogService', false],
], [
'searchLog' => 'Api\\Entity\\SearchLog',
]);
}
/**
* Gets the private '.service_locator.0DaKD2j' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0DaKD2jService()
{
return $this->privates['.service_locator.0DaKD2j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelBed' => ['privates', 'Api\\Entity\\HotelRoomBedType', 'getHotelRoomBedTypeService', false],
], [
'hotelBed' => 'Api\\Entity\\HotelRoomBedType',
]);
}
/**
* Gets the private '.service_locator.0Uuk0vQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0Uuk0vQService()
{
return $this->privates['.service_locator.0Uuk0vQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelRoomRepository' => ['privates', 'Api\\Repository\\HotelRoomRepository', 'getHotelRoomRepositoryService', false],
], [
'hotelRoomRepository' => 'Api\\Repository\\HotelRoomRepository',
]);
}
/**
* Gets the private '.service_locator.27unuT8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_27unuT8Service()
{
return $this->privates['.service_locator.27unuT8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'currency' => ['privates', 'Api\\Entity\\Currency', 'getCurrencyService', false],
], [
'currency' => 'Api\\Entity\\Currency',
]);
}
/**
* Gets the private '.service_locator.3D5IKS.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3D5IKS_Service()
{
return $this->privates['.service_locator.3D5IKS.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'promotion' => ['privates', 'Api\\Entity\\Promotion', 'getPromotionService', false],
], [
'promotion' => 'Api\\Entity\\Promotion',
]);
}
/**
* Gets the private '.service_locator.3GMKAFN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3GMKAFNService()
{
return $this->privates['.service_locator.3GMKAFN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'reservationApi' => ['privates', 'App\\COREapi\\ReservationApi', 'getReservationApiService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'doctrine' => '?',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'reservationApi' => 'App\\COREapi\\ReservationApi',
]);
}
/**
* Gets the private '.service_locator.3TvUbGM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3TvUbGMService()
{
return $this->privates['.service_locator.3TvUbGM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'credential' => ['privates', 'Api\\Entity\\ApiCredential', 'getApiCredentialService', false],
], [
'credential' => 'Api\\Entity\\ApiCredential',
]);
}
/**
* Gets the private '.service_locator.3bwSuy2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3bwSuy2Service()
{
return $this->privates['.service_locator.3bwSuy2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assetsManager' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'quote' => ['privates', '.errored..service_locator.3bwSuy2.App\\Entity\\Quote', NULL, 'Cannot autowire service ".service_locator.3bwSuy2": it references class "App\\Entity\\Quote" but no such service exists.'],
], [
'assetsManager' => '?',
'coreApi' => 'App\\COREapi\\CoreApi',
'quote' => 'App\\Entity\\Quote',
]);
}
/**
* Gets the private '.service_locator.4M3BJXd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4M3BJXdService()
{
return $this->privates['.service_locator.4M3BJXd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assetsManager' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
], [
'assetsManager' => '?',
'coreApi' => 'App\\COREapi\\CoreApi',
]);
}
/**
* Gets the private '.service_locator.4RQ14rI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4RQ14rIService()
{
return $this->privates['.service_locator.4RQ14rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'supplier' => ['privates', 'Api\\Entity\\Supplier', 'getSupplierService', false],
], [
'supplier' => 'Api\\Entity\\Supplier',
]);
}
/**
* Gets the private '.service_locator.4T4EJFR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4T4EJFRService()
{
return $this->privates['.service_locator.4T4EJFR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'user' => ['privates', '.errored..service_locator.4T4EJFR.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.'],
], [
'user' => 'App\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.5dW.jui' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5dW_JuiService()
{
return $this->privates['.service_locator.5dW.jui'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'apiCredentialRepository' => ['privates', 'Api\\Repository\\ApiCredentialRepository', 'getApiCredentialRepositoryService', false],
], [
'apiCredentialRepository' => 'Api\\Repository\\ApiCredentialRepository',
]);
}
/**
* Gets the private '.service_locator.6wU_P3S' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6wUP3SService()
{
return $this->privates['.service_locator.6wU_P3S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'activityGroup' => ['privates', 'Api\\Entity\\ActivityGroup', 'getActivityGroupService', false],
], [
'activityGroup' => 'Api\\Entity\\ActivityGroup',
]);
}
/**
* Gets the private '.service_locator.7HgipzG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7HgipzGService()
{
return $this->privates['.service_locator.7HgipzG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'countryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
], [
'countryRepository' => 'App\\Repository\\CountryRepository',
]);
}
/**
* Gets the private '.service_locator.7Ow.JEr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7Ow_JErService()
{
return $this->privates['.service_locator.7Ow.JEr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'quoteItem' => ['privates', '.errored..service_locator.7Ow.JEr.App\\Entity\\QuoteItem', NULL, 'Cannot autowire service ".service_locator.7Ow.JEr": it references class "App\\Entity\\QuoteItem" but no such service exists.'],
], [
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'quoteItem' => 'App\\Entity\\QuoteItem',
]);
}
/**
* Gets the private '.service_locator.7TZbvvg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7TZbvvgService()
{
return $this->privates['.service_locator.7TZbvvg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelRateRepository' => ['privates', 'Api\\Repository\\HotelRoomRateRepository', 'getHotelRoomRateRepositoryService', false],
], [
'hotelRateRepository' => 'Api\\Repository\\HotelRoomRateRepository',
]);
}
/**
* Gets the private '.service_locator.8jWXLsY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8jWXLsYService()
{
return $this->privates['.service_locator.8jWXLsY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'invoice' => ['privates', '.errored..service_locator.8jWXLsY.App\\Entity\\QBInvoice', NULL, 'Cannot autowire service ".service_locator.8jWXLsY": it references class "App\\Entity\\QBInvoice" but no such service exists.'],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
], [
'invoice' => 'App\\Entity\\QBInvoice',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
]);
}
/**
* Gets the private '.service_locator.8k6brO4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8k6brO4Service()
{
return $this->privates['.service_locator.8k6brO4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'activityRate' => ['privates', 'Api\\Entity\\ActivityRate', 'getActivityRateService', false],
], [
'activityRate' => 'Api\\Entity\\ActivityRate',
]);
}
/**
* Gets the private '.service_locator.9LtdGoK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9LtdGoKService()
{
return $this->privates['.service_locator.9LtdGoK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
], [
'hubSpotAPI' => 'App\\HubSpotAPI\\HubSpotAPI',
]);
}
/**
* Gets the private '.service_locator.9iMSmit' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9iMSmitService()
{
return $this->privates['.service_locator.9iMSmit'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assetsManager' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
], [
'assetsManager' => '?',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
]);
}
/**
* Gets the private '.service_locator.9o_AN0R' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9oAN0RService()
{
return $this->privates['.service_locator.9o_AN0R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encoder' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
], [
'encoder' => '?',
]);
}
/**
* Gets the private '.service_locator.A1QgZzJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A1QgZzJService()
{
return $this->privates['.service_locator.A1QgZzJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assetsManager' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'qbInvoiceRepository' => ['privates', 'App\\Repository\\QBInvoiceRepository', 'getQBInvoiceRepositoryService', false],
], [
'assetsManager' => '?',
'qbInvoiceRepository' => 'App\\Repository\\QBInvoiceRepository',
]);
}
/**
* Gets the private '.service_locator.AdCtlNn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AdCtlNnService()
{
return $this->privates['.service_locator.AdCtlNn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quote' => ['privates', '.errored..service_locator.AdCtlNn.App\\Entity\\Quote', NULL, 'Cannot autowire service ".service_locator.AdCtlNn": it references class "App\\Entity\\Quote" but no such service exists.'],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'hubSpotAPI' => 'App\\HubSpotAPI\\HubSpotAPI',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quote' => 'App\\Entity\\Quote',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.AmGm1O.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AmGm1O_Service()
{
return $this->privates['.service_locator.AmGm1O.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'customerAccountRepository' => ['privates', 'App\\Repository\\CustomerAccountRepository', 'getCustomerAccountRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'customerAccountRepository' => 'App\\Repository\\CustomerAccountRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.ByTI4MJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ByTI4MJService()
{
return $this->privates['.service_locator.ByTI4MJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'countryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
'customerAccount' => ['privates', '.errored..service_locator.ByTI4MJ.App\\Entity\\CustomerAccount', NULL, 'Cannot autowire service ".service_locator.ByTI4MJ": it references class "App\\Entity\\CustomerAccount" but no such service exists.'],
'encoder' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'googleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
'mailer' => ['privates', 'App\\Mailer\\AccountMailer', 'getAccountMailerService', false],
'requestAccess' => ['privates', '.errored..service_locator.ByTI4MJ.App\\Entity\\RequestAccess', NULL, 'Cannot autowire service ".service_locator.ByTI4MJ": it references class "App\\Entity\\RequestAccess" but no such service exists.'],
'stateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
], [
'countryRepository' => 'App\\Repository\\CountryRepository',
'customerAccount' => 'App\\Entity\\CustomerAccount',
'encoder' => '?',
'googleApi' => 'App\\GoogleAPI\\GoogleApi',
'mailer' => 'App\\Mailer\\AccountMailer',
'requestAccess' => 'App\\Entity\\RequestAccess',
'stateRepository' => 'App\\Repository\\StateRepository',
]);
}
/**
* Gets the private '.service_locator.CCYuZnR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CCYuZnRService()
{
return $this->privates['.service_locator.CCYuZnR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fileApi' => ['privates', 'App\\COREapi\\FileApi', 'getFileApiService', false],
'googleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
], [
'fileApi' => 'App\\COREapi\\FileApi',
'googleApi' => 'App\\GoogleAPI\\GoogleApi',
]);
}
/**
* Gets the private '.service_locator.CYTZPUo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CYTZPUoService()
{
return $this->privates['.service_locator.CYTZPUo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transferRate' => ['privates', 'Api\\Entity\\TransferRate', 'getTransferRateService', false],
], [
'transferRate' => 'Api\\Entity\\TransferRate',
]);
}
/**
* Gets the private '.service_locator.C_lhz8_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CLhz8Service()
{
return $this->privates['.service_locator.C_lhz8_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
'stripe' => ['privates', 'App\\Payment\\Stripe', 'getStripeService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'em' => '?',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
'stripe' => 'App\\Payment\\Stripe',
]);
}
/**
* Gets the private '.service_locator.Cd3bNs9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Cd3bNs9Service()
{
return $this->privates['.service_locator.Cd3bNs9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'hubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'parentQuoteItem' => ['privates', '.errored..service_locator.Cd3bNs9.App\\Entity\\QuoteItem', NULL, 'Cannot autowire service ".service_locator.Cd3bNs9": it references class "App\\Entity\\QuoteItem" but no such service exists.'],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'reservationApi' => ['privates', 'App\\COREapi\\ReservationApi', 'getReservationApiService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'hubSpotAPI' => 'App\\HubSpotAPI\\HubSpotAPI',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'parentQuoteItem' => 'App\\Entity\\QuoteItem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'reservationApi' => 'App\\COREapi\\ReservationApi',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
]);
}
/**
* Gets the private '.service_locator.DldDaFN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DldDaFNService()
{
return $this->privates['.service_locator.DldDaFN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mealPlan' => ['privates', 'Api\\Entity\\MealPlan', 'getMealPlanService', false],
], [
'mealPlan' => 'Api\\Entity\\MealPlan',
]);
}
/**
* Gets the private '.service_locator.EYFxSVK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EYFxSVKService()
{
return $this->privates['.service_locator.EYFxSVK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'customerAccountRepository' => ['privates', 'App\\Repository\\CustomerAccountRepository', 'getCustomerAccountRepositoryService', false],
'profileRepository' => ['privates', 'App\\Repository\\ProfileRepository', 'getProfileRepositoryService', false],
], [
'customerAccountRepository' => 'App\\Repository\\CustomerAccountRepository',
'profileRepository' => 'App\\Repository\\ProfileRepository',
]);
}
/**
* Gets the private '.service_locator.FBKBFh9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FBKBFh9Service()
{
return $this->privates['.service_locator.FBKBFh9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transferVehicleRepository' => ['privates', 'Api\\Repository\\TransferVehicleRepository', 'getTransferVehicleRepositoryService', false],
], [
'transferVehicleRepository' => 'Api\\Repository\\TransferVehicleRepository',
]);
}
/**
* Gets the private '.service_locator.FMP64UB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FMP64UBService()
{
return $this->privates['.service_locator.FMP64UB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Controller\\ActivityController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\ActivityController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\ActivityController::detailsAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\ActivityController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\ActivityController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\ActivityController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\ActivityController::indexAction' => ['privates', '.service_locator.OgDM3i1', 'get_ServiceLocator_OgDM3i1Service', false],
'App\\Controller\\ActivityController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\AutocompleteController::autocompleteActivityAjaxAction' => ['privates', '.service_locator.ojZMYqk', 'get_ServiceLocator_OjZMYqkService', false],
'App\\Controller\\AutocompleteController::autocompleteHotelAjaxAction' => ['privates', '.service_locator.ojZMYqk', 'get_ServiceLocator_OjZMYqkService', false],
'App\\Controller\\AutocompleteController::autocompleteTransferAjaxAction' => ['privates', '.service_locator.ojZMYqk', 'get_ServiceLocator_OjZMYqkService', false],
'App\\Controller\\AutocompleteController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\AutocompleteController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\AutocompleteController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\AutocompleteController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\AutocompleteController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\AutocompleteController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::new' => ['privates', '.service_locator.jtI7Unb', 'get_ServiceLocator_JtI7UnbService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::excelReportAction' => ['privates', '.service_locator.fsXvNJ8', 'get_ServiceLocator_FsXvNJ8Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::tableIndexAction' => ['privates', '.service_locator.fsXvNJ8', 'get_ServiceLocator_FsXvNJ8Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::excelReportAction' => ['privates', '.service_locator.A1QgZzJ', 'get_ServiceLocator_A1QgZzJService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::tableIndexAction' => ['privates', '.service_locator.A1QgZzJ', 'get_ServiceLocator_A1QgZzJService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::excelReportAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::tableIndexAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::excelReportAction' => ['privates', '.service_locator._uV7W12', 'get_ServiceLocator_UV7W12Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::tableIndexAction' => ['privates', '.service_locator._uV7W12', 'get_ServiceLocator_UV7W12Service', false],
'App\\Controller\\BackOffice\\BackOfficeController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\BackOfficeController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\BackOfficeController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\BackOfficeController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\BackOfficeController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\BackOfficeController::index' => ['privates', '.service_locator.Q1F27w5', 'get_ServiceLocator_Q1F27w5Service', false],
'App\\Controller\\BackOffice\\BackOfficeController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\BulkController::BulkUser' => ['privates', '.service_locator.Isyi.eu', 'get_ServiceLocator_Isyi_EuService', false],
'App\\Controller\\BackOffice\\BulkController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\BulkController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\BulkController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\BulkController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\BulkController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\BulkController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\CollectionHotelController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\CollectionHotelController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\CollectionHotelController::delete' => ['privates', '.service_locator.ivN00Nx', 'get_ServiceLocator_IvN00NxService', false],
'App\\Controller\\BackOffice\\CollectionHotelController::edit' => ['privates', '.service_locator.ivN00Nx', 'get_ServiceLocator_IvN00NxService', false],
'App\\Controller\\BackOffice\\CollectionHotelController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\CollectionHotelController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\CollectionHotelController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\CollectionHotelController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\CollectionPageController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\CollectionPageController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\CollectionPageController::delete' => ['privates', '.service_locator.rWqBzg.', 'get_ServiceLocator_RWqBzg_Service', false],
'App\\Controller\\BackOffice\\CollectionPageController::edit' => ['privates', '.service_locator.rWqBzg.', 'get_ServiceLocator_RWqBzg_Service', false],
'App\\Controller\\BackOffice\\CollectionPageController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\CollectionPageController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\CollectionPageController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\CollectionPageController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\CountryController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\CountryController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\CountryController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\CountryController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\CountryController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\CountryController::listByEntityCountryPhoneCodeAction' => ['privates', '.service_locator.g5XI93.', 'get_ServiceLocator_G5XI93_Service', false],
'App\\Controller\\BackOffice\\CountryController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\CustomerAccountController::ajaxListAction' => ['privates', '.service_locator.lrVOhnb', 'get_ServiceLocator_LrVOhnbService', false],
'App\\Controller\\BackOffice\\CustomerAccountController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\CustomerAccountController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\CustomerAccountController::customerAccountExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController::delete' => ['privates', '.service_locator.sSBpi57', 'get_ServiceLocator_SSBpi57Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController::deleteLogo' => ['privates', '.service_locator.sSBpi57', 'get_ServiceLocator_SSBpi57Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController::deleteLogoWebsite' => ['privates', '.service_locator.sSBpi57', 'get_ServiceLocator_SSBpi57Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController::doCreation' => ['privates', '.service_locator.GeDD270', 'get_ServiceLocator_GeDD270Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController::edit' => ['privates', '.service_locator.oEOYwY_', 'get_ServiceLocator_OEOYwYService', false],
'App\\Controller\\BackOffice\\CustomerAccountController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\CustomerAccountController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\CustomerAccountController::new' => ['privates', '.service_locator.GeDD270', 'get_ServiceLocator_GeDD270Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController::profileListByCustomerAccountAction' => ['privates', '.service_locator.EYFxSVK', 'get_ServiceLocator_EYFxSVKService', false],
'App\\Controller\\BackOffice\\CustomerAccountController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\CustomerAccountController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\FormAjaxController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\FormAjaxController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\FormAjaxController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\FormAjaxController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\FormAjaxController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\FormAjaxController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\LogController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\LogController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\LogController::detailModal' => ['privates', '.service_locator.GOdzyaH', 'get_ServiceLocator_GOdzyaHService', false],
'App\\Controller\\BackOffice\\LogController::excelReportAction' => ['privates', '.service_locator.mCp8r_0', 'get_ServiceLocator_MCp8r0Service', false],
'App\\Controller\\BackOffice\\LogController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\LogController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\LogController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\LogController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\MyQuoteController::addMyQuotes' => ['privates', '.service_locator.HigUMU9', 'get_ServiceLocator_HigUMU9Service', false],
'App\\Controller\\BackOffice\\MyQuoteController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\MyQuoteController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\MyQuoteController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\MyQuoteController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\MyQuoteController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\MyQuoteController::myQuoteModalAction' => ['privates', '.service_locator.HigUMU9', 'get_ServiceLocator_HigUMU9Service', false],
'App\\Controller\\BackOffice\\MyQuoteController::removeMyQuotes' => ['privates', '.service_locator.HigUMU9', 'get_ServiceLocator_HigUMU9Service', false],
'App\\Controller\\BackOffice\\MyQuoteController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\NotificationController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\NotificationController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\NotificationController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\NotificationController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\NotificationController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\NotificationController::index' => ['privates', '.service_locator.N.Sd_2o', 'get_ServiceLocator_N_Sd2oService', false],
'App\\Controller\\BackOffice\\NotificationController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController::hotelConfirmationCancelAction' => ['privates', '.service_locator.3GMKAFN', 'get_ServiceLocator_3GMKAFNService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController::hotelConfirmationNumberAction' => ['privates', '.service_locator.Y.lVXuG', 'get_ServiceLocator_Y_LVXuGService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController::hotelRefuseOnRequestAction' => ['privates', '.service_locator.Y.lVXuG', 'get_ServiceLocator_Y_LVXuGService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController::transferConfirmationNumberAction' => ['privates', '.service_locator.VkFB4hc', 'get_ServiceLocator_VkFB4hcService', false],
'App\\Controller\\BackOffice\\QualityControlController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\QualityControlController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\QualityControlController::editOrCreateAction' => ['privates', '.service_locator.._TkP7H', 'get_ServiceLocator__TkP7HService', false],
'App\\Controller\\BackOffice\\QualityControlController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\QualityControlController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\QualityControlController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\QualityControlController::indexAction' => ['privates', '.service_locator.maUAczR', 'get_ServiceLocator_MaUAczRService', false],
'App\\Controller\\BackOffice\\QualityControlController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\QuoteController::bookAction' => ['privates', '.service_locator.Fq8VBVP', 'get_ServiceLocator_Fq8VBVPService', false],
'App\\Controller\\BackOffice\\QuoteController::bookAllAction' => ['privates', '.service_locator.p.HYbMd', 'get_ServiceLocator_P_HYbMdService', false],
'App\\Controller\\BackOffice\\QuoteController::buildQuote' => ['privates', '.service_locator.hE186AV', 'get_ServiceLocator_HE186AVService', false],
'App\\Controller\\BackOffice\\QuoteController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\QuoteController::cancelAllAction' => ['privates', '.service_locator.yUECDqv', 'get_ServiceLocator_YUECDqvService', false],
'App\\Controller\\BackOffice\\QuoteController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\QuoteController::delete' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\QuoteController::doCancelAllAction' => ['privates', '.service_locator.ti_jdNm', 'get_ServiceLocator_TiJdNmService', false],
'App\\Controller\\BackOffice\\QuoteController::duplicateAction' => ['privates', '.service_locator.wmx4W9M', 'get_ServiceLocator_Wmx4W9MService', false],
'App\\Controller\\BackOffice\\QuoteController::duplicateNewDateAction' => ['privates', '.service_locator.p.HYbMd', 'get_ServiceLocator_P_HYbMdService', false],
'App\\Controller\\BackOffice\\QuoteController::edit' => ['privates', '.service_locator.AdCtlNn', 'get_ServiceLocator_AdCtlNnService', false],
'App\\Controller\\BackOffice\\QuoteController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\QuoteController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\QuoteController::getQuoteItemsForQuoteScreen' => ['privates', '.service_locator.wmx4W9M', 'get_ServiceLocator_Wmx4W9MService', false],
'App\\Controller\\BackOffice\\QuoteController::getQuoteSuggestions' => ['privates', '.service_locator.KDC43Dw', 'get_ServiceLocator_KDC43DwService', false],
'App\\Controller\\BackOffice\\QuoteController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\QuoteController::lostAction' => ['privates', '.service_locator.pec4jJU', 'get_ServiceLocator_Pec4jJUService', false],
'App\\Controller\\BackOffice\\QuoteController::new' => ['privates', '.service_locator.IM.Q.yJ', 'get_ServiceLocator_IM_Q_YJService', false],
'App\\Controller\\BackOffice\\QuoteController::quoteExcelReportAction' => ['privates', '.service_locator._uV7W12', 'get_ServiceLocator_UV7W12Service', false],
'App\\Controller\\BackOffice\\QuoteController::quoteItemsSortedAction' => ['privates', '.service_locator.pB852jv', 'get_ServiceLocator_PB852jvService', false],
'App\\Controller\\BackOffice\\QuoteController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\QuoteController::tableIndexAction' => ['privates', '.service_locator._uV7W12', 'get_ServiceLocator_UV7W12Service', false],
'App\\Controller\\BackOffice\\QuoteController::voidInvoice' => ['privates', '.service_locator.ti_jdNm', 'get_ServiceLocator_TiJdNmService', false],
'App\\Controller\\BackOffice\\QuoteItemController::SetQcAgent' => ['privates', '.service_locator.T.OoY_m', 'get_ServiceLocator_T_OoYMService', false],
'App\\Controller\\BackOffice\\QuoteItemController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\QuoteItemController::changeQuoteAction' => ['privates', '.service_locator..67qdZ9', 'get_ServiceLocator__67qdZ9Service', false],
'App\\Controller\\BackOffice\\QuoteItemController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\QuoteItemController::customizeRates' => ['privates', '.service_locator.See6KsQ', 'get_ServiceLocator_See6KsQService', false],
'App\\Controller\\BackOffice\\QuoteItemController::duplicateQuoteItem' => ['privates', '.service_locator.NZlkikH', 'get_ServiceLocator_NZlkikHService', false],
'App\\Controller\\BackOffice\\QuoteItemController::edit' => ['privates', '.service_locator.qtxY4Bi', 'get_ServiceLocator_QtxY4BiService', false],
'App\\Controller\\BackOffice\\QuoteItemController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\QuoteItemController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\QuoteItemController::getPaymentStatus' => ['privates', '.service_locator.7Ow.JEr', 'get_ServiceLocator_7Ow_JErService', false],
'App\\Controller\\BackOffice\\QuoteItemController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\QuoteItemController::newActivity' => ['privates', '.service_locator.NwAEq8Z', 'get_ServiceLocator_NwAEq8ZService', false],
'App\\Controller\\BackOffice\\QuoteItemController::newCarRental' => ['privates', '.service_locator.NwAEq8Z', 'get_ServiceLocator_NwAEq8ZService', false],
'App\\Controller\\BackOffice\\QuoteItemController::newHotelService' => ['privates', '.service_locator.Cd3bNs9', 'get_ServiceLocator_Cd3bNs9Service', false],
'App\\Controller\\BackOffice\\QuoteItemController::newTransfer' => ['privates', '.service_locator.NwAEq8Z', 'get_ServiceLocator_NwAEq8ZService', false],
'App\\Controller\\BackOffice\\QuoteItemController::newVilla' => ['privates', '.service_locator.NwAEq8Z', 'get_ServiceLocator_NwAEq8ZService', false],
'App\\Controller\\BackOffice\\QuoteItemController::quoteItemsNameUpdateAction' => ['privates', '.service_locator.HigUMU9', 'get_ServiceLocator_HigUMU9Service', false],
'App\\Controller\\BackOffice\\QuoteItemController::quoteItemsSortUpdateAction' => ['privates', '.service_locator..67qdZ9', 'get_ServiceLocator__67qdZ9Service', false],
'App\\Controller\\BackOffice\\QuoteItemController::removeQuoteItem' => ['privates', '.service_locator.9LtdGoK', 'get_ServiceLocator_9LtdGoKService', false],
'App\\Controller\\BackOffice\\QuoteItemController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\QuoteItemController::setHideOrVisibleBatchQuoteItem' => ['privates', '.service_locator.G6YxggY', 'get_ServiceLocator_G6YxggYService', false],
'App\\Controller\\BackOffice\\QuoteItemController::setHideOrVisibleQuoteItem' => ['privates', '.service_locator.9LtdGoK', 'get_ServiceLocator_9LtdGoKService', false],
'App\\Controller\\BackOffice\\ReportController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\ReportController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\ReportController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\ReportController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\ReportController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\ReportController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController::excelReportAction' => ['privates', '.service_locator.3bwSuy2', 'get_ServiceLocator_3bwSuy2Service', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController::excelReportAction' => ['privates', '.service_locator.A1QgZzJ', 'get_ServiceLocator_A1QgZzJService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController::tableIndexAction' => ['privates', '.service_locator.A1QgZzJ', 'get_ServiceLocator_A1QgZzJService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController::excelReportAction' => ['privates', '.service_locator.3bwSuy2', 'get_ServiceLocator_3bwSuy2Service', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController::profitPreviewReportAction' => ['privates', '.service_locator.wmx4W9M', 'get_ServiceLocator_Wmx4W9MService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\RequestAccessController::approveOrRefuseRequestAccess' => ['privates', '.service_locator.IJe2Ntz', 'get_ServiceLocator_IJe2NtzService', false],
'App\\Controller\\BackOffice\\RequestAccessController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\RequestAccessController::checkDuplicateCustomerAccountModalAction' => ['privates', '.service_locator.uQEeI0v', 'get_ServiceLocator_UQEeI0vService', false],
'App\\Controller\\BackOffice\\RequestAccessController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\RequestAccessController::doCreation' => ['privates', '.service_locator.ByTI4MJ', 'get_ServiceLocator_ByTI4MJService', false],
'App\\Controller\\BackOffice\\RequestAccessController::excelReportRequestAccessAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\RequestAccessController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\RequestAccessController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\RequestAccessController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\RequestAccessController::refuseRequestAccess' => ['privates', '.service_locator.P_xG4m1', 'get_ServiceLocator_PXG4m1Service', false],
'App\\Controller\\BackOffice\\RequestAccessController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\UserController::agentListByCustomerAccountAction' => ['privates', '.service_locator.AmGm1O.', 'get_ServiceLocator_AmGm1O_Service', false],
'App\\Controller\\BackOffice\\UserController::agentPossibleHelperListByQuoteAction' => ['privates', '.service_locator.vNzx14o', 'get_ServiceLocator_VNzx14oService', false],
'App\\Controller\\BackOffice\\UserController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\UserController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\UserController::delete' => ['privates', '.service_locator.4T4EJFR', 'get_ServiceLocator_4T4EJFRService', false],
'App\\Controller\\BackOffice\\UserController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\UserController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\UserController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\UserController::new' => ['privates', '.service_locator.or7iLHH', 'get_ServiceLocator_Or7iLHHService', false],
'App\\Controller\\BackOffice\\UserController::profile' => ['privates', '.service_locator.9o_AN0R', 'get_ServiceLocator_9oAN0RService', false],
'App\\Controller\\BackOffice\\UserController::sendCreationEmail' => ['privates', '.service_locator.WXiL8Pw', 'get_ServiceLocator_WXiL8PwService', false],
'App\\Controller\\BackOffice\\UserController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\UserController::show' => ['privates', '.service_locator.4T4EJFR', 'get_ServiceLocator_4T4EJFRService', false],
'App\\Controller\\BackOffice\\UserController::userExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\WebhooksController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\WebhooksController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\WebhooksController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\WebhooksController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\WebhooksController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\WebhooksController::indexStripe' => ['privates', '.service_locator.WyyBKDM', 'get_ServiceLocator_WyyBKDMService', false],
'App\\Controller\\BackOffice\\WebhooksController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CarRentalController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CarRentalController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CarRentalController::detail' => ['privates', '.service_locator.7HgipzG', 'get_ServiceLocator_7HgipzGService', false],
'App\\Controller\\CarRentalController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CarRentalController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CarRentalController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CarRentalController::search' => ['privates', '.service_locator.7HgipzG', 'get_ServiceLocator_7HgipzGService', false],
'App\\Controller\\CarRentalController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CheckoutController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CheckoutController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CheckoutController::checkoutAction2' => ['privates', '.service_locator.C_lhz8_', 'get_ServiceLocator_CLhz8Service', false],
'App\\Controller\\CheckoutController::checkoutStripePaymentActionModal' => ['privates', '.service_locator.QqzZyrs', 'get_ServiceLocator_QqzZyrsService', false],
'App\\Controller\\CheckoutController::createStripeForm' => ['privates', '.service_locator.Keca2DK', 'get_ServiceLocator_Keca2DKService', false],
'App\\Controller\\CheckoutController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CheckoutController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CheckoutController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CheckoutController::indexStripeAction' => ['privates', '.service_locator.HJFvT3J', 'get_ServiceLocator_HJFvT3JService', false],
'App\\Controller\\CheckoutController::makePayment' => ['privates', '.service_locator.N2i659J', 'get_ServiceLocator_N2i659JService', false],
'App\\Controller\\CheckoutController::payLaterCheckout' => ['privates', '.service_locator.toGLiUc', 'get_ServiceLocator_ToGLiUcService', false],
'App\\Controller\\CheckoutController::saveCheckoutNames' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'App\\Controller\\CheckoutController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\ActivityController::activityExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ActivityController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\ActivityController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\ActivityController::delete' => ['privates', '.service_locator.q18rcRp', 'get_ServiceLocator_Q18rcRpService', false],
'App\\Controller\\CoreOffice\\ActivityController::edit' => ['privates', '.service_locator.q18rcRp', 'get_ServiceLocator_Q18rcRpService', false],
'App\\Controller\\CoreOffice\\ActivityController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\ActivityController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ActivityController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\ActivityController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\ActivityController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController::delete' => ['privates', '.service_locator.IWpzQuA', 'get_ServiceLocator_IWpzQuAService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController::edit' => ['privates', '.service_locator.IWpzQuA', 'get_ServiceLocator_IWpzQuAService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController::index' => ['privates', '.service_locator.q5WBIft', 'get_ServiceLocator_Q5WBIftService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController::view' => ['privates', '.service_locator.IWpzQuA', 'get_ServiceLocator_IWpzQuAService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController::delete' => ['privates', '.service_locator.6wU_P3S', 'get_ServiceLocator_6wUP3SService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController::edit' => ['privates', '.service_locator.6wU_P3S', 'get_ServiceLocator_6wUP3SService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController::index' => ['privates', '.service_locator.l_D8uX3', 'get_ServiceLocator_LD8uX3Service', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController::view' => ['privates', '.service_locator.6wU_P3S', 'get_ServiceLocator_6wUP3SService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController::delete' => ['privates', '.service_locator.8k6brO4', 'get_ServiceLocator_8k6brO4Service', false],
'App\\Controller\\CoreOffice\\Activity\\RateController::edit' => ['privates', '.service_locator.8k6brO4', 'get_ServiceLocator_8k6brO4Service', false],
'App\\Controller\\CoreOffice\\Activity\\RateController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Activity\\RateController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController::index' => ['privates', '.service_locator.beYpJCl', 'get_ServiceLocator_BeYpJClService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController::view' => ['privates', '.service_locator.8k6brO4', 'get_ServiceLocator_8k6brO4Service', false],
'App\\Controller\\CoreOffice\\AjaxController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\AjaxController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\AjaxController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\AjaxController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\AjaxController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\AjaxController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CityController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\CityController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\CityController::cityExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CityController::delete' => ['privates', '.service_locator.t1Fud3j', 'get_ServiceLocator_T1Fud3jService', false],
'App\\Controller\\CoreOffice\\CityController::edit' => ['privates', '.service_locator.t1Fud3j', 'get_ServiceLocator_T1Fud3jService', false],
'App\\Controller\\CoreOffice\\CityController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\CityController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CityController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\CityController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CityController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CoreOfficeController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\CoreOfficeController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\CoreOfficeController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\CoreOfficeController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CoreOfficeController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\CoreOfficeController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CountryController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\CountryController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\CountryController::countryExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CountryController::delete' => ['privates', '.service_locator.RoU640d', 'get_ServiceLocator_RoU640dService', false],
'App\\Controller\\CoreOffice\\CountryController::edit' => ['privates', '.service_locator.RoU640d', 'get_ServiceLocator_RoU640dService', false],
'App\\Controller\\CoreOffice\\CountryController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\CountryController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CountryController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\CountryController::listByEntityAction' => ['privates', '.service_locator.bDQq3Dt', 'get_ServiceLocator_BDQq3DtService', false],
'App\\Controller\\CoreOffice\\CountryController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CountryController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CredentialController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\CredentialController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\CredentialController::deactivate' => ['privates', '.service_locator.Rk_Y2Go', 'get_ServiceLocator_RkY2GoService', false],
'App\\Controller\\CoreOffice\\CredentialController::delete' => ['privates', '.service_locator.3TvUbGM', 'get_ServiceLocator_3TvUbGMService', false],
'App\\Controller\\CoreOffice\\CredentialController::edit' => ['privates', '.service_locator.UIpSmKB', 'get_ServiceLocator_UIpSmKBService', false],
'App\\Controller\\CoreOffice\\CredentialController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\CredentialController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CredentialController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\CredentialController::index' => ['privates', '.service_locator.5dW.jui', 'get_ServiceLocator_5dW_JuiService', false],
'App\\Controller\\CoreOffice\\CredentialController::new' => ['privates', '.service_locator.Isyi.eu', 'get_ServiceLocator_Isyi_EuService', false],
'App\\Controller\\CoreOffice\\CredentialController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CredentialController::view' => ['privates', '.service_locator.3TvUbGM', 'get_ServiceLocator_3TvUbGMService', false],
'App\\Controller\\CoreOffice\\CurrencyController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\CurrencyController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\CurrencyController::currencyExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CurrencyController::delete' => ['privates', '.service_locator.27unuT8', 'get_ServiceLocator_27unuT8Service', false],
'App\\Controller\\CoreOffice\\CurrencyController::edit' => ['privates', '.service_locator.27unuT8', 'get_ServiceLocator_27unuT8Service', false],
'App\\Controller\\CoreOffice\\CurrencyController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\CurrencyController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CurrencyController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\CurrencyController::listByEntityAction' => ['privates', '.service_locator.ylu0EIe', 'get_ServiceLocator_Ylu0EIeService', false],
'App\\Controller\\CoreOffice\\CurrencyController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CurrencyController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\HotelController::checkDuplicateHotelModalAction' => ['privates', '.service_locator.tO_gPpO', 'get_ServiceLocator_TOGPpOService', false],
'App\\Controller\\CoreOffice\\HotelController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\HotelController::delete' => ['privates', '.service_locator.XhrQ.VT', 'get_ServiceLocator_XhrQ_VTService', false],
'App\\Controller\\CoreOffice\\HotelController::deleteImage' => ['privates', '.service_locator.bNnvXBS', 'get_ServiceLocator_BNnvXBSService', false],
'App\\Controller\\CoreOffice\\HotelController::edit' => ['privates', '.service_locator..mkijE7', 'get_ServiceLocator__MkijE7Service', false],
'App\\Controller\\CoreOffice\\HotelController::editImage' => ['privates', '.service_locator.TG.kuvk', 'get_ServiceLocator_TG_KuvkService', false],
'App\\Controller\\CoreOffice\\HotelController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\HotelController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\HotelController::hotelExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelController::hotelImagesSortUpdateAction' => ['privates', '.service_locator.TG.kuvk', 'get_ServiceLocator_TG_KuvkService', false],
'App\\Controller\\CoreOffice\\HotelController::hotelListJsonAction' => ['privates', '.service_locator.IrWFpfs', 'get_ServiceLocator_IrWFpfsService', false],
'App\\Controller\\CoreOffice\\HotelController::new' => ['privates', '.service_locator.CCYuZnR', 'get_ServiceLocator_CCYuZnRService', false],
'App\\Controller\\CoreOffice\\HotelController::refreshPayOnSiteFee' => ['privates', '.service_locator.TG.kuvk', 'get_ServiceLocator_TG_KuvkService', false],
'App\\Controller\\CoreOffice\\HotelController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\HotelController::show' => ['privates', '.service_locator.CCYuZnR', 'get_ServiceLocator_CCYuZnRService', false],
'App\\Controller\\CoreOffice\\HotelController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelController::uploadImage' => ['privates', '.service_locator.WRyIR_m', 'get_ServiceLocator_WRyIRMService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController::activateDerbysoft' => ['privates', '.service_locator.p3Hrdn8', 'get_ServiceLocator_P3Hrdn8Service', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController::delete' => ['privates', '.service_locator.QbzZxGR', 'get_ServiceLocator_QbzZxGRService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController::edit' => ['privates', '.service_locator.QbzZxGR', 'get_ServiceLocator_QbzZxGRService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController::new' => ['privates', '.service_locator.XhrQ.VT', 'get_ServiceLocator_XhrQ_VTService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::delete' => ['privates', '.service_locator.QbzZxGR', 'get_ServiceLocator_QbzZxGRService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::edit' => ['privates', '.service_locator.wE74Fiy', 'get_ServiceLocator_WE74FiyService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::new' => ['privates', '.service_locator.wE74Fiy', 'get_ServiceLocator_WE74FiyService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::newStatic' => ['privates', '.service_locator.Y9jTYW4', 'get_ServiceLocator_Y9jTYW4Service', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::delete' => ['privates', '.service_locator.c1zy3rb', 'get_ServiceLocator_C1zy3rbService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::edit' => ['privates', '.service_locator.c1zy3rb', 'get_ServiceLocator_C1zy3rbService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::index' => ['privates', '.service_locator.Pa5vJ0p', 'get_ServiceLocator_Pa5vJ0pService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::view' => ['privates', '.service_locator.c1zy3rb', 'get_ServiceLocator_C1zy3rbService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::availabilityLogResponseModal' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::downloadFileAjax' => ['privates', '.service_locator.04QpiRU', 'get_ServiceLocator_04QpiRUService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController::delete' => ['privates', '.service_locator.0DaKD2j', 'get_ServiceLocator_0DaKD2jService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController::edit' => ['privates', '.service_locator.0DaKD2j', 'get_ServiceLocator_0DaKD2jService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController::index' => ['privates', '.service_locator.G_w0vsm', 'get_ServiceLocator_GW0vsmService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController::view' => ['privates', '.service_locator.0DaKD2j', 'get_ServiceLocator_0DaKD2jService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::delete' => ['privates', '.service_locator.oaBAOc7', 'get_ServiceLocator_OaBAOc7Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::edit' => ['privates', '.service_locator.oaBAOc7', 'get_ServiceLocator_OaBAOc7Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::index' => ['privates', '.service_locator.7TZbvvg', 'get_ServiceLocator_7TZbvvgService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::new' => ['privates', '.service_locator.Y9jTYW4', 'get_ServiceLocator_Y9jTYW4Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController::view' => ['privates', '.service_locator.oaBAOc7', 'get_ServiceLocator_OaBAOc7Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::delete' => ['privates', '.service_locator.Y9jTYW4', 'get_ServiceLocator_Y9jTYW4Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::edit' => ['privates', '.service_locator.Y9jTYW4', 'get_ServiceLocator_Y9jTYW4Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::index' => ['privates', '.service_locator.0Uuk0vQ', 'get_ServiceLocator_0Uuk0vQService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::new' => ['privates', '.service_locator.XhrQ.VT', 'get_ServiceLocator_XhrQ_VTService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController::view' => ['privates', '.service_locator.Y9jTYW4', 'get_ServiceLocator_Y9jTYW4Service', false],
'App\\Controller\\CoreOffice\\MealPlanController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\MealPlanController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\MealPlanController::delete' => ['privates', '.service_locator.DldDaFN', 'get_ServiceLocator_DldDaFNService', false],
'App\\Controller\\CoreOffice\\MealPlanController::edit' => ['privates', '.service_locator.DldDaFN', 'get_ServiceLocator_DldDaFNService', false],
'App\\Controller\\CoreOffice\\MealPlanController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\MealPlanController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\MealPlanController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\MealPlanController::mealPlanExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\MealPlanController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\MealPlanController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ProfileController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\ProfileController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\ProfileController::delete' => ['privates', '.service_locator.QiPh4gl', 'get_ServiceLocator_QiPh4glService', false],
'App\\Controller\\CoreOffice\\ProfileController::edit' => ['privates', '.service_locator.QiPh4gl', 'get_ServiceLocator_QiPh4glService', false],
'App\\Controller\\CoreOffice\\ProfileController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\ProfileController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ProfileController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\ProfileController::index' => ['privates', '.service_locator.a6dTnQQ', 'get_ServiceLocator_A6dTnQQService', false],
'App\\Controller\\CoreOffice\\ProfileController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\ProfileController::view' => ['privates', '.service_locator.QiPh4gl', 'get_ServiceLocator_QiPh4glService', false],
'App\\Controller\\CoreOffice\\PromotionController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\PromotionController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\PromotionController::delete' => ['privates', '.service_locator.3D5IKS.', 'get_ServiceLocator_3D5IKS_Service', false],
'App\\Controller\\CoreOffice\\PromotionController::edit' => ['privates', '.service_locator.3D5IKS.', 'get_ServiceLocator_3D5IKS_Service', false],
'App\\Controller\\CoreOffice\\PromotionController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\PromotionController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\PromotionController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\PromotionController::promotionExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\PromotionController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\PromotionController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\RoleController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\RoleController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\RoleController::delete' => ['privates', '.service_locator.MmxTsoS', 'get_ServiceLocator_MmxTsoSService', false],
'App\\Controller\\CoreOffice\\RoleController::edit' => ['privates', '.service_locator.MmxTsoS', 'get_ServiceLocator_MmxTsoSService', false],
'App\\Controller\\CoreOffice\\RoleController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\RoleController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\RoleController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\RoleController::index' => ['privates', '.service_locator.ZEvbTGw', 'get_ServiceLocator_ZEvbTGwService', false],
'App\\Controller\\CoreOffice\\RoleController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\RoleController::view' => ['privates', '.service_locator.MmxTsoS', 'get_ServiceLocator_MmxTsoSService', false],
'App\\Controller\\CoreOffice\\StateController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\StateController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\StateController::delete' => ['privates', '.service_locator.zuv01Ef', 'get_ServiceLocator_Zuv01EfService', false],
'App\\Controller\\CoreOffice\\StateController::edit' => ['privates', '.service_locator.zuv01Ef', 'get_ServiceLocator_Zuv01EfService', false],
'App\\Controller\\CoreOffice\\StateController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\StateController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\StateController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\StateController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\StateController::stateExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\StateController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\SupplierController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\SupplierController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\SupplierController::delete' => ['privates', '.service_locator.4RQ14rI', 'get_ServiceLocator_4RQ14rIService', false],
'App\\Controller\\CoreOffice\\SupplierController::edit' => ['privates', '.service_locator.Hw2bIyz', 'get_ServiceLocator_Hw2bIyzService', false],
'App\\Controller\\CoreOffice\\SupplierController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\SupplierController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\SupplierController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\SupplierController::new' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\SupplierController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\SupplierController::show' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\SupplierController::supplierExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\SupplierController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\TransferController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\TransferController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\TransferController::delete' => ['privates', '.service_locator.xKYJgnW', 'get_ServiceLocator_XKYJgnWService', false],
'App\\Controller\\CoreOffice\\TransferController::edit' => ['privates', '.service_locator.xKYJgnW', 'get_ServiceLocator_XKYJgnWService', false],
'App\\Controller\\CoreOffice\\TransferController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\TransferController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\TransferController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\TransferController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\TransferController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\TransferController::transferExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController::delete' => ['privates', '.service_locator.ZeKO0yc', 'get_ServiceLocator_ZeKO0ycService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController::edit' => ['privates', '.service_locator.ZeKO0yc', 'get_ServiceLocator_ZeKO0ycService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController::index' => ['privates', '.service_locator.VPmuI1_', 'get_ServiceLocator_VPmuI1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController::view' => ['privates', '.service_locator.ZeKO0yc', 'get_ServiceLocator_ZeKO0ycService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController::delete' => ['privates', '.service_locator.L6PW75e', 'get_ServiceLocator_L6PW75eService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController::edit' => ['privates', '.service_locator.L6PW75e', 'get_ServiceLocator_L6PW75eService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController::index' => ['privates', '.service_locator.L6VXmVr', 'get_ServiceLocator_L6VXmVrService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController::view' => ['privates', '.service_locator.L6PW75e', 'get_ServiceLocator_L6PW75eService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController::delete' => ['privates', '.service_locator.CYTZPUo', 'get_ServiceLocator_CYTZPUoService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController::edit' => ['privates', '.service_locator.CYTZPUo', 'get_ServiceLocator_CYTZPUoService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController::index' => ['privates', '.service_locator.qUdzeFY', 'get_ServiceLocator_QUdzeFYService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController::view' => ['privates', '.service_locator.CYTZPUo', 'get_ServiceLocator_CYTZPUoService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::delete' => ['privates', '.service_locator.UaP06V8', 'get_ServiceLocator_UaP06V8Service', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::edit' => ['privates', '.service_locator.UaP06V8', 'get_ServiceLocator_UaP06V8Service', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::index' => ['privates', '.service_locator.FBKBFh9', 'get_ServiceLocator_FBKBFh9Service', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::view' => ['privates', '.service_locator.UaP06V8', 'get_ServiceLocator_UaP06V8Service', false],
'App\\Controller\\CoreOffice\\ZipCodeController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\ZipCodeController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\ZipCodeController::delete' => ['privates', '.service_locator.vhH_9Lo', 'get_ServiceLocator_VhH9LoService', false],
'App\\Controller\\CoreOffice\\ZipCodeController::edit' => ['privates', '.service_locator.vhH_9Lo', 'get_ServiceLocator_VhH9LoService', false],
'App\\Controller\\CoreOffice\\ZipCodeController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\ZipCodeController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ZipCodeController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\ZipCodeController::listByEntityAction' => ['privates', '.service_locator.LjU92wr', 'get_ServiceLocator_LjU92wrService', false],
'App\\Controller\\CoreOffice\\ZipCodeController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\ZipCodeController::tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ZipCodeController::zipcodeExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CreditNoteController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CreditNoteController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CreditNoteController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CreditNoteController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CreditNoteController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CreditNoteController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\FormAjaxController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\FormAjaxController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\FormAjaxController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\FormAjaxController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\FormAjaxController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\FormAjaxController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\HomeController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\HomeController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\HomeController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\HomeController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\HomeController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\HomeController::indexAction' => ['privates', '.service_locator.u3d.ing', 'get_ServiceLocator_U3d_IngService', false],
'App\\Controller\\HomeController::loginAction' => ['privates', '.service_locator.7HgipzG', 'get_ServiceLocator_7HgipzGService', false],
'App\\Controller\\HomeController::noRatesRequestFormAction' => ['privates', '.service_locator.I7y7LcW', 'get_ServiceLocator_I7y7LcWService', false],
'App\\Controller\\HomeController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\HotelController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\HotelController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\HotelController::getAjaxAvailability' => ['privates', '.service_locator.OgDM3i1', 'get_ServiceLocator_OgDM3i1Service', false],
'App\\Controller\\HotelController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\HotelController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\HotelController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\HotelController::hotelPriceComparison' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\HotelController::hotelRoomsByProductIdAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\HotelController::indexAction' => ['privates', '.service_locator.OgDM3i1', 'get_ServiceLocator_OgDM3i1Service', false],
'App\\Controller\\HotelController::roomAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\HotelController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\InvoiceController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\InvoiceController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\InvoiceController::createIB' => ['privates', '.service_locator.cgamkBF', 'get_ServiceLocator_CgamkBFService', false],
'App\\Controller\\InvoiceController::domPDFGen' => ['privates', '.service_locator.9iMSmit', 'get_ServiceLocator_9iMSmitService', false],
'App\\Controller\\InvoiceController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\InvoiceController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\InvoiceController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\InvoiceController::newInvoice' => ['privates', '.service_locator.p8H8y6H', 'get_ServiceLocator_P8H8y6HService', false],
'App\\Controller\\InvoiceController::pdfCustomInvoice' => ['privates', '.service_locator.9iMSmit', 'get_ServiceLocator_9iMSmitService', false],
'App\\Controller\\InvoiceController::pdfInvoice' => ['privates', '.service_locator._BFxT0.', 'get_ServiceLocator_BFxT0_Service', false],
'App\\Controller\\InvoiceController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\InvoiceController::voidInvoice' => ['privates', '.service_locator.8jWXLsY', 'get_ServiceLocator_8jWXLsYService', false],
'App\\Controller\\LoginController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\LoginController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\LoginController::forgotPassword' => ['privates', '.service_locator.K03uUWw', 'get_ServiceLocator_K03uUWwService', false],
'App\\Controller\\LoginController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\LoginController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\LoginController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\LoginController::login' => ['privates', '.service_locator.TErLdlc', 'get_ServiceLocator_TErLdlcService', false],
'App\\Controller\\LoginController::requestAccess' => ['privates', '.service_locator.X0sX3MF', 'get_ServiceLocator_X0sX3MFService', false],
'App\\Controller\\LoginController::resetPassword' => ['privates', '.service_locator.Isyi.eu', 'get_ServiceLocator_Isyi_EuService', false],
'App\\Controller\\LoginController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\PromoController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\PromoController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\PromoController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\PromoController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\PromoController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\PromoController::hotelIndexAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\PromoController::hotelPageAction' => ['privates', '.service_locator.oBtHX9e', 'get_ServiceLocator_OBtHX9eService', false],
'App\\Controller\\PromoController::requestFormAction' => ['privates', '.service_locator.I7y7LcW', 'get_ServiceLocator_I7y7LcWService', false],
'App\\Controller\\PromoController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\RequestAccessController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\RequestAccessController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\RequestAccessController::delete' => ['privates', '.service_locator.P_xG4m1', 'get_ServiceLocator_PXG4m1Service', false],
'App\\Controller\\RequestAccessController::edit' => ['privates', '.service_locator.P_xG4m1', 'get_ServiceLocator_PXG4m1Service', false],
'App\\Controller\\RequestAccessController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\RequestAccessController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\RequestAccessController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\RequestAccessController::index' => ['privates', '.service_locator.nAehOU1', 'get_ServiceLocator_NAehOU1Service', false],
'App\\Controller\\RequestAccessController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\RequestAccessController::show' => ['privates', '.service_locator.P_xG4m1', 'get_ServiceLocator_PXG4m1Service', false],
'App\\Controller\\ReservationController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\ReservationController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\ReservationController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\ReservationController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\ReservationController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\ReservationController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\SupplierController::activitySupplierInfoAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\SupplierController::activitySupplierListAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\SupplierController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\SupplierController::carRentalSupplierInfoAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\SupplierController::carRentalSupplierListAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\SupplierController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\SupplierController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\SupplierController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\SupplierController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\SupplierController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\SupplierController::transferSupplierInfoAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\SupplierController::transferSupplierListAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\TransferController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\TransferController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\TransferController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\TransferController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\TransferController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\TransferController::indexAction' => ['privates', '.service_locator.OgDM3i1', 'get_ServiceLocator_OgDM3i1Service', false],
'App\\Controller\\TransferController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\TripController::addItemAction' => ['privates', '.service_locator.w3CwT2C', 'get_ServiceLocator_W3CwT2CService', false],
'App\\Controller\\TripController::addItemAjaxAction' => ['privates', '.service_locator.w3CwT2C', 'get_ServiceLocator_W3CwT2CService', false],
'App\\Controller\\TripController::bookNowAction' => ['privates', '.service_locator.w3CwT2C', 'get_ServiceLocator_W3CwT2CService', false],
'App\\Controller\\TripController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\TripController::cancelQuoteOrQuoteItem' => ['privates', '.service_locator.dHLyUp.', 'get_ServiceLocator_DHLyUp_Service', false],
'App\\Controller\\TripController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\TripController::debugNotificationAction' => ['privates', '.service_locator.iOPU_qD', 'get_ServiceLocator_IOPUQDService', false],
'App\\Controller\\TripController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\TripController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\TripController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\TripController::indexAction' => ['privates', '.service_locator.QqzZyrs', 'get_ServiceLocator_QqzZyrsService', false],
'App\\Controller\\TripController::removeItemAjaxAction' => ['privates', '.service_locator.QqzZyrs', 'get_ServiceLocator_QqzZyrsService', false],
'App\\Controller\\TripController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\VoucherController::calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\VoucherController::checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\VoucherController::downloadAllInOneVoucher' => ['privates', '.service_locator.I43e85o', 'get_ServiceLocator_I43e85oService', false],
'App\\Controller\\VoucherController::downloadAllVoucher' => ['privates', '.service_locator.I43e85o', 'get_ServiceLocator_I43e85oService', false],
'App\\Controller\\VoucherController::getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\VoucherController::getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\VoucherController::getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\VoucherController::previewVoucher' => ['privates', '.service_locator.4M3BJXd', 'get_ServiceLocator_4M3BJXdService', false],
'App\\Controller\\VoucherController::removeTempVouchers' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\VoucherController::setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\VoucherController::voucherAction' => ['privates', '.service_locator.4M3BJXd', 'get_ServiceLocator_4M3BJXdService', false],
'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'App\\Controller\\ActivityController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\ActivityController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\ActivityController:detailsAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\ActivityController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\ActivityController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\ActivityController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\ActivityController:indexAction' => ['privates', '.service_locator.OgDM3i1', 'get_ServiceLocator_OgDM3i1Service', false],
'App\\Controller\\ActivityController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\AutocompleteController:autocompleteActivityAjaxAction' => ['privates', '.service_locator.ojZMYqk', 'get_ServiceLocator_OjZMYqkService', false],
'App\\Controller\\AutocompleteController:autocompleteHotelAjaxAction' => ['privates', '.service_locator.ojZMYqk', 'get_ServiceLocator_OjZMYqkService', false],
'App\\Controller\\AutocompleteController:autocompleteTransferAjaxAction' => ['privates', '.service_locator.ojZMYqk', 'get_ServiceLocator_OjZMYqkService', false],
'App\\Controller\\AutocompleteController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\AutocompleteController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\AutocompleteController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\AutocompleteController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\AutocompleteController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\AutocompleteController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\AccountingController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:new' => ['privates', '.service_locator.jtI7Unb', 'get_ServiceLocator_JtI7UnbService', false],
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:excelReportAction' => ['privates', '.service_locator.fsXvNJ8', 'get_ServiceLocator_FsXvNJ8Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:tableIndexAction' => ['privates', '.service_locator.fsXvNJ8', 'get_ServiceLocator_FsXvNJ8Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:excelReportAction' => ['privates', '.service_locator.A1QgZzJ', 'get_ServiceLocator_A1QgZzJService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:tableIndexAction' => ['privates', '.service_locator.A1QgZzJ', 'get_ServiceLocator_A1QgZzJService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:excelReportAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:tableIndexAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:excelReportAction' => ['privates', '.service_locator._uV7W12', 'get_ServiceLocator_UV7W12Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:tableIndexAction' => ['privates', '.service_locator._uV7W12', 'get_ServiceLocator_UV7W12Service', false],
'App\\Controller\\BackOffice\\BackOfficeController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\BackOfficeController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\BackOfficeController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\BackOfficeController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\BackOfficeController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\BackOfficeController:index' => ['privates', '.service_locator.Q1F27w5', 'get_ServiceLocator_Q1F27w5Service', false],
'App\\Controller\\BackOffice\\BackOfficeController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\BulkController:BulkUser' => ['privates', '.service_locator.Isyi.eu', 'get_ServiceLocator_Isyi_EuService', false],
'App\\Controller\\BackOffice\\BulkController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\BulkController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\BulkController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\BulkController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\BulkController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\BulkController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\CollectionHotelController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\CollectionHotelController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\CollectionHotelController:delete' => ['privates', '.service_locator.ivN00Nx', 'get_ServiceLocator_IvN00NxService', false],
'App\\Controller\\BackOffice\\CollectionHotelController:edit' => ['privates', '.service_locator.ivN00Nx', 'get_ServiceLocator_IvN00NxService', false],
'App\\Controller\\BackOffice\\CollectionHotelController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\CollectionHotelController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\CollectionHotelController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\CollectionHotelController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\CollectionPageController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\CollectionPageController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\CollectionPageController:delete' => ['privates', '.service_locator.rWqBzg.', 'get_ServiceLocator_RWqBzg_Service', false],
'App\\Controller\\BackOffice\\CollectionPageController:edit' => ['privates', '.service_locator.rWqBzg.', 'get_ServiceLocator_RWqBzg_Service', false],
'App\\Controller\\BackOffice\\CollectionPageController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\CollectionPageController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\CollectionPageController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\CollectionPageController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\CountryController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\CountryController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\CountryController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\CountryController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\CountryController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\CountryController:listByEntityCountryPhoneCodeAction' => ['privates', '.service_locator.g5XI93.', 'get_ServiceLocator_G5XI93_Service', false],
'App\\Controller\\BackOffice\\CountryController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\CustomerAccountController:ajaxListAction' => ['privates', '.service_locator.lrVOhnb', 'get_ServiceLocator_LrVOhnbService', false],
'App\\Controller\\BackOffice\\CustomerAccountController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\CustomerAccountController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\CustomerAccountController:customerAccountExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController:delete' => ['privates', '.service_locator.sSBpi57', 'get_ServiceLocator_SSBpi57Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController:deleteLogo' => ['privates', '.service_locator.sSBpi57', 'get_ServiceLocator_SSBpi57Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController:deleteLogoWebsite' => ['privates', '.service_locator.sSBpi57', 'get_ServiceLocator_SSBpi57Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController:doCreation' => ['privates', '.service_locator.GeDD270', 'get_ServiceLocator_GeDD270Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController:edit' => ['privates', '.service_locator.oEOYwY_', 'get_ServiceLocator_OEOYwYService', false],
'App\\Controller\\BackOffice\\CustomerAccountController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\CustomerAccountController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\CustomerAccountController:new' => ['privates', '.service_locator.GeDD270', 'get_ServiceLocator_GeDD270Service', false],
'App\\Controller\\BackOffice\\CustomerAccountController:profileListByCustomerAccountAction' => ['privates', '.service_locator.EYFxSVK', 'get_ServiceLocator_EYFxSVKService', false],
'App\\Controller\\BackOffice\\CustomerAccountController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\CustomerAccountController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\FormAjaxController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\FormAjaxController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\FormAjaxController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\FormAjaxController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\FormAjaxController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\FormAjaxController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\LogController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\LogController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\LogController:detailModal' => ['privates', '.service_locator.GOdzyaH', 'get_ServiceLocator_GOdzyaHService', false],
'App\\Controller\\BackOffice\\LogController:excelReportAction' => ['privates', '.service_locator.mCp8r_0', 'get_ServiceLocator_MCp8r0Service', false],
'App\\Controller\\BackOffice\\LogController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\LogController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\LogController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\LogController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\MyQuoteController:addMyQuotes' => ['privates', '.service_locator.HigUMU9', 'get_ServiceLocator_HigUMU9Service', false],
'App\\Controller\\BackOffice\\MyQuoteController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\MyQuoteController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\MyQuoteController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\MyQuoteController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\MyQuoteController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\MyQuoteController:myQuoteModalAction' => ['privates', '.service_locator.HigUMU9', 'get_ServiceLocator_HigUMU9Service', false],
'App\\Controller\\BackOffice\\MyQuoteController:removeMyQuotes' => ['privates', '.service_locator.HigUMU9', 'get_ServiceLocator_HigUMU9Service', false],
'App\\Controller\\BackOffice\\MyQuoteController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\NotificationController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\NotificationController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\NotificationController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\NotificationController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\NotificationController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\NotificationController:index' => ['privates', '.service_locator.N.Sd_2o', 'get_ServiceLocator_N_Sd2oService', false],
'App\\Controller\\BackOffice\\NotificationController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController:hotelConfirmationCancelAction' => ['privates', '.service_locator.3GMKAFN', 'get_ServiceLocator_3GMKAFNService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController:hotelConfirmationNumberAction' => ['privates', '.service_locator.Y.lVXuG', 'get_ServiceLocator_Y_LVXuGService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController:hotelRefuseOnRequestAction' => ['privates', '.service_locator.Y.lVXuG', 'get_ServiceLocator_Y_LVXuGService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\ProviderConfirmationController:transferConfirmationNumberAction' => ['privates', '.service_locator.VkFB4hc', 'get_ServiceLocator_VkFB4hcService', false],
'App\\Controller\\BackOffice\\QualityControlController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\QualityControlController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\QualityControlController:editOrCreateAction' => ['privates', '.service_locator.._TkP7H', 'get_ServiceLocator__TkP7HService', false],
'App\\Controller\\BackOffice\\QualityControlController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\QualityControlController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\QualityControlController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\QualityControlController:indexAction' => ['privates', '.service_locator.maUAczR', 'get_ServiceLocator_MaUAczRService', false],
'App\\Controller\\BackOffice\\QualityControlController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\QuoteController:bookAction' => ['privates', '.service_locator.Fq8VBVP', 'get_ServiceLocator_Fq8VBVPService', false],
'App\\Controller\\BackOffice\\QuoteController:bookAllAction' => ['privates', '.service_locator.p.HYbMd', 'get_ServiceLocator_P_HYbMdService', false],
'App\\Controller\\BackOffice\\QuoteController:buildQuote' => ['privates', '.service_locator.hE186AV', 'get_ServiceLocator_HE186AVService', false],
'App\\Controller\\BackOffice\\QuoteController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\QuoteController:cancelAllAction' => ['privates', '.service_locator.yUECDqv', 'get_ServiceLocator_YUECDqvService', false],
'App\\Controller\\BackOffice\\QuoteController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\QuoteController:delete' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\QuoteController:doCancelAllAction' => ['privates', '.service_locator.ti_jdNm', 'get_ServiceLocator_TiJdNmService', false],
'App\\Controller\\BackOffice\\QuoteController:duplicateAction' => ['privates', '.service_locator.wmx4W9M', 'get_ServiceLocator_Wmx4W9MService', false],
'App\\Controller\\BackOffice\\QuoteController:duplicateNewDateAction' => ['privates', '.service_locator.p.HYbMd', 'get_ServiceLocator_P_HYbMdService', false],
'App\\Controller\\BackOffice\\QuoteController:edit' => ['privates', '.service_locator.AdCtlNn', 'get_ServiceLocator_AdCtlNnService', false],
'App\\Controller\\BackOffice\\QuoteController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\QuoteController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\QuoteController:getQuoteItemsForQuoteScreen' => ['privates', '.service_locator.wmx4W9M', 'get_ServiceLocator_Wmx4W9MService', false],
'App\\Controller\\BackOffice\\QuoteController:getQuoteSuggestions' => ['privates', '.service_locator.KDC43Dw', 'get_ServiceLocator_KDC43DwService', false],
'App\\Controller\\BackOffice\\QuoteController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\QuoteController:lostAction' => ['privates', '.service_locator.pec4jJU', 'get_ServiceLocator_Pec4jJUService', false],
'App\\Controller\\BackOffice\\QuoteController:new' => ['privates', '.service_locator.IM.Q.yJ', 'get_ServiceLocator_IM_Q_YJService', false],
'App\\Controller\\BackOffice\\QuoteController:quoteExcelReportAction' => ['privates', '.service_locator._uV7W12', 'get_ServiceLocator_UV7W12Service', false],
'App\\Controller\\BackOffice\\QuoteController:quoteItemsSortedAction' => ['privates', '.service_locator.pB852jv', 'get_ServiceLocator_PB852jvService', false],
'App\\Controller\\BackOffice\\QuoteController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\QuoteController:tableIndexAction' => ['privates', '.service_locator._uV7W12', 'get_ServiceLocator_UV7W12Service', false],
'App\\Controller\\BackOffice\\QuoteController:voidInvoice' => ['privates', '.service_locator.ti_jdNm', 'get_ServiceLocator_TiJdNmService', false],
'App\\Controller\\BackOffice\\QuoteItemController:SetQcAgent' => ['privates', '.service_locator.T.OoY_m', 'get_ServiceLocator_T_OoYMService', false],
'App\\Controller\\BackOffice\\QuoteItemController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\QuoteItemController:changeQuoteAction' => ['privates', '.service_locator..67qdZ9', 'get_ServiceLocator__67qdZ9Service', false],
'App\\Controller\\BackOffice\\QuoteItemController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\QuoteItemController:customizeRates' => ['privates', '.service_locator.See6KsQ', 'get_ServiceLocator_See6KsQService', false],
'App\\Controller\\BackOffice\\QuoteItemController:duplicateQuoteItem' => ['privates', '.service_locator.NZlkikH', 'get_ServiceLocator_NZlkikHService', false],
'App\\Controller\\BackOffice\\QuoteItemController:edit' => ['privates', '.service_locator.qtxY4Bi', 'get_ServiceLocator_QtxY4BiService', false],
'App\\Controller\\BackOffice\\QuoteItemController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\QuoteItemController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\QuoteItemController:getPaymentStatus' => ['privates', '.service_locator.7Ow.JEr', 'get_ServiceLocator_7Ow_JErService', false],
'App\\Controller\\BackOffice\\QuoteItemController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\QuoteItemController:newActivity' => ['privates', '.service_locator.NwAEq8Z', 'get_ServiceLocator_NwAEq8ZService', false],
'App\\Controller\\BackOffice\\QuoteItemController:newCarRental' => ['privates', '.service_locator.NwAEq8Z', 'get_ServiceLocator_NwAEq8ZService', false],
'App\\Controller\\BackOffice\\QuoteItemController:newHotelService' => ['privates', '.service_locator.Cd3bNs9', 'get_ServiceLocator_Cd3bNs9Service', false],
'App\\Controller\\BackOffice\\QuoteItemController:newTransfer' => ['privates', '.service_locator.NwAEq8Z', 'get_ServiceLocator_NwAEq8ZService', false],
'App\\Controller\\BackOffice\\QuoteItemController:newVilla' => ['privates', '.service_locator.NwAEq8Z', 'get_ServiceLocator_NwAEq8ZService', false],
'App\\Controller\\BackOffice\\QuoteItemController:quoteItemsNameUpdateAction' => ['privates', '.service_locator.HigUMU9', 'get_ServiceLocator_HigUMU9Service', false],
'App\\Controller\\BackOffice\\QuoteItemController:quoteItemsSortUpdateAction' => ['privates', '.service_locator..67qdZ9', 'get_ServiceLocator__67qdZ9Service', false],
'App\\Controller\\BackOffice\\QuoteItemController:removeQuoteItem' => ['privates', '.service_locator.9LtdGoK', 'get_ServiceLocator_9LtdGoKService', false],
'App\\Controller\\BackOffice\\QuoteItemController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\QuoteItemController:setHideOrVisibleBatchQuoteItem' => ['privates', '.service_locator.G6YxggY', 'get_ServiceLocator_G6YxggYService', false],
'App\\Controller\\BackOffice\\QuoteItemController:setHideOrVisibleQuoteItem' => ['privates', '.service_locator.9LtdGoK', 'get_ServiceLocator_9LtdGoKService', false],
'App\\Controller\\BackOffice\\ReportController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\ReportController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\ReportController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\ReportController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\ReportController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\ReportController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController:excelReportAction' => ['privates', '.service_locator.3bwSuy2', 'get_ServiceLocator_3bwSuy2Service', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Report\\BudgetReportController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController:excelReportAction' => ['privates', '.service_locator.A1QgZzJ', 'get_ServiceLocator_A1QgZzJService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\Report\\CommissionReportController:tableIndexAction' => ['privates', '.service_locator.A1QgZzJ', 'get_ServiceLocator_A1QgZzJService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController:excelReportAction' => ['privates', '.service_locator.3bwSuy2', 'get_ServiceLocator_3bwSuy2Service', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController:profitPreviewReportAction' => ['privates', '.service_locator.wmx4W9M', 'get_ServiceLocator_Wmx4W9MService', false],
'App\\Controller\\BackOffice\\Report\\ProfitReportController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\RequestAccessController:approveOrRefuseRequestAccess' => ['privates', '.service_locator.IJe2Ntz', 'get_ServiceLocator_IJe2NtzService', false],
'App\\Controller\\BackOffice\\RequestAccessController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\RequestAccessController:checkDuplicateCustomerAccountModalAction' => ['privates', '.service_locator.uQEeI0v', 'get_ServiceLocator_UQEeI0vService', false],
'App\\Controller\\BackOffice\\RequestAccessController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\RequestAccessController:doCreation' => ['privates', '.service_locator.ByTI4MJ', 'get_ServiceLocator_ByTI4MJService', false],
'App\\Controller\\BackOffice\\RequestAccessController:excelReportRequestAccessAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\RequestAccessController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\RequestAccessController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\RequestAccessController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\RequestAccessController:refuseRequestAccess' => ['privates', '.service_locator.P_xG4m1', 'get_ServiceLocator_PXG4m1Service', false],
'App\\Controller\\BackOffice\\RequestAccessController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\UserController:agentListByCustomerAccountAction' => ['privates', '.service_locator.AmGm1O.', 'get_ServiceLocator_AmGm1O_Service', false],
'App\\Controller\\BackOffice\\UserController:agentPossibleHelperListByQuoteAction' => ['privates', '.service_locator.vNzx14o', 'get_ServiceLocator_VNzx14oService', false],
'App\\Controller\\BackOffice\\UserController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\UserController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\UserController:delete' => ['privates', '.service_locator.4T4EJFR', 'get_ServiceLocator_4T4EJFRService', false],
'App\\Controller\\BackOffice\\UserController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\UserController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\UserController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\UserController:new' => ['privates', '.service_locator.or7iLHH', 'get_ServiceLocator_Or7iLHHService', false],
'App\\Controller\\BackOffice\\UserController:profile' => ['privates', '.service_locator.9o_AN0R', 'get_ServiceLocator_9oAN0RService', false],
'App\\Controller\\BackOffice\\UserController:sendCreationEmail' => ['privates', '.service_locator.WXiL8Pw', 'get_ServiceLocator_WXiL8PwService', false],
'App\\Controller\\BackOffice\\UserController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\BackOffice\\UserController:show' => ['privates', '.service_locator.4T4EJFR', 'get_ServiceLocator_4T4EJFRService', false],
'App\\Controller\\BackOffice\\UserController:userExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\WebhooksController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\BackOffice\\WebhooksController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\BackOffice\\WebhooksController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\BackOffice\\WebhooksController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\BackOffice\\WebhooksController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\BackOffice\\WebhooksController:indexStripe' => ['privates', '.service_locator.WyyBKDM', 'get_ServiceLocator_WyyBKDMService', false],
'App\\Controller\\BackOffice\\WebhooksController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CarRentalController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CarRentalController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CarRentalController:detail' => ['privates', '.service_locator.7HgipzG', 'get_ServiceLocator_7HgipzGService', false],
'App\\Controller\\CarRentalController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CarRentalController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CarRentalController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CarRentalController:search' => ['privates', '.service_locator.7HgipzG', 'get_ServiceLocator_7HgipzGService', false],
'App\\Controller\\CarRentalController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CheckoutController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CheckoutController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CheckoutController:checkoutAction2' => ['privates', '.service_locator.C_lhz8_', 'get_ServiceLocator_CLhz8Service', false],
'App\\Controller\\CheckoutController:checkoutStripePaymentActionModal' => ['privates', '.service_locator.QqzZyrs', 'get_ServiceLocator_QqzZyrsService', false],
'App\\Controller\\CheckoutController:createStripeForm' => ['privates', '.service_locator.Keca2DK', 'get_ServiceLocator_Keca2DKService', false],
'App\\Controller\\CheckoutController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CheckoutController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CheckoutController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CheckoutController:indexStripeAction' => ['privates', '.service_locator.HJFvT3J', 'get_ServiceLocator_HJFvT3JService', false],
'App\\Controller\\CheckoutController:makePayment' => ['privates', '.service_locator.N2i659J', 'get_ServiceLocator_N2i659JService', false],
'App\\Controller\\CheckoutController:payLaterCheckout' => ['privates', '.service_locator.toGLiUc', 'get_ServiceLocator_ToGLiUcService', false],
'App\\Controller\\CheckoutController:saveCheckoutNames' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'App\\Controller\\CheckoutController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\ActivityController:activityExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ActivityController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\ActivityController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\ActivityController:delete' => ['privates', '.service_locator.q18rcRp', 'get_ServiceLocator_Q18rcRpService', false],
'App\\Controller\\CoreOffice\\ActivityController:edit' => ['privates', '.service_locator.q18rcRp', 'get_ServiceLocator_Q18rcRpService', false],
'App\\Controller\\CoreOffice\\ActivityController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\ActivityController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ActivityController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\ActivityController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\ActivityController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController:delete' => ['privates', '.service_locator.IWpzQuA', 'get_ServiceLocator_IWpzQuAService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController:edit' => ['privates', '.service_locator.IWpzQuA', 'get_ServiceLocator_IWpzQuAService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController:index' => ['privates', '.service_locator.q5WBIft', 'get_ServiceLocator_Q5WBIftService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Activity\\CategoryController:view' => ['privates', '.service_locator.IWpzQuA', 'get_ServiceLocator_IWpzQuAService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController:delete' => ['privates', '.service_locator.6wU_P3S', 'get_ServiceLocator_6wUP3SService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController:edit' => ['privates', '.service_locator.6wU_P3S', 'get_ServiceLocator_6wUP3SService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController:index' => ['privates', '.service_locator.l_D8uX3', 'get_ServiceLocator_LD8uX3Service', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Activity\\GroupController:view' => ['privates', '.service_locator.6wU_P3S', 'get_ServiceLocator_6wUP3SService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController:delete' => ['privates', '.service_locator.8k6brO4', 'get_ServiceLocator_8k6brO4Service', false],
'App\\Controller\\CoreOffice\\Activity\\RateController:edit' => ['privates', '.service_locator.8k6brO4', 'get_ServiceLocator_8k6brO4Service', false],
'App\\Controller\\CoreOffice\\Activity\\RateController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Activity\\RateController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController:index' => ['privates', '.service_locator.beYpJCl', 'get_ServiceLocator_BeYpJClService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Activity\\RateController:view' => ['privates', '.service_locator.8k6brO4', 'get_ServiceLocator_8k6brO4Service', false],
'App\\Controller\\CoreOffice\\AjaxController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\AjaxController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\AjaxController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\AjaxController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\AjaxController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\AjaxController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CityController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\CityController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\CityController:cityExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CityController:delete' => ['privates', '.service_locator.t1Fud3j', 'get_ServiceLocator_T1Fud3jService', false],
'App\\Controller\\CoreOffice\\CityController:edit' => ['privates', '.service_locator.t1Fud3j', 'get_ServiceLocator_T1Fud3jService', false],
'App\\Controller\\CoreOffice\\CityController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\CityController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CityController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\CityController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CityController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CoreOfficeController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\CoreOfficeController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\CoreOfficeController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\CoreOfficeController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CoreOfficeController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\CoreOfficeController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CountryController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\CountryController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\CountryController:countryExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CountryController:delete' => ['privates', '.service_locator.RoU640d', 'get_ServiceLocator_RoU640dService', false],
'App\\Controller\\CoreOffice\\CountryController:edit' => ['privates', '.service_locator.RoU640d', 'get_ServiceLocator_RoU640dService', false],
'App\\Controller\\CoreOffice\\CountryController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\CountryController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CountryController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\CountryController:listByEntityAction' => ['privates', '.service_locator.bDQq3Dt', 'get_ServiceLocator_BDQq3DtService', false],
'App\\Controller\\CoreOffice\\CountryController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CountryController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CredentialController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\CredentialController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\CredentialController:deactivate' => ['privates', '.service_locator.Rk_Y2Go', 'get_ServiceLocator_RkY2GoService', false],
'App\\Controller\\CoreOffice\\CredentialController:delete' => ['privates', '.service_locator.3TvUbGM', 'get_ServiceLocator_3TvUbGMService', false],
'App\\Controller\\CoreOffice\\CredentialController:edit' => ['privates', '.service_locator.UIpSmKB', 'get_ServiceLocator_UIpSmKBService', false],
'App\\Controller\\CoreOffice\\CredentialController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\CredentialController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CredentialController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\CredentialController:index' => ['privates', '.service_locator.5dW.jui', 'get_ServiceLocator_5dW_JuiService', false],
'App\\Controller\\CoreOffice\\CredentialController:new' => ['privates', '.service_locator.Isyi.eu', 'get_ServiceLocator_Isyi_EuService', false],
'App\\Controller\\CoreOffice\\CredentialController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CredentialController:view' => ['privates', '.service_locator.3TvUbGM', 'get_ServiceLocator_3TvUbGMService', false],
'App\\Controller\\CoreOffice\\CurrencyController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\CurrencyController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\CurrencyController:currencyExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CurrencyController:delete' => ['privates', '.service_locator.27unuT8', 'get_ServiceLocator_27unuT8Service', false],
'App\\Controller\\CoreOffice\\CurrencyController:edit' => ['privates', '.service_locator.27unuT8', 'get_ServiceLocator_27unuT8Service', false],
'App\\Controller\\CoreOffice\\CurrencyController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\CurrencyController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\CurrencyController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\CurrencyController:listByEntityAction' => ['privates', '.service_locator.ylu0EIe', 'get_ServiceLocator_Ylu0EIeService', false],
'App\\Controller\\CoreOffice\\CurrencyController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\CurrencyController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\HotelController:checkDuplicateHotelModalAction' => ['privates', '.service_locator.tO_gPpO', 'get_ServiceLocator_TOGPpOService', false],
'App\\Controller\\CoreOffice\\HotelController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\HotelController:delete' => ['privates', '.service_locator.XhrQ.VT', 'get_ServiceLocator_XhrQ_VTService', false],
'App\\Controller\\CoreOffice\\HotelController:deleteImage' => ['privates', '.service_locator.bNnvXBS', 'get_ServiceLocator_BNnvXBSService', false],
'App\\Controller\\CoreOffice\\HotelController:edit' => ['privates', '.service_locator..mkijE7', 'get_ServiceLocator__MkijE7Service', false],
'App\\Controller\\CoreOffice\\HotelController:editImage' => ['privates', '.service_locator.TG.kuvk', 'get_ServiceLocator_TG_KuvkService', false],
'App\\Controller\\CoreOffice\\HotelController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\HotelController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\HotelController:hotelExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelController:hotelImagesSortUpdateAction' => ['privates', '.service_locator.TG.kuvk', 'get_ServiceLocator_TG_KuvkService', false],
'App\\Controller\\CoreOffice\\HotelController:hotelListJsonAction' => ['privates', '.service_locator.IrWFpfs', 'get_ServiceLocator_IrWFpfsService', false],
'App\\Controller\\CoreOffice\\HotelController:new' => ['privates', '.service_locator.CCYuZnR', 'get_ServiceLocator_CCYuZnRService', false],
'App\\Controller\\CoreOffice\\HotelController:refreshPayOnSiteFee' => ['privates', '.service_locator.TG.kuvk', 'get_ServiceLocator_TG_KuvkService', false],
'App\\Controller\\CoreOffice\\HotelController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\HotelController:show' => ['privates', '.service_locator.CCYuZnR', 'get_ServiceLocator_CCYuZnRService', false],
'App\\Controller\\CoreOffice\\HotelController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelController:uploadImage' => ['privates', '.service_locator.WRyIR_m', 'get_ServiceLocator_WRyIRMService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController:activateDerbysoft' => ['privates', '.service_locator.p3Hrdn8', 'get_ServiceLocator_P3Hrdn8Service', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController:delete' => ['privates', '.service_locator.QbzZxGR', 'get_ServiceLocator_QbzZxGRService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController:edit' => ['privates', '.service_locator.QbzZxGR', 'get_ServiceLocator_QbzZxGRService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController:new' => ['privates', '.service_locator.XhrQ.VT', 'get_ServiceLocator_XhrQ_VTService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:delete' => ['privates', '.service_locator.QbzZxGR', 'get_ServiceLocator_QbzZxGRService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:edit' => ['privates', '.service_locator.wE74Fiy', 'get_ServiceLocator_WE74FiyService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:new' => ['privates', '.service_locator.wE74Fiy', 'get_ServiceLocator_WE74FiyService', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:newStatic' => ['privates', '.service_locator.Y9jTYW4', 'get_ServiceLocator_Y9jTYW4Service', false],
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:delete' => ['privates', '.service_locator.c1zy3rb', 'get_ServiceLocator_C1zy3rbService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:edit' => ['privates', '.service_locator.c1zy3rb', 'get_ServiceLocator_C1zy3rbService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:index' => ['privates', '.service_locator.Pa5vJ0p', 'get_ServiceLocator_Pa5vJ0pService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:view' => ['privates', '.service_locator.c1zy3rb', 'get_ServiceLocator_C1zy3rbService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:availabilityLogResponseModal' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:downloadFileAjax' => ['privates', '.service_locator.04QpiRU', 'get_ServiceLocator_04QpiRUService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController:delete' => ['privates', '.service_locator.0DaKD2j', 'get_ServiceLocator_0DaKD2jService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController:edit' => ['privates', '.service_locator.0DaKD2j', 'get_ServiceLocator_0DaKD2jService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController:index' => ['privates', '.service_locator.G_w0vsm', 'get_ServiceLocator_GW0vsmService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\BedController:view' => ['privates', '.service_locator.0DaKD2j', 'get_ServiceLocator_0DaKD2jService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:delete' => ['privates', '.service_locator.oaBAOc7', 'get_ServiceLocator_OaBAOc7Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:edit' => ['privates', '.service_locator.oaBAOc7', 'get_ServiceLocator_OaBAOc7Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:index' => ['privates', '.service_locator.7TZbvvg', 'get_ServiceLocator_7TZbvvgService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:new' => ['privates', '.service_locator.Y9jTYW4', 'get_ServiceLocator_Y9jTYW4Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\RateController:view' => ['privates', '.service_locator.oaBAOc7', 'get_ServiceLocator_OaBAOc7Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:delete' => ['privates', '.service_locator.Y9jTYW4', 'get_ServiceLocator_Y9jTYW4Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:edit' => ['privates', '.service_locator.Y9jTYW4', 'get_ServiceLocator_Y9jTYW4Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:index' => ['privates', '.service_locator.0Uuk0vQ', 'get_ServiceLocator_0Uuk0vQService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:new' => ['privates', '.service_locator.XhrQ.VT', 'get_ServiceLocator_XhrQ_VTService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Hotel\\RoomController:view' => ['privates', '.service_locator.Y9jTYW4', 'get_ServiceLocator_Y9jTYW4Service', false],
'App\\Controller\\CoreOffice\\MealPlanController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\MealPlanController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\MealPlanController:delete' => ['privates', '.service_locator.DldDaFN', 'get_ServiceLocator_DldDaFNService', false],
'App\\Controller\\CoreOffice\\MealPlanController:edit' => ['privates', '.service_locator.DldDaFN', 'get_ServiceLocator_DldDaFNService', false],
'App\\Controller\\CoreOffice\\MealPlanController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\MealPlanController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\MealPlanController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\MealPlanController:mealPlanExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\MealPlanController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\MealPlanController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ProfileController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\ProfileController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\ProfileController:delete' => ['privates', '.service_locator.QiPh4gl', 'get_ServiceLocator_QiPh4glService', false],
'App\\Controller\\CoreOffice\\ProfileController:edit' => ['privates', '.service_locator.QiPh4gl', 'get_ServiceLocator_QiPh4glService', false],
'App\\Controller\\CoreOffice\\ProfileController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\ProfileController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ProfileController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\ProfileController:index' => ['privates', '.service_locator.a6dTnQQ', 'get_ServiceLocator_A6dTnQQService', false],
'App\\Controller\\CoreOffice\\ProfileController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\ProfileController:view' => ['privates', '.service_locator.QiPh4gl', 'get_ServiceLocator_QiPh4glService', false],
'App\\Controller\\CoreOffice\\PromotionController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\PromotionController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\PromotionController:delete' => ['privates', '.service_locator.3D5IKS.', 'get_ServiceLocator_3D5IKS_Service', false],
'App\\Controller\\CoreOffice\\PromotionController:edit' => ['privates', '.service_locator.3D5IKS.', 'get_ServiceLocator_3D5IKS_Service', false],
'App\\Controller\\CoreOffice\\PromotionController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\PromotionController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\PromotionController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\PromotionController:promotionExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\PromotionController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\PromotionController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\RoleController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\RoleController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\RoleController:delete' => ['privates', '.service_locator.MmxTsoS', 'get_ServiceLocator_MmxTsoSService', false],
'App\\Controller\\CoreOffice\\RoleController:edit' => ['privates', '.service_locator.MmxTsoS', 'get_ServiceLocator_MmxTsoSService', false],
'App\\Controller\\CoreOffice\\RoleController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\RoleController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\RoleController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\RoleController:index' => ['privates', '.service_locator.ZEvbTGw', 'get_ServiceLocator_ZEvbTGwService', false],
'App\\Controller\\CoreOffice\\RoleController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\RoleController:view' => ['privates', '.service_locator.MmxTsoS', 'get_ServiceLocator_MmxTsoSService', false],
'App\\Controller\\CoreOffice\\StateController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\StateController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\StateController:delete' => ['privates', '.service_locator.zuv01Ef', 'get_ServiceLocator_Zuv01EfService', false],
'App\\Controller\\CoreOffice\\StateController:edit' => ['privates', '.service_locator.zuv01Ef', 'get_ServiceLocator_Zuv01EfService', false],
'App\\Controller\\CoreOffice\\StateController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\StateController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\StateController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\StateController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\StateController:stateExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\StateController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\SupplierController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\SupplierController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\SupplierController:delete' => ['privates', '.service_locator.4RQ14rI', 'get_ServiceLocator_4RQ14rIService', false],
'App\\Controller\\CoreOffice\\SupplierController:edit' => ['privates', '.service_locator.Hw2bIyz', 'get_ServiceLocator_Hw2bIyzService', false],
'App\\Controller\\CoreOffice\\SupplierController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\SupplierController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\SupplierController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\SupplierController:new' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\SupplierController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\SupplierController:show' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\SupplierController:supplierExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\SupplierController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\TransferController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\TransferController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\TransferController:delete' => ['privates', '.service_locator.xKYJgnW', 'get_ServiceLocator_XKYJgnWService', false],
'App\\Controller\\CoreOffice\\TransferController:edit' => ['privates', '.service_locator.xKYJgnW', 'get_ServiceLocator_XKYJgnWService', false],
'App\\Controller\\CoreOffice\\TransferController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\TransferController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\TransferController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\TransferController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\TransferController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\TransferController:transferExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController:delete' => ['privates', '.service_locator.ZeKO0yc', 'get_ServiceLocator_ZeKO0ycService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController:edit' => ['privates', '.service_locator.ZeKO0yc', 'get_ServiceLocator_ZeKO0ycService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController:index' => ['privates', '.service_locator.VPmuI1_', 'get_ServiceLocator_VPmuI1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Transfer\\AirportController:view' => ['privates', '.service_locator.ZeKO0yc', 'get_ServiceLocator_ZeKO0ycService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController:delete' => ['privates', '.service_locator.L6PW75e', 'get_ServiceLocator_L6PW75eService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController:edit' => ['privates', '.service_locator.L6PW75e', 'get_ServiceLocator_L6PW75eService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController:index' => ['privates', '.service_locator.L6VXmVr', 'get_ServiceLocator_L6VXmVrService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Transfer\\LocationController:view' => ['privates', '.service_locator.L6PW75e', 'get_ServiceLocator_L6PW75eService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController:delete' => ['privates', '.service_locator.CYTZPUo', 'get_ServiceLocator_CYTZPUoService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController:edit' => ['privates', '.service_locator.CYTZPUo', 'get_ServiceLocator_CYTZPUoService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController:index' => ['privates', '.service_locator.qUdzeFY', 'get_ServiceLocator_QUdzeFYService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Transfer\\RateController:view' => ['privates', '.service_locator.CYTZPUo', 'get_ServiceLocator_CYTZPUoService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:delete' => ['privates', '.service_locator.UaP06V8', 'get_ServiceLocator_UaP06V8Service', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:edit' => ['privates', '.service_locator.UaP06V8', 'get_ServiceLocator_UaP06V8Service', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:index' => ['privates', '.service_locator.FBKBFh9', 'get_ServiceLocator_FBKBFh9Service', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:view' => ['privates', '.service_locator.UaP06V8', 'get_ServiceLocator_UaP06V8Service', false],
'App\\Controller\\CoreOffice\\ZipCodeController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CoreOffice\\ZipCodeController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CoreOffice\\ZipCodeController:delete' => ['privates', '.service_locator.vhH_9Lo', 'get_ServiceLocator_VhH9LoService', false],
'App\\Controller\\CoreOffice\\ZipCodeController:edit' => ['privates', '.service_locator.vhH_9Lo', 'get_ServiceLocator_VhH9LoService', false],
'App\\Controller\\CoreOffice\\ZipCodeController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CoreOffice\\ZipCodeController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ZipCodeController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CoreOffice\\ZipCodeController:listByEntityAction' => ['privates', '.service_locator.LjU92wr', 'get_ServiceLocator_LjU92wrService', false],
'App\\Controller\\CoreOffice\\ZipCodeController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\CoreOffice\\ZipCodeController:tableIndexAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CoreOffice\\ZipCodeController:zipcodeExcelReportAction' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CreditNoteController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\CreditNoteController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\CreditNoteController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\CreditNoteController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\CreditNoteController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\CreditNoteController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\FormAjaxController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\FormAjaxController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\FormAjaxController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\FormAjaxController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\FormAjaxController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\FormAjaxController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\HomeController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\HomeController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\HomeController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\HomeController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\HomeController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\HomeController:indexAction' => ['privates', '.service_locator.u3d.ing', 'get_ServiceLocator_U3d_IngService', false],
'App\\Controller\\HomeController:loginAction' => ['privates', '.service_locator.7HgipzG', 'get_ServiceLocator_7HgipzGService', false],
'App\\Controller\\HomeController:noRatesRequestFormAction' => ['privates', '.service_locator.I7y7LcW', 'get_ServiceLocator_I7y7LcWService', false],
'App\\Controller\\HomeController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\HotelController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\HotelController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\HotelController:getAjaxAvailability' => ['privates', '.service_locator.OgDM3i1', 'get_ServiceLocator_OgDM3i1Service', false],
'App\\Controller\\HotelController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\HotelController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\HotelController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\HotelController:hotelPriceComparison' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\HotelController:hotelRoomsByProductIdAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\HotelController:indexAction' => ['privates', '.service_locator.OgDM3i1', 'get_ServiceLocator_OgDM3i1Service', false],
'App\\Controller\\HotelController:roomAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\HotelController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\InvoiceController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\InvoiceController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\InvoiceController:createIB' => ['privates', '.service_locator.cgamkBF', 'get_ServiceLocator_CgamkBFService', false],
'App\\Controller\\InvoiceController:domPDFGen' => ['privates', '.service_locator.9iMSmit', 'get_ServiceLocator_9iMSmitService', false],
'App\\Controller\\InvoiceController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\InvoiceController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\InvoiceController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\InvoiceController:newInvoice' => ['privates', '.service_locator.p8H8y6H', 'get_ServiceLocator_P8H8y6HService', false],
'App\\Controller\\InvoiceController:pdfCustomInvoice' => ['privates', '.service_locator.9iMSmit', 'get_ServiceLocator_9iMSmitService', false],
'App\\Controller\\InvoiceController:pdfInvoice' => ['privates', '.service_locator._BFxT0.', 'get_ServiceLocator_BFxT0_Service', false],
'App\\Controller\\InvoiceController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\InvoiceController:voidInvoice' => ['privates', '.service_locator.8jWXLsY', 'get_ServiceLocator_8jWXLsYService', false],
'App\\Controller\\LoginController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\LoginController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\LoginController:forgotPassword' => ['privates', '.service_locator.K03uUWw', 'get_ServiceLocator_K03uUWwService', false],
'App\\Controller\\LoginController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\LoginController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\LoginController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\LoginController:login' => ['privates', '.service_locator.TErLdlc', 'get_ServiceLocator_TErLdlcService', false],
'App\\Controller\\LoginController:requestAccess' => ['privates', '.service_locator.X0sX3MF', 'get_ServiceLocator_X0sX3MFService', false],
'App\\Controller\\LoginController:resetPassword' => ['privates', '.service_locator.Isyi.eu', 'get_ServiceLocator_Isyi_EuService', false],
'App\\Controller\\LoginController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\PromoController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\PromoController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\PromoController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\PromoController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\PromoController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\PromoController:hotelIndexAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\PromoController:hotelPageAction' => ['privates', '.service_locator.oBtHX9e', 'get_ServiceLocator_OBtHX9eService', false],
'App\\Controller\\PromoController:requestFormAction' => ['privates', '.service_locator.I7y7LcW', 'get_ServiceLocator_I7y7LcWService', false],
'App\\Controller\\PromoController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\RequestAccessController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\RequestAccessController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\RequestAccessController:delete' => ['privates', '.service_locator.P_xG4m1', 'get_ServiceLocator_PXG4m1Service', false],
'App\\Controller\\RequestAccessController:edit' => ['privates', '.service_locator.P_xG4m1', 'get_ServiceLocator_PXG4m1Service', false],
'App\\Controller\\RequestAccessController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\RequestAccessController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\RequestAccessController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\RequestAccessController:index' => ['privates', '.service_locator.nAehOU1', 'get_ServiceLocator_NAehOU1Service', false],
'App\\Controller\\RequestAccessController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\RequestAccessController:show' => ['privates', '.service_locator.P_xG4m1', 'get_ServiceLocator_PXG4m1Service', false],
'App\\Controller\\ReservationController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\ReservationController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\ReservationController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\ReservationController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\ReservationController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\ReservationController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\SupplierController:activitySupplierInfoAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\SupplierController:activitySupplierListAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\SupplierController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\SupplierController:carRentalSupplierInfoAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\SupplierController:carRentalSupplierListAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\SupplierController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\SupplierController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\SupplierController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\SupplierController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\SupplierController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\SupplierController:transferSupplierInfoAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\SupplierController:transferSupplierListAction' => ['privates', '.service_locator.TrCR8B8', 'get_ServiceLocator_TrCR8B8Service', false],
'App\\Controller\\TransferController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\TransferController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\TransferController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\TransferController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\TransferController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\TransferController:indexAction' => ['privates', '.service_locator.OgDM3i1', 'get_ServiceLocator_OgDM3i1Service', false],
'App\\Controller\\TransferController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\TripController:addItemAction' => ['privates', '.service_locator.w3CwT2C', 'get_ServiceLocator_W3CwT2CService', false],
'App\\Controller\\TripController:addItemAjaxAction' => ['privates', '.service_locator.w3CwT2C', 'get_ServiceLocator_W3CwT2CService', false],
'App\\Controller\\TripController:bookNowAction' => ['privates', '.service_locator.w3CwT2C', 'get_ServiceLocator_W3CwT2CService', false],
'App\\Controller\\TripController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\TripController:cancelQuoteOrQuoteItem' => ['privates', '.service_locator.dHLyUp.', 'get_ServiceLocator_DHLyUp_Service', false],
'App\\Controller\\TripController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\TripController:debugNotificationAction' => ['privates', '.service_locator.iOPU_qD', 'get_ServiceLocator_IOPUQDService', false],
'App\\Controller\\TripController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\TripController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\TripController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\TripController:indexAction' => ['privates', '.service_locator.QqzZyrs', 'get_ServiceLocator_QqzZyrsService', false],
'App\\Controller\\TripController:removeItemAjaxAction' => ['privates', '.service_locator.QqzZyrs', 'get_ServiceLocator_QqzZyrsService', false],
'App\\Controller\\TripController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\VoucherController:calculateDate' => ['privates', '.service_locator.vwHNdkt', 'get_ServiceLocator_VwHNdktService', false],
'App\\Controller\\VoucherController:checkIfGrantedToSeeQuote' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\VoucherController:downloadAllInOneVoucher' => ['privates', '.service_locator.I43e85o', 'get_ServiceLocator_I43e85oService', false],
'App\\Controller\\VoucherController:downloadAllVoucher' => ['privates', '.service_locator.I43e85o', 'get_ServiceLocator_I43e85oService', false],
'App\\Controller\\VoucherController:getDiffDay' => ['privates', '.service_locator.zj6L5.f', 'get_ServiceLocator_Zj6L5_FService', false],
'App\\Controller\\VoucherController:getLogoDirByHost' => ['privates', '.service_locator.RZHP5d1', 'get_ServiceLocator_RZHP5d1Service', false],
'App\\Controller\\VoucherController:getSupplierInfo' => ['privates', '.service_locator.SbMnSOR', 'get_ServiceLocator_SbMnSORService', false],
'App\\Controller\\VoucherController:previewVoucher' => ['privates', '.service_locator.4M3BJXd', 'get_ServiceLocator_4M3BJXdService', false],
'App\\Controller\\VoucherController:removeTempVouchers' => ['privates', '.service_locator.hSPE96I', 'get_ServiceLocator_HSPE96IService', false],
'App\\Controller\\VoucherController:setAddressFromGoogle' => ['privates', '.service_locator.V.X2ZPl', 'get_ServiceLocator_V_X2ZPlService', false],
'App\\Controller\\VoucherController:voucherAction' => ['privates', '.service_locator.4M3BJXd', 'get_ServiceLocator_4M3BJXdService', false],
'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
], [
'App\\Controller\\ActivityController::calculateDate' => '?',
'App\\Controller\\ActivityController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\ActivityController::detailsAction' => '?',
'App\\Controller\\ActivityController::getDiffDay' => '?',
'App\\Controller\\ActivityController::getLogoDirByHost' => '?',
'App\\Controller\\ActivityController::getSupplierInfo' => '?',
'App\\Controller\\ActivityController::indexAction' => '?',
'App\\Controller\\ActivityController::setAddressFromGoogle' => '?',
'App\\Controller\\AutocompleteController::autocompleteActivityAjaxAction' => '?',
'App\\Controller\\AutocompleteController::autocompleteHotelAjaxAction' => '?',
'App\\Controller\\AutocompleteController::autocompleteTransferAjaxAction' => '?',
'App\\Controller\\AutocompleteController::calculateDate' => '?',
'App\\Controller\\AutocompleteController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\AutocompleteController::getDiffDay' => '?',
'App\\Controller\\AutocompleteController::getLogoDirByHost' => '?',
'App\\Controller\\AutocompleteController::getSupplierInfo' => '?',
'App\\Controller\\AutocompleteController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::new' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::excelReportAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController::tableIndexAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::excelReportAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController::tableIndexAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::excelReportAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController::tableIndexAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::excelReportAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController::tableIndexAction' => '?',
'App\\Controller\\BackOffice\\BackOfficeController::calculateDate' => '?',
'App\\Controller\\BackOffice\\BackOfficeController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\BackOfficeController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\BackOfficeController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\BackOfficeController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\BackOfficeController::index' => '?',
'App\\Controller\\BackOffice\\BackOfficeController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\BulkController::BulkUser' => '?',
'App\\Controller\\BackOffice\\BulkController::calculateDate' => '?',
'App\\Controller\\BackOffice\\BulkController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\BulkController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\BulkController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\BulkController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\BulkController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController::calculateDate' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController::delete' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController::edit' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\CollectionPageController::calculateDate' => '?',
'App\\Controller\\BackOffice\\CollectionPageController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\CollectionPageController::delete' => '?',
'App\\Controller\\BackOffice\\CollectionPageController::edit' => '?',
'App\\Controller\\BackOffice\\CollectionPageController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\CollectionPageController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\CollectionPageController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\CollectionPageController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\CountryController::calculateDate' => '?',
'App\\Controller\\BackOffice\\CountryController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\CountryController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\CountryController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\CountryController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\CountryController::listByEntityCountryPhoneCodeAction' => '?',
'App\\Controller\\BackOffice\\CountryController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::ajaxListAction' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::calculateDate' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::customerAccountExcelReportAction' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::delete' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::deleteLogo' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::deleteLogoWebsite' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::doCreation' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::edit' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::new' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::profileListByCustomerAccountAction' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController::tableIndexAction' => '?',
'App\\Controller\\BackOffice\\FormAjaxController::calculateDate' => '?',
'App\\Controller\\BackOffice\\FormAjaxController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\FormAjaxController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\FormAjaxController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\FormAjaxController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\FormAjaxController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\LogController::calculateDate' => '?',
'App\\Controller\\BackOffice\\LogController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\LogController::detailModal' => '?',
'App\\Controller\\BackOffice\\LogController::excelReportAction' => '?',
'App\\Controller\\BackOffice\\LogController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\LogController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\LogController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\LogController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\MyQuoteController::addMyQuotes' => '?',
'App\\Controller\\BackOffice\\MyQuoteController::calculateDate' => '?',
'App\\Controller\\BackOffice\\MyQuoteController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\MyQuoteController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\MyQuoteController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\MyQuoteController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\MyQuoteController::myQuoteModalAction' => '?',
'App\\Controller\\BackOffice\\MyQuoteController::removeMyQuotes' => '?',
'App\\Controller\\BackOffice\\MyQuoteController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\NotificationController::calculateDate' => '?',
'App\\Controller\\BackOffice\\NotificationController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\NotificationController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\NotificationController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\NotificationController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\NotificationController::index' => '?',
'App\\Controller\\BackOffice\\NotificationController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController::calculateDate' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController::hotelConfirmationCancelAction' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController::hotelConfirmationNumberAction' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController::hotelRefuseOnRequestAction' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController::transferConfirmationNumberAction' => '?',
'App\\Controller\\BackOffice\\QualityControlController::calculateDate' => '?',
'App\\Controller\\BackOffice\\QualityControlController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\QualityControlController::editOrCreateAction' => '?',
'App\\Controller\\BackOffice\\QualityControlController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\QualityControlController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\QualityControlController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\QualityControlController::indexAction' => '?',
'App\\Controller\\BackOffice\\QualityControlController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\QuoteController::bookAction' => '?',
'App\\Controller\\BackOffice\\QuoteController::bookAllAction' => '?',
'App\\Controller\\BackOffice\\QuoteController::buildQuote' => '?',
'App\\Controller\\BackOffice\\QuoteController::calculateDate' => '?',
'App\\Controller\\BackOffice\\QuoteController::cancelAllAction' => '?',
'App\\Controller\\BackOffice\\QuoteController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\QuoteController::delete' => '?',
'App\\Controller\\BackOffice\\QuoteController::doCancelAllAction' => '?',
'App\\Controller\\BackOffice\\QuoteController::duplicateAction' => '?',
'App\\Controller\\BackOffice\\QuoteController::duplicateNewDateAction' => '?',
'App\\Controller\\BackOffice\\QuoteController::edit' => '?',
'App\\Controller\\BackOffice\\QuoteController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\QuoteController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\QuoteController::getQuoteItemsForQuoteScreen' => '?',
'App\\Controller\\BackOffice\\QuoteController::getQuoteSuggestions' => '?',
'App\\Controller\\BackOffice\\QuoteController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\QuoteController::lostAction' => '?',
'App\\Controller\\BackOffice\\QuoteController::new' => '?',
'App\\Controller\\BackOffice\\QuoteController::quoteExcelReportAction' => '?',
'App\\Controller\\BackOffice\\QuoteController::quoteItemsSortedAction' => '?',
'App\\Controller\\BackOffice\\QuoteController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\QuoteController::tableIndexAction' => '?',
'App\\Controller\\BackOffice\\QuoteController::voidInvoice' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::SetQcAgent' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::calculateDate' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::changeQuoteAction' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::customizeRates' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::duplicateQuoteItem' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::edit' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::getPaymentStatus' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::newActivity' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::newCarRental' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::newHotelService' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::newTransfer' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::newVilla' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::quoteItemsNameUpdateAction' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::quoteItemsSortUpdateAction' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::removeQuoteItem' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::setHideOrVisibleBatchQuoteItem' => '?',
'App\\Controller\\BackOffice\\QuoteItemController::setHideOrVisibleQuoteItem' => '?',
'App\\Controller\\BackOffice\\ReportController::calculateDate' => '?',
'App\\Controller\\BackOffice\\ReportController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\ReportController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\ReportController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\ReportController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\ReportController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController::excelReportAction' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController::excelReportAction' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController::tableIndexAction' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController::calculateDate' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController::excelReportAction' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController::profitPreviewReportAction' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::approveOrRefuseRequestAccess' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::calculateDate' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::checkDuplicateCustomerAccountModalAction' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::doCreation' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::excelReportRequestAccessAction' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::refuseRequestAccess' => '?',
'App\\Controller\\BackOffice\\RequestAccessController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\UserController::agentListByCustomerAccountAction' => '?',
'App\\Controller\\BackOffice\\UserController::agentPossibleHelperListByQuoteAction' => '?',
'App\\Controller\\BackOffice\\UserController::calculateDate' => '?',
'App\\Controller\\BackOffice\\UserController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\UserController::delete' => '?',
'App\\Controller\\BackOffice\\UserController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\UserController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\UserController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\UserController::new' => '?',
'App\\Controller\\BackOffice\\UserController::profile' => '?',
'App\\Controller\\BackOffice\\UserController::sendCreationEmail' => '?',
'App\\Controller\\BackOffice\\UserController::setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\UserController::show' => '?',
'App\\Controller\\BackOffice\\UserController::userExcelReportAction' => '?',
'App\\Controller\\BackOffice\\WebhooksController::calculateDate' => '?',
'App\\Controller\\BackOffice\\WebhooksController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\WebhooksController::getDiffDay' => '?',
'App\\Controller\\BackOffice\\WebhooksController::getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\WebhooksController::getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\WebhooksController::indexStripe' => '?',
'App\\Controller\\BackOffice\\WebhooksController::setAddressFromGoogle' => '?',
'App\\Controller\\CarRentalController::calculateDate' => '?',
'App\\Controller\\CarRentalController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CarRentalController::detail' => '?',
'App\\Controller\\CarRentalController::getDiffDay' => '?',
'App\\Controller\\CarRentalController::getLogoDirByHost' => '?',
'App\\Controller\\CarRentalController::getSupplierInfo' => '?',
'App\\Controller\\CarRentalController::search' => '?',
'App\\Controller\\CarRentalController::setAddressFromGoogle' => '?',
'App\\Controller\\CheckoutController::calculateDate' => '?',
'App\\Controller\\CheckoutController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CheckoutController::checkoutAction2' => '?',
'App\\Controller\\CheckoutController::checkoutStripePaymentActionModal' => '?',
'App\\Controller\\CheckoutController::createStripeForm' => '?',
'App\\Controller\\CheckoutController::getDiffDay' => '?',
'App\\Controller\\CheckoutController::getLogoDirByHost' => '?',
'App\\Controller\\CheckoutController::getSupplierInfo' => '?',
'App\\Controller\\CheckoutController::indexStripeAction' => '?',
'App\\Controller\\CheckoutController::makePayment' => '?',
'App\\Controller\\CheckoutController::payLaterCheckout' => '?',
'App\\Controller\\CheckoutController::saveCheckoutNames' => '?',
'App\\Controller\\CheckoutController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\ActivityController::activityExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\ActivityController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\ActivityController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\ActivityController::delete' => '?',
'App\\Controller\\CoreOffice\\ActivityController::edit' => '?',
'App\\Controller\\CoreOffice\\ActivityController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\ActivityController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\ActivityController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\ActivityController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\ActivityController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController::delete' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController::edit' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController::index' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController::view' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController::delete' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController::edit' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController::index' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController::view' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController::delete' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController::edit' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController::index' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController::view' => '?',
'App\\Controller\\CoreOffice\\AjaxController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\AjaxController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\AjaxController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\AjaxController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\AjaxController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\AjaxController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CityController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\CityController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\CityController::cityExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\CityController::delete' => '?',
'App\\Controller\\CoreOffice\\CityController::edit' => '?',
'App\\Controller\\CoreOffice\\CityController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\CityController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\CityController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\CityController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CityController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CountryController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\CountryController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\CountryController::countryExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\CountryController::delete' => '?',
'App\\Controller\\CoreOffice\\CountryController::edit' => '?',
'App\\Controller\\CoreOffice\\CountryController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\CountryController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\CountryController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\CountryController::listByEntityAction' => '?',
'App\\Controller\\CoreOffice\\CountryController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CountryController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\CredentialController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\CredentialController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\CredentialController::deactivate' => '?',
'App\\Controller\\CoreOffice\\CredentialController::delete' => '?',
'App\\Controller\\CoreOffice\\CredentialController::edit' => '?',
'App\\Controller\\CoreOffice\\CredentialController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\CredentialController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\CredentialController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\CredentialController::index' => '?',
'App\\Controller\\CoreOffice\\CredentialController::new' => '?',
'App\\Controller\\CoreOffice\\CredentialController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CredentialController::view' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::currencyExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::delete' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::edit' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::listByEntityAction' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CurrencyController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\HotelController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\HotelController::checkDuplicateHotelModalAction' => '?',
'App\\Controller\\CoreOffice\\HotelController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\HotelController::delete' => '?',
'App\\Controller\\CoreOffice\\HotelController::deleteImage' => '?',
'App\\Controller\\CoreOffice\\HotelController::edit' => '?',
'App\\Controller\\CoreOffice\\HotelController::editImage' => '?',
'App\\Controller\\CoreOffice\\HotelController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\HotelController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\HotelController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\HotelController::hotelExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\HotelController::hotelImagesSortUpdateAction' => '?',
'App\\Controller\\CoreOffice\\HotelController::hotelListJsonAction' => '?',
'App\\Controller\\CoreOffice\\HotelController::new' => '?',
'App\\Controller\\CoreOffice\\HotelController::refreshPayOnSiteFee' => '?',
'App\\Controller\\CoreOffice\\HotelController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\HotelController::show' => '?',
'App\\Controller\\CoreOffice\\HotelController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\HotelController::uploadImage' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController::activateDerbysoft' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController::delete' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController::edit' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController::new' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::delete' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::edit' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::new' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::newStatic' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::delete' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::edit' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::index' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController::view' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::availabilityLogResponseModal' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::downloadFileAjax' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController::delete' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController::edit' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController::index' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController::view' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::delete' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::edit' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::index' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::new' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController::view' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::delete' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::edit' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::index' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::new' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController::view' => '?',
'App\\Controller\\CoreOffice\\MealPlanController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\MealPlanController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\MealPlanController::delete' => '?',
'App\\Controller\\CoreOffice\\MealPlanController::edit' => '?',
'App\\Controller\\CoreOffice\\MealPlanController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\MealPlanController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\MealPlanController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\MealPlanController::mealPlanExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\MealPlanController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\MealPlanController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\ProfileController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\ProfileController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\ProfileController::delete' => '?',
'App\\Controller\\CoreOffice\\ProfileController::edit' => '?',
'App\\Controller\\CoreOffice\\ProfileController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\ProfileController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\ProfileController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\ProfileController::index' => '?',
'App\\Controller\\CoreOffice\\ProfileController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\ProfileController::view' => '?',
'App\\Controller\\CoreOffice\\PromotionController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\PromotionController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\PromotionController::delete' => '?',
'App\\Controller\\CoreOffice\\PromotionController::edit' => '?',
'App\\Controller\\CoreOffice\\PromotionController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\PromotionController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\PromotionController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\PromotionController::promotionExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\PromotionController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\PromotionController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\RoleController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\RoleController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\RoleController::delete' => '?',
'App\\Controller\\CoreOffice\\RoleController::edit' => '?',
'App\\Controller\\CoreOffice\\RoleController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\RoleController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\RoleController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\RoleController::index' => '?',
'App\\Controller\\CoreOffice\\RoleController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\RoleController::view' => '?',
'App\\Controller\\CoreOffice\\StateController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\StateController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\StateController::delete' => '?',
'App\\Controller\\CoreOffice\\StateController::edit' => '?',
'App\\Controller\\CoreOffice\\StateController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\StateController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\StateController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\StateController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\StateController::stateExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\StateController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\SupplierController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\SupplierController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\SupplierController::delete' => '?',
'App\\Controller\\CoreOffice\\SupplierController::edit' => '?',
'App\\Controller\\CoreOffice\\SupplierController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\SupplierController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\SupplierController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\SupplierController::new' => '?',
'App\\Controller\\CoreOffice\\SupplierController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\SupplierController::show' => '?',
'App\\Controller\\CoreOffice\\SupplierController::supplierExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\SupplierController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\TransferController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\TransferController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\TransferController::delete' => '?',
'App\\Controller\\CoreOffice\\TransferController::edit' => '?',
'App\\Controller\\CoreOffice\\TransferController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\TransferController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\TransferController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\TransferController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\TransferController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\TransferController::transferExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController::delete' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController::edit' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController::index' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController::view' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController::delete' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController::edit' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController::index' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController::view' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController::delete' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController::edit' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController::index' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController::view' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::delete' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::edit' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::index' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController::view' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::calculateDate' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::delete' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::edit' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::getDiffDay' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::listByEntityAction' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController::zipcodeExcelReportAction' => '?',
'App\\Controller\\CreditNoteController::calculateDate' => '?',
'App\\Controller\\CreditNoteController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CreditNoteController::getDiffDay' => '?',
'App\\Controller\\CreditNoteController::getLogoDirByHost' => '?',
'App\\Controller\\CreditNoteController::getSupplierInfo' => '?',
'App\\Controller\\CreditNoteController::setAddressFromGoogle' => '?',
'App\\Controller\\FormAjaxController::calculateDate' => '?',
'App\\Controller\\FormAjaxController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\FormAjaxController::getDiffDay' => '?',
'App\\Controller\\FormAjaxController::getLogoDirByHost' => '?',
'App\\Controller\\FormAjaxController::getSupplierInfo' => '?',
'App\\Controller\\FormAjaxController::setAddressFromGoogle' => '?',
'App\\Controller\\HomeController::calculateDate' => '?',
'App\\Controller\\HomeController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\HomeController::getDiffDay' => '?',
'App\\Controller\\HomeController::getLogoDirByHost' => '?',
'App\\Controller\\HomeController::getSupplierInfo' => '?',
'App\\Controller\\HomeController::indexAction' => '?',
'App\\Controller\\HomeController::loginAction' => '?',
'App\\Controller\\HomeController::noRatesRequestFormAction' => '?',
'App\\Controller\\HomeController::setAddressFromGoogle' => '?',
'App\\Controller\\HotelController::calculateDate' => '?',
'App\\Controller\\HotelController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\HotelController::getAjaxAvailability' => '?',
'App\\Controller\\HotelController::getDiffDay' => '?',
'App\\Controller\\HotelController::getLogoDirByHost' => '?',
'App\\Controller\\HotelController::getSupplierInfo' => '?',
'App\\Controller\\HotelController::hotelPriceComparison' => '?',
'App\\Controller\\HotelController::hotelRoomsByProductIdAction' => '?',
'App\\Controller\\HotelController::indexAction' => '?',
'App\\Controller\\HotelController::roomAction' => '?',
'App\\Controller\\HotelController::setAddressFromGoogle' => '?',
'App\\Controller\\InvoiceController::calculateDate' => '?',
'App\\Controller\\InvoiceController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\InvoiceController::createIB' => '?',
'App\\Controller\\InvoiceController::domPDFGen' => '?',
'App\\Controller\\InvoiceController::getDiffDay' => '?',
'App\\Controller\\InvoiceController::getLogoDirByHost' => '?',
'App\\Controller\\InvoiceController::getSupplierInfo' => '?',
'App\\Controller\\InvoiceController::newInvoice' => '?',
'App\\Controller\\InvoiceController::pdfCustomInvoice' => '?',
'App\\Controller\\InvoiceController::pdfInvoice' => '?',
'App\\Controller\\InvoiceController::setAddressFromGoogle' => '?',
'App\\Controller\\InvoiceController::voidInvoice' => '?',
'App\\Controller\\LoginController::calculateDate' => '?',
'App\\Controller\\LoginController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\LoginController::forgotPassword' => '?',
'App\\Controller\\LoginController::getDiffDay' => '?',
'App\\Controller\\LoginController::getLogoDirByHost' => '?',
'App\\Controller\\LoginController::getSupplierInfo' => '?',
'App\\Controller\\LoginController::login' => '?',
'App\\Controller\\LoginController::requestAccess' => '?',
'App\\Controller\\LoginController::resetPassword' => '?',
'App\\Controller\\LoginController::setAddressFromGoogle' => '?',
'App\\Controller\\PromoController::calculateDate' => '?',
'App\\Controller\\PromoController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\PromoController::getDiffDay' => '?',
'App\\Controller\\PromoController::getLogoDirByHost' => '?',
'App\\Controller\\PromoController::getSupplierInfo' => '?',
'App\\Controller\\PromoController::hotelIndexAction' => '?',
'App\\Controller\\PromoController::hotelPageAction' => '?',
'App\\Controller\\PromoController::requestFormAction' => '?',
'App\\Controller\\PromoController::setAddressFromGoogle' => '?',
'App\\Controller\\RequestAccessController::calculateDate' => '?',
'App\\Controller\\RequestAccessController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\RequestAccessController::delete' => '?',
'App\\Controller\\RequestAccessController::edit' => '?',
'App\\Controller\\RequestAccessController::getDiffDay' => '?',
'App\\Controller\\RequestAccessController::getLogoDirByHost' => '?',
'App\\Controller\\RequestAccessController::getSupplierInfo' => '?',
'App\\Controller\\RequestAccessController::index' => '?',
'App\\Controller\\RequestAccessController::setAddressFromGoogle' => '?',
'App\\Controller\\RequestAccessController::show' => '?',
'App\\Controller\\ReservationController::calculateDate' => '?',
'App\\Controller\\ReservationController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\ReservationController::getDiffDay' => '?',
'App\\Controller\\ReservationController::getLogoDirByHost' => '?',
'App\\Controller\\ReservationController::getSupplierInfo' => '?',
'App\\Controller\\ReservationController::setAddressFromGoogle' => '?',
'App\\Controller\\SupplierController::activitySupplierInfoAction' => '?',
'App\\Controller\\SupplierController::activitySupplierListAction' => '?',
'App\\Controller\\SupplierController::calculateDate' => '?',
'App\\Controller\\SupplierController::carRentalSupplierInfoAction' => '?',
'App\\Controller\\SupplierController::carRentalSupplierListAction' => '?',
'App\\Controller\\SupplierController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\SupplierController::getDiffDay' => '?',
'App\\Controller\\SupplierController::getLogoDirByHost' => '?',
'App\\Controller\\SupplierController::getSupplierInfo' => '?',
'App\\Controller\\SupplierController::setAddressFromGoogle' => '?',
'App\\Controller\\SupplierController::transferSupplierInfoAction' => '?',
'App\\Controller\\SupplierController::transferSupplierListAction' => '?',
'App\\Controller\\TransferController::calculateDate' => '?',
'App\\Controller\\TransferController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\TransferController::getDiffDay' => '?',
'App\\Controller\\TransferController::getLogoDirByHost' => '?',
'App\\Controller\\TransferController::getSupplierInfo' => '?',
'App\\Controller\\TransferController::indexAction' => '?',
'App\\Controller\\TransferController::setAddressFromGoogle' => '?',
'App\\Controller\\TripController::addItemAction' => '?',
'App\\Controller\\TripController::addItemAjaxAction' => '?',
'App\\Controller\\TripController::bookNowAction' => '?',
'App\\Controller\\TripController::calculateDate' => '?',
'App\\Controller\\TripController::cancelQuoteOrQuoteItem' => '?',
'App\\Controller\\TripController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\TripController::debugNotificationAction' => '?',
'App\\Controller\\TripController::getDiffDay' => '?',
'App\\Controller\\TripController::getLogoDirByHost' => '?',
'App\\Controller\\TripController::getSupplierInfo' => '?',
'App\\Controller\\TripController::indexAction' => '?',
'App\\Controller\\TripController::removeItemAjaxAction' => '?',
'App\\Controller\\TripController::setAddressFromGoogle' => '?',
'App\\Controller\\VoucherController::calculateDate' => '?',
'App\\Controller\\VoucherController::checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\VoucherController::downloadAllInOneVoucher' => '?',
'App\\Controller\\VoucherController::downloadAllVoucher' => '?',
'App\\Controller\\VoucherController::getDiffDay' => '?',
'App\\Controller\\VoucherController::getLogoDirByHost' => '?',
'App\\Controller\\VoucherController::getSupplierInfo' => '?',
'App\\Controller\\VoucherController::previewVoucher' => '?',
'App\\Controller\\VoucherController::removeTempVouchers' => '?',
'App\\Controller\\VoucherController::setAddressFromGoogle' => '?',
'App\\Controller\\VoucherController::voucherAction' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'App\\Controller\\ActivityController:calculateDate' => '?',
'App\\Controller\\ActivityController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\ActivityController:detailsAction' => '?',
'App\\Controller\\ActivityController:getDiffDay' => '?',
'App\\Controller\\ActivityController:getLogoDirByHost' => '?',
'App\\Controller\\ActivityController:getSupplierInfo' => '?',
'App\\Controller\\ActivityController:indexAction' => '?',
'App\\Controller\\ActivityController:setAddressFromGoogle' => '?',
'App\\Controller\\AutocompleteController:autocompleteActivityAjaxAction' => '?',
'App\\Controller\\AutocompleteController:autocompleteHotelAjaxAction' => '?',
'App\\Controller\\AutocompleteController:autocompleteTransferAjaxAction' => '?',
'App\\Controller\\AutocompleteController:calculateDate' => '?',
'App\\Controller\\AutocompleteController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\AutocompleteController:getDiffDay' => '?',
'App\\Controller\\AutocompleteController:getLogoDirByHost' => '?',
'App\\Controller\\AutocompleteController:getSupplierInfo' => '?',
'App\\Controller\\AutocompleteController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\AccountingController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\CommissionPaymentController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:new' => '?',
'App\\Controller\\BackOffice\\Accounting\\PaymentToSupplierController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:excelReportAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\CIPVReportController:tableIndexAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:excelReportAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\MasterListReportController:tableIndexAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:excelReportAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\SalesReportController:tableIndexAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:excelReportAction' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Accounting\\Report\\TopPerformersReportController:tableIndexAction' => '?',
'App\\Controller\\BackOffice\\BackOfficeController:calculateDate' => '?',
'App\\Controller\\BackOffice\\BackOfficeController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\BackOfficeController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\BackOfficeController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\BackOfficeController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\BackOfficeController:index' => '?',
'App\\Controller\\BackOffice\\BackOfficeController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\BulkController:BulkUser' => '?',
'App\\Controller\\BackOffice\\BulkController:calculateDate' => '?',
'App\\Controller\\BackOffice\\BulkController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\BulkController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\BulkController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\BulkController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\BulkController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController:calculateDate' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController:delete' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController:edit' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\CollectionHotelController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\CollectionPageController:calculateDate' => '?',
'App\\Controller\\BackOffice\\CollectionPageController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\CollectionPageController:delete' => '?',
'App\\Controller\\BackOffice\\CollectionPageController:edit' => '?',
'App\\Controller\\BackOffice\\CollectionPageController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\CollectionPageController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\CollectionPageController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\CollectionPageController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\CountryController:calculateDate' => '?',
'App\\Controller\\BackOffice\\CountryController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\CountryController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\CountryController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\CountryController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\CountryController:listByEntityCountryPhoneCodeAction' => '?',
'App\\Controller\\BackOffice\\CountryController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:ajaxListAction' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:calculateDate' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:customerAccountExcelReportAction' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:delete' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:deleteLogo' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:deleteLogoWebsite' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:doCreation' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:edit' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:new' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:profileListByCustomerAccountAction' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\CustomerAccountController:tableIndexAction' => '?',
'App\\Controller\\BackOffice\\FormAjaxController:calculateDate' => '?',
'App\\Controller\\BackOffice\\FormAjaxController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\FormAjaxController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\FormAjaxController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\FormAjaxController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\FormAjaxController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\LogController:calculateDate' => '?',
'App\\Controller\\BackOffice\\LogController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\LogController:detailModal' => '?',
'App\\Controller\\BackOffice\\LogController:excelReportAction' => '?',
'App\\Controller\\BackOffice\\LogController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\LogController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\LogController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\LogController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\MyQuoteController:addMyQuotes' => '?',
'App\\Controller\\BackOffice\\MyQuoteController:calculateDate' => '?',
'App\\Controller\\BackOffice\\MyQuoteController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\MyQuoteController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\MyQuoteController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\MyQuoteController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\MyQuoteController:myQuoteModalAction' => '?',
'App\\Controller\\BackOffice\\MyQuoteController:removeMyQuotes' => '?',
'App\\Controller\\BackOffice\\MyQuoteController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\NotificationController:calculateDate' => '?',
'App\\Controller\\BackOffice\\NotificationController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\NotificationController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\NotificationController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\NotificationController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\NotificationController:index' => '?',
'App\\Controller\\BackOffice\\NotificationController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController:calculateDate' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController:hotelConfirmationCancelAction' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController:hotelConfirmationNumberAction' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController:hotelRefuseOnRequestAction' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\ProviderConfirmationController:transferConfirmationNumberAction' => '?',
'App\\Controller\\BackOffice\\QualityControlController:calculateDate' => '?',
'App\\Controller\\BackOffice\\QualityControlController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\QualityControlController:editOrCreateAction' => '?',
'App\\Controller\\BackOffice\\QualityControlController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\QualityControlController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\QualityControlController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\QualityControlController:indexAction' => '?',
'App\\Controller\\BackOffice\\QualityControlController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\QuoteController:bookAction' => '?',
'App\\Controller\\BackOffice\\QuoteController:bookAllAction' => '?',
'App\\Controller\\BackOffice\\QuoteController:buildQuote' => '?',
'App\\Controller\\BackOffice\\QuoteController:calculateDate' => '?',
'App\\Controller\\BackOffice\\QuoteController:cancelAllAction' => '?',
'App\\Controller\\BackOffice\\QuoteController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\QuoteController:delete' => '?',
'App\\Controller\\BackOffice\\QuoteController:doCancelAllAction' => '?',
'App\\Controller\\BackOffice\\QuoteController:duplicateAction' => '?',
'App\\Controller\\BackOffice\\QuoteController:duplicateNewDateAction' => '?',
'App\\Controller\\BackOffice\\QuoteController:edit' => '?',
'App\\Controller\\BackOffice\\QuoteController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\QuoteController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\QuoteController:getQuoteItemsForQuoteScreen' => '?',
'App\\Controller\\BackOffice\\QuoteController:getQuoteSuggestions' => '?',
'App\\Controller\\BackOffice\\QuoteController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\QuoteController:lostAction' => '?',
'App\\Controller\\BackOffice\\QuoteController:new' => '?',
'App\\Controller\\BackOffice\\QuoteController:quoteExcelReportAction' => '?',
'App\\Controller\\BackOffice\\QuoteController:quoteItemsSortedAction' => '?',
'App\\Controller\\BackOffice\\QuoteController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\QuoteController:tableIndexAction' => '?',
'App\\Controller\\BackOffice\\QuoteController:voidInvoice' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:SetQcAgent' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:calculateDate' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:changeQuoteAction' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:customizeRates' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:duplicateQuoteItem' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:edit' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:getPaymentStatus' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:newActivity' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:newCarRental' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:newHotelService' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:newTransfer' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:newVilla' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:quoteItemsNameUpdateAction' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:quoteItemsSortUpdateAction' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:removeQuoteItem' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:setHideOrVisibleBatchQuoteItem' => '?',
'App\\Controller\\BackOffice\\QuoteItemController:setHideOrVisibleQuoteItem' => '?',
'App\\Controller\\BackOffice\\ReportController:calculateDate' => '?',
'App\\Controller\\BackOffice\\ReportController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\ReportController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\ReportController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\ReportController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\ReportController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController:excelReportAction' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Report\\BudgetReportController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController:excelReportAction' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\Report\\CommissionReportController:tableIndexAction' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController:calculateDate' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController:excelReportAction' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController:profitPreviewReportAction' => '?',
'App\\Controller\\BackOffice\\Report\\ProfitReportController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:approveOrRefuseRequestAccess' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:calculateDate' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:checkDuplicateCustomerAccountModalAction' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:doCreation' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:excelReportRequestAccessAction' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:refuseRequestAccess' => '?',
'App\\Controller\\BackOffice\\RequestAccessController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\UserController:agentListByCustomerAccountAction' => '?',
'App\\Controller\\BackOffice\\UserController:agentPossibleHelperListByQuoteAction' => '?',
'App\\Controller\\BackOffice\\UserController:calculateDate' => '?',
'App\\Controller\\BackOffice\\UserController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\UserController:delete' => '?',
'App\\Controller\\BackOffice\\UserController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\UserController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\UserController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\UserController:new' => '?',
'App\\Controller\\BackOffice\\UserController:profile' => '?',
'App\\Controller\\BackOffice\\UserController:sendCreationEmail' => '?',
'App\\Controller\\BackOffice\\UserController:setAddressFromGoogle' => '?',
'App\\Controller\\BackOffice\\UserController:show' => '?',
'App\\Controller\\BackOffice\\UserController:userExcelReportAction' => '?',
'App\\Controller\\BackOffice\\WebhooksController:calculateDate' => '?',
'App\\Controller\\BackOffice\\WebhooksController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\BackOffice\\WebhooksController:getDiffDay' => '?',
'App\\Controller\\BackOffice\\WebhooksController:getLogoDirByHost' => '?',
'App\\Controller\\BackOffice\\WebhooksController:getSupplierInfo' => '?',
'App\\Controller\\BackOffice\\WebhooksController:indexStripe' => '?',
'App\\Controller\\BackOffice\\WebhooksController:setAddressFromGoogle' => '?',
'App\\Controller\\CarRentalController:calculateDate' => '?',
'App\\Controller\\CarRentalController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CarRentalController:detail' => '?',
'App\\Controller\\CarRentalController:getDiffDay' => '?',
'App\\Controller\\CarRentalController:getLogoDirByHost' => '?',
'App\\Controller\\CarRentalController:getSupplierInfo' => '?',
'App\\Controller\\CarRentalController:search' => '?',
'App\\Controller\\CarRentalController:setAddressFromGoogle' => '?',
'App\\Controller\\CheckoutController:calculateDate' => '?',
'App\\Controller\\CheckoutController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CheckoutController:checkoutAction2' => '?',
'App\\Controller\\CheckoutController:checkoutStripePaymentActionModal' => '?',
'App\\Controller\\CheckoutController:createStripeForm' => '?',
'App\\Controller\\CheckoutController:getDiffDay' => '?',
'App\\Controller\\CheckoutController:getLogoDirByHost' => '?',
'App\\Controller\\CheckoutController:getSupplierInfo' => '?',
'App\\Controller\\CheckoutController:indexStripeAction' => '?',
'App\\Controller\\CheckoutController:makePayment' => '?',
'App\\Controller\\CheckoutController:payLaterCheckout' => '?',
'App\\Controller\\CheckoutController:saveCheckoutNames' => '?',
'App\\Controller\\CheckoutController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\ActivityController:activityExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\ActivityController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\ActivityController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\ActivityController:delete' => '?',
'App\\Controller\\CoreOffice\\ActivityController:edit' => '?',
'App\\Controller\\CoreOffice\\ActivityController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\ActivityController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\ActivityController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\ActivityController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\ActivityController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController:delete' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController:edit' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController:index' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Activity\\CategoryController:view' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController:delete' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController:edit' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController:index' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Activity\\GroupController:view' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController:delete' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController:edit' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController:index' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Activity\\RateController:view' => '?',
'App\\Controller\\CoreOffice\\AjaxController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\AjaxController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\AjaxController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\AjaxController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\AjaxController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\AjaxController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CityController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\CityController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\CityController:cityExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\CityController:delete' => '?',
'App\\Controller\\CoreOffice\\CityController:edit' => '?',
'App\\Controller\\CoreOffice\\CityController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\CityController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\CityController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\CityController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CityController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\CoreOfficeController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CountryController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\CountryController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\CountryController:countryExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\CountryController:delete' => '?',
'App\\Controller\\CoreOffice\\CountryController:edit' => '?',
'App\\Controller\\CoreOffice\\CountryController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\CountryController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\CountryController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\CountryController:listByEntityAction' => '?',
'App\\Controller\\CoreOffice\\CountryController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CountryController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\CredentialController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\CredentialController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\CredentialController:deactivate' => '?',
'App\\Controller\\CoreOffice\\CredentialController:delete' => '?',
'App\\Controller\\CoreOffice\\CredentialController:edit' => '?',
'App\\Controller\\CoreOffice\\CredentialController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\CredentialController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\CredentialController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\CredentialController:index' => '?',
'App\\Controller\\CoreOffice\\CredentialController:new' => '?',
'App\\Controller\\CoreOffice\\CredentialController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CredentialController:view' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:currencyExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:delete' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:edit' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:listByEntityAction' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\CurrencyController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\HotelController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\HotelController:checkDuplicateHotelModalAction' => '?',
'App\\Controller\\CoreOffice\\HotelController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\HotelController:delete' => '?',
'App\\Controller\\CoreOffice\\HotelController:deleteImage' => '?',
'App\\Controller\\CoreOffice\\HotelController:edit' => '?',
'App\\Controller\\CoreOffice\\HotelController:editImage' => '?',
'App\\Controller\\CoreOffice\\HotelController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\HotelController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\HotelController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\HotelController:hotelExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\HotelController:hotelImagesSortUpdateAction' => '?',
'App\\Controller\\CoreOffice\\HotelController:hotelListJsonAction' => '?',
'App\\Controller\\CoreOffice\\HotelController:new' => '?',
'App\\Controller\\CoreOffice\\HotelController:refreshPayOnSiteFee' => '?',
'App\\Controller\\CoreOffice\\HotelController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\HotelController:show' => '?',
'App\\Controller\\CoreOffice\\HotelController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\HotelController:uploadImage' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController:activateDerbysoft' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController:delete' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController:edit' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController:new' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:delete' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:edit' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:new' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:newStatic' => '?',
'App\\Controller\\CoreOffice\\HotelHotelProviderHotelRoomController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:delete' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:edit' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:index' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityController:view' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:availabilityLogResponseModal' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:downloadFileAjax' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Hotel\\AvailabilityLogController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController:delete' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController:edit' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController:index' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\BedController:view' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:delete' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:edit' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:index' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:new' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RateController:view' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:delete' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:edit' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:index' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:new' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Hotel\\RoomController:view' => '?',
'App\\Controller\\CoreOffice\\MealPlanController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\MealPlanController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\MealPlanController:delete' => '?',
'App\\Controller\\CoreOffice\\MealPlanController:edit' => '?',
'App\\Controller\\CoreOffice\\MealPlanController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\MealPlanController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\MealPlanController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\MealPlanController:mealPlanExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\MealPlanController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\MealPlanController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\ProfileController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\ProfileController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\ProfileController:delete' => '?',
'App\\Controller\\CoreOffice\\ProfileController:edit' => '?',
'App\\Controller\\CoreOffice\\ProfileController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\ProfileController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\ProfileController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\ProfileController:index' => '?',
'App\\Controller\\CoreOffice\\ProfileController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\ProfileController:view' => '?',
'App\\Controller\\CoreOffice\\PromotionController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\PromotionController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\PromotionController:delete' => '?',
'App\\Controller\\CoreOffice\\PromotionController:edit' => '?',
'App\\Controller\\CoreOffice\\PromotionController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\PromotionController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\PromotionController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\PromotionController:promotionExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\PromotionController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\PromotionController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\RoleController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\RoleController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\RoleController:delete' => '?',
'App\\Controller\\CoreOffice\\RoleController:edit' => '?',
'App\\Controller\\CoreOffice\\RoleController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\RoleController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\RoleController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\RoleController:index' => '?',
'App\\Controller\\CoreOffice\\RoleController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\RoleController:view' => '?',
'App\\Controller\\CoreOffice\\StateController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\StateController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\StateController:delete' => '?',
'App\\Controller\\CoreOffice\\StateController:edit' => '?',
'App\\Controller\\CoreOffice\\StateController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\StateController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\StateController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\StateController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\StateController:stateExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\StateController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\SupplierController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\SupplierController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\SupplierController:delete' => '?',
'App\\Controller\\CoreOffice\\SupplierController:edit' => '?',
'App\\Controller\\CoreOffice\\SupplierController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\SupplierController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\SupplierController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\SupplierController:new' => '?',
'App\\Controller\\CoreOffice\\SupplierController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\SupplierController:show' => '?',
'App\\Controller\\CoreOffice\\SupplierController:supplierExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\SupplierController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\TransferController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\TransferController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\TransferController:delete' => '?',
'App\\Controller\\CoreOffice\\TransferController:edit' => '?',
'App\\Controller\\CoreOffice\\TransferController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\TransferController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\TransferController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\TransferController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\TransferController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\TransferController:transferExcelReportAction' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController:delete' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController:edit' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController:index' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Transfer\\AirportController:view' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController:delete' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController:edit' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController:index' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Transfer\\LocationController:view' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController:delete' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController:edit' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController:index' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Transfer\\RateController:view' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:delete' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:edit' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:index' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\Transfer\\VehicleController:view' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:calculateDate' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:delete' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:edit' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:getDiffDay' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:getLogoDirByHost' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:getSupplierInfo' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:listByEntityAction' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:setAddressFromGoogle' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:tableIndexAction' => '?',
'App\\Controller\\CoreOffice\\ZipCodeController:zipcodeExcelReportAction' => '?',
'App\\Controller\\CreditNoteController:calculateDate' => '?',
'App\\Controller\\CreditNoteController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\CreditNoteController:getDiffDay' => '?',
'App\\Controller\\CreditNoteController:getLogoDirByHost' => '?',
'App\\Controller\\CreditNoteController:getSupplierInfo' => '?',
'App\\Controller\\CreditNoteController:setAddressFromGoogle' => '?',
'App\\Controller\\FormAjaxController:calculateDate' => '?',
'App\\Controller\\FormAjaxController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\FormAjaxController:getDiffDay' => '?',
'App\\Controller\\FormAjaxController:getLogoDirByHost' => '?',
'App\\Controller\\FormAjaxController:getSupplierInfo' => '?',
'App\\Controller\\FormAjaxController:setAddressFromGoogle' => '?',
'App\\Controller\\HomeController:calculateDate' => '?',
'App\\Controller\\HomeController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\HomeController:getDiffDay' => '?',
'App\\Controller\\HomeController:getLogoDirByHost' => '?',
'App\\Controller\\HomeController:getSupplierInfo' => '?',
'App\\Controller\\HomeController:indexAction' => '?',
'App\\Controller\\HomeController:loginAction' => '?',
'App\\Controller\\HomeController:noRatesRequestFormAction' => '?',
'App\\Controller\\HomeController:setAddressFromGoogle' => '?',
'App\\Controller\\HotelController:calculateDate' => '?',
'App\\Controller\\HotelController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\HotelController:getAjaxAvailability' => '?',
'App\\Controller\\HotelController:getDiffDay' => '?',
'App\\Controller\\HotelController:getLogoDirByHost' => '?',
'App\\Controller\\HotelController:getSupplierInfo' => '?',
'App\\Controller\\HotelController:hotelPriceComparison' => '?',
'App\\Controller\\HotelController:hotelRoomsByProductIdAction' => '?',
'App\\Controller\\HotelController:indexAction' => '?',
'App\\Controller\\HotelController:roomAction' => '?',
'App\\Controller\\HotelController:setAddressFromGoogle' => '?',
'App\\Controller\\InvoiceController:calculateDate' => '?',
'App\\Controller\\InvoiceController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\InvoiceController:createIB' => '?',
'App\\Controller\\InvoiceController:domPDFGen' => '?',
'App\\Controller\\InvoiceController:getDiffDay' => '?',
'App\\Controller\\InvoiceController:getLogoDirByHost' => '?',
'App\\Controller\\InvoiceController:getSupplierInfo' => '?',
'App\\Controller\\InvoiceController:newInvoice' => '?',
'App\\Controller\\InvoiceController:pdfCustomInvoice' => '?',
'App\\Controller\\InvoiceController:pdfInvoice' => '?',
'App\\Controller\\InvoiceController:setAddressFromGoogle' => '?',
'App\\Controller\\InvoiceController:voidInvoice' => '?',
'App\\Controller\\LoginController:calculateDate' => '?',
'App\\Controller\\LoginController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\LoginController:forgotPassword' => '?',
'App\\Controller\\LoginController:getDiffDay' => '?',
'App\\Controller\\LoginController:getLogoDirByHost' => '?',
'App\\Controller\\LoginController:getSupplierInfo' => '?',
'App\\Controller\\LoginController:login' => '?',
'App\\Controller\\LoginController:requestAccess' => '?',
'App\\Controller\\LoginController:resetPassword' => '?',
'App\\Controller\\LoginController:setAddressFromGoogle' => '?',
'App\\Controller\\PromoController:calculateDate' => '?',
'App\\Controller\\PromoController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\PromoController:getDiffDay' => '?',
'App\\Controller\\PromoController:getLogoDirByHost' => '?',
'App\\Controller\\PromoController:getSupplierInfo' => '?',
'App\\Controller\\PromoController:hotelIndexAction' => '?',
'App\\Controller\\PromoController:hotelPageAction' => '?',
'App\\Controller\\PromoController:requestFormAction' => '?',
'App\\Controller\\PromoController:setAddressFromGoogle' => '?',
'App\\Controller\\RequestAccessController:calculateDate' => '?',
'App\\Controller\\RequestAccessController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\RequestAccessController:delete' => '?',
'App\\Controller\\RequestAccessController:edit' => '?',
'App\\Controller\\RequestAccessController:getDiffDay' => '?',
'App\\Controller\\RequestAccessController:getLogoDirByHost' => '?',
'App\\Controller\\RequestAccessController:getSupplierInfo' => '?',
'App\\Controller\\RequestAccessController:index' => '?',
'App\\Controller\\RequestAccessController:setAddressFromGoogle' => '?',
'App\\Controller\\RequestAccessController:show' => '?',
'App\\Controller\\ReservationController:calculateDate' => '?',
'App\\Controller\\ReservationController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\ReservationController:getDiffDay' => '?',
'App\\Controller\\ReservationController:getLogoDirByHost' => '?',
'App\\Controller\\ReservationController:getSupplierInfo' => '?',
'App\\Controller\\ReservationController:setAddressFromGoogle' => '?',
'App\\Controller\\SupplierController:activitySupplierInfoAction' => '?',
'App\\Controller\\SupplierController:activitySupplierListAction' => '?',
'App\\Controller\\SupplierController:calculateDate' => '?',
'App\\Controller\\SupplierController:carRentalSupplierInfoAction' => '?',
'App\\Controller\\SupplierController:carRentalSupplierListAction' => '?',
'App\\Controller\\SupplierController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\SupplierController:getDiffDay' => '?',
'App\\Controller\\SupplierController:getLogoDirByHost' => '?',
'App\\Controller\\SupplierController:getSupplierInfo' => '?',
'App\\Controller\\SupplierController:setAddressFromGoogle' => '?',
'App\\Controller\\SupplierController:transferSupplierInfoAction' => '?',
'App\\Controller\\SupplierController:transferSupplierListAction' => '?',
'App\\Controller\\TransferController:calculateDate' => '?',
'App\\Controller\\TransferController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\TransferController:getDiffDay' => '?',
'App\\Controller\\TransferController:getLogoDirByHost' => '?',
'App\\Controller\\TransferController:getSupplierInfo' => '?',
'App\\Controller\\TransferController:indexAction' => '?',
'App\\Controller\\TransferController:setAddressFromGoogle' => '?',
'App\\Controller\\TripController:addItemAction' => '?',
'App\\Controller\\TripController:addItemAjaxAction' => '?',
'App\\Controller\\TripController:bookNowAction' => '?',
'App\\Controller\\TripController:calculateDate' => '?',
'App\\Controller\\TripController:cancelQuoteOrQuoteItem' => '?',
'App\\Controller\\TripController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\TripController:debugNotificationAction' => '?',
'App\\Controller\\TripController:getDiffDay' => '?',
'App\\Controller\\TripController:getLogoDirByHost' => '?',
'App\\Controller\\TripController:getSupplierInfo' => '?',
'App\\Controller\\TripController:indexAction' => '?',
'App\\Controller\\TripController:removeItemAjaxAction' => '?',
'App\\Controller\\TripController:setAddressFromGoogle' => '?',
'App\\Controller\\VoucherController:calculateDate' => '?',
'App\\Controller\\VoucherController:checkIfGrantedToSeeQuote' => '?',
'App\\Controller\\VoucherController:downloadAllInOneVoucher' => '?',
'App\\Controller\\VoucherController:downloadAllVoucher' => '?',
'App\\Controller\\VoucherController:getDiffDay' => '?',
'App\\Controller\\VoucherController:getLogoDirByHost' => '?',
'App\\Controller\\VoucherController:getSupplierInfo' => '?',
'App\\Controller\\VoucherController:previewVoucher' => '?',
'App\\Controller\\VoucherController:removeTempVouchers' => '?',
'App\\Controller\\VoucherController:setAddressFromGoogle' => '?',
'App\\Controller\\VoucherController:voucherAction' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
]);
}
/**
* Gets the private '.service_locator.Fq8VBVP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Fq8VBVPService()
{
return $this->privates['.service_locator.Fq8VBVP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quoteItem' => ['privates', '.errored..service_locator.Fq8VBVP.App\\Entity\\QuoteItem', NULL, 'Cannot autowire service ".service_locator.Fq8VBVP": it references class "App\\Entity\\QuoteItem" but no such service exists.'],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quoteItem' => 'App\\Entity\\QuoteItem',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
]);
}
/**
* Gets the private '.service_locator.G6YxggY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_G6YxggYService()
{
return $this->privates['.service_locator.G6YxggY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
'quoteItemRepository' => ['privates', 'App\\Repository\\QuoteItemRepository', 'getQuoteItemRepositoryService', false],
'quoteRepository' => ['privates', 'App\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
], [
'hubSpotAPI' => 'App\\HubSpotAPI\\HubSpotAPI',
'quoteItemRepository' => 'App\\Repository\\QuoteItemRepository',
'quoteRepository' => 'App\\Repository\\QuoteRepository',
]);
}
/**
* Gets the private '.service_locator.GOdzyaH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GOdzyaHService()
{
return $this->privates['.service_locator.GOdzyaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'logRepository' => ['privates', 'App\\Repository\\LogRepository', 'getLogRepositoryService', false],
], [
'logRepository' => 'App\\Repository\\LogRepository',
]);
}
/**
* Gets the private '.service_locator.G_w0vsm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GW0vsmService()
{
return $this->privates['.service_locator.G_w0vsm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelBedRepository' => ['privates', 'Api\\Repository\\HotelRoomBedTypeRepository', 'getHotelRoomBedTypeRepositoryService', false],
], [
'hotelBedRepository' => 'Api\\Repository\\HotelRoomBedTypeRepository',
]);
}
/**
* Gets the private '.service_locator.GeDD270' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GeDD270Service()
{
return $this->privates['.service_locator.GeDD270'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'countryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
'googleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
'stateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
], [
'countryRepository' => 'App\\Repository\\CountryRepository',
'googleApi' => 'App\\GoogleAPI\\GoogleApi',
'stateRepository' => 'App\\Repository\\StateRepository',
]);
}
/**
* Gets the private '.service_locator.HJFvT3J' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HJFvT3JService()
{
return $this->privates['.service_locator.HJFvT3J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'stripe' => ['privates', 'App\\Payment\\Stripe', 'getStripeService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'stripe' => 'App\\Payment\\Stripe',
]);
}
/**
* Gets the private '.service_locator.HigUMU9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HigUMU9Service()
{
return $this->privates['.service_locator.HigUMU9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quoteRepository' => ['privates', 'App\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
], [
'quoteRepository' => 'App\\Repository\\QuoteRepository',
]);
}
/**
* Gets the private '.service_locator.Hw2bIyz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Hw2bIyzService()
{
return $this->privates['.service_locator.Hw2bIyz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'googleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
'supplier' => ['privates', 'Api\\Entity\\Supplier', 'getSupplierService', false],
], [
'googleApi' => 'App\\GoogleAPI\\GoogleApi',
'supplier' => 'Api\\Entity\\Supplier',
]);
}
/**
* Gets the private '.service_locator.I43e85o' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_I43e85oService()
{
return $this->privates['.service_locator.I43e85o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assetsManager' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'quote' => ['privates', '.errored..service_locator.I43e85o.App\\Entity\\Quote', NULL, 'Cannot autowire service ".service_locator.I43e85o": it references class "App\\Entity\\Quote" but no such service exists.'],
], [
'assetsManager' => '?',
'coreApi' => 'App\\COREapi\\CoreApi',
'quote' => 'App\\Entity\\Quote',
]);
}
/**
* Gets the private '.service_locator.I7y7LcW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_I7y7LcWService()
{
return $this->privates['.service_locator.I7y7LcW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailer' => ['privates', 'App\\Mailer\\NotificationSystemMailer', 'getNotificationSystemMailerService', false],
], [
'mailer' => 'App\\Mailer\\NotificationSystemMailer',
]);
}
/**
* Gets the private '.service_locator.IJe2Ntz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IJe2NtzService()
{
return $this->privates['.service_locator.IJe2Ntz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'countryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
'encoder' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'googleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
'mailer' => ['privates', 'App\\Mailer\\AccountMailer', 'getAccountMailerService', false],
'requestAccess' => ['privates', '.errored..service_locator.IJe2Ntz.App\\Entity\\RequestAccess', NULL, 'Cannot autowire service ".service_locator.IJe2Ntz": it references class "App\\Entity\\RequestAccess" but no such service exists.'],
'stateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
], [
'countryRepository' => 'App\\Repository\\CountryRepository',
'encoder' => '?',
'googleApi' => 'App\\GoogleAPI\\GoogleApi',
'mailer' => 'App\\Mailer\\AccountMailer',
'requestAccess' => 'App\\Entity\\RequestAccess',
'stateRepository' => 'App\\Repository\\StateRepository',
]);
}
/**
* Gets the private '.service_locator.IM.Q.yJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IM_Q_YJService()
{
return $this->privates['.service_locator.IM.Q.yJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'hubSpotAPI' => 'App\\HubSpotAPI\\HubSpotAPI',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.IWpzQuA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IWpzQuAService()
{
return $this->privates['.service_locator.IWpzQuA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'activityCategory' => ['privates', 'Api\\Entity\\ActivityCategory', 'getActivityCategoryService', false],
], [
'activityCategory' => 'Api\\Entity\\ActivityCategory',
]);
}
/**
* Gets the private '.service_locator.IrWFpfs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IrWFpfsService()
{
return $this->privates['.service_locator.IrWFpfs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repository' => ['privates', 'Api\\Repository\\HotelRepository', 'getHotelRepositoryService', false],
'repositoryHotelHotelProvider' => ['privates', 'Api\\Repository\\HotelHotelProviderRepository', 'getHotelHotelProviderRepositoryService', false],
], [
'repository' => 'Api\\Repository\\HotelRepository',
'repositoryHotelHotelProvider' => 'Api\\Repository\\HotelHotelProviderRepository',
]);
}
/**
* Gets the private '.service_locator.Isyi.eu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Isyi_EuService()
{
return $this->privates['.service_locator.Isyi.eu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
], [
'encoder' => '?',
]);
}
/**
* Gets the private '.service_locator.K03uUWw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K03uUWwService()
{
return $this->privates['.service_locator.K03uUWw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailer' => ['privates', 'App\\Mailer\\AccountMailer', 'getAccountMailerService', false],
], [
'mailer' => 'App\\Mailer\\AccountMailer',
]);
}
/**
* Gets the private '.service_locator.KDC43Dw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KDC43DwService()
{
return $this->privates['.service_locator.KDC43Dw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'openAiApi' => ['privates', 'App\\OpenaiAPI\\OpenaiAPI', 'getOpenaiAPIService', false],
'quote' => ['privates', '.errored..service_locator.KDC43Dw.App\\Entity\\Quote', NULL, 'Cannot autowire service ".service_locator.KDC43Dw": it references class "App\\Entity\\Quote" but no such service exists.'],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'openAiApi' => 'App\\OpenaiAPI\\OpenaiAPI',
'quote' => 'App\\Entity\\Quote',
]);
}
/**
* Gets the private '.service_locator.Keca2DK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Keca2DKService()
{
return $this->privates['.service_locator.Keca2DK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'stripe' => ['privates', 'App\\Payment\\Stripe', 'getStripeService', false],
], [
'em' => '?',
'stripe' => 'App\\Payment\\Stripe',
]);
}
/**
* Gets the private '.service_locator.L6PW75e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_L6PW75eService()
{
return $this->privates['.service_locator.L6PW75e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transferLocation' => ['privates', 'Api\\Entity\\TransferLocation', 'getTransferLocationService', false],
], [
'transferLocation' => 'Api\\Entity\\TransferLocation',
]);
}
/**
* Gets the private '.service_locator.L6VXmVr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_L6VXmVrService()
{
return $this->privates['.service_locator.L6VXmVr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transferLocationRepository' => ['privates', 'Api\\Repository\\TransferLocationRepository', 'getTransferLocationRepositoryService', false],
], [
'transferLocationRepository' => 'Api\\Repository\\TransferLocationRepository',
]);
}
/**
* Gets the private '.service_locator.LjU92wr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LjU92wrService()
{
return $this->privates['.service_locator.LjU92wr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'zipCodeRepository' => ['privates', 'Api\\Repository\\ZipCodeRepository', 'getZipCodeRepositoryService', false],
], [
'zipCodeRepository' => 'Api\\Repository\\ZipCodeRepository',
]);
}
/**
* Gets the private '.service_locator.MmxTsoS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MmxTsoSService()
{
return $this->privates['.service_locator.MmxTsoS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'role' => ['privates', 'Api\\Entity\\ApiRole', 'getApiRoleService', false],
], [
'role' => 'Api\\Entity\\ApiRole',
]);
}
/**
* Gets the private '.service_locator.N.Sd_2o' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_N_Sd2oService()
{
return $this->privates['.service_locator.N.Sd_2o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'notificationEventRepository' => ['privates', 'App\\Repository\\NotificationEventRepository', 'getNotificationEventRepositoryService', false],
], [
'notificationEventRepository' => 'App\\Repository\\NotificationEventRepository',
]);
}
/**
* Gets the private '.service_locator.N2i659J' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_N2i659JService()
{
return $this->privates['.service_locator.N2i659J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'stripe' => ['privates', 'App\\Payment\\Stripe', 'getStripeService', false],
], [
'em' => '?',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'stripe' => 'App\\Payment\\Stripe',
]);
}
/**
* Gets the private '.service_locator.NZlkikH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NZlkikHService()
{
return $this->privates['.service_locator.NZlkikH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
]);
}
/**
* Gets the private '.service_locator.NwAEq8Z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NwAEq8ZService()
{
return $this->privates['.service_locator.NwAEq8Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'hubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'quote' => ['privates', '.errored..service_locator.NwAEq8Z.App\\Entity\\Quote', NULL, 'Cannot autowire service ".service_locator.NwAEq8Z": it references class "App\\Entity\\Quote" but no such service exists.'],
'reservationApi' => ['privates', 'App\\COREapi\\ReservationApi', 'getReservationApiService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'hubSpotAPI' => 'App\\HubSpotAPI\\HubSpotAPI',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'quote' => 'App\\Entity\\Quote',
'reservationApi' => 'App\\COREapi\\ReservationApi',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
]);
}
/**
* Gets the private '.service_locator.OgDM3i1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OgDM3i1Service()
{
return $this->privates['.service_locator.OgDM3i1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'googleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'googleApi' => 'App\\GoogleAPI\\GoogleApi',
]);
}
/**
* Gets the private '.service_locator.P_xG4m1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PXG4m1Service()
{
return $this->privates['.service_locator.P_xG4m1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'requestAccess' => ['privates', '.errored..service_locator.P_xG4m1.App\\Entity\\RequestAccess', NULL, 'Cannot autowire service ".service_locator.P_xG4m1": it references class "App\\Entity\\RequestAccess" but no such service exists.'],
], [
'requestAccess' => 'App\\Entity\\RequestAccess',
]);
}
/**
* Gets the private '.service_locator.Pa5vJ0p' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Pa5vJ0pService()
{
return $this->privates['.service_locator.Pa5vJ0p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelAvailabilityRepository' => ['privates', 'Api\\Repository\\HotelRoomAvailabilityTypeRepository', 'getHotelRoomAvailabilityTypeRepositoryService', false],
], [
'hotelAvailabilityRepository' => 'Api\\Repository\\HotelRoomAvailabilityTypeRepository',
]);
}
/**
* Gets the private '.service_locator.Q1F27w5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Q1F27w5Service()
{
return $this->privates['.service_locator.Q1F27w5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.QbzZxGR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QbzZxGRService()
{
return $this->privates['.service_locator.QbzZxGR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelHotelProvider' => ['privates', 'Api\\Entity\\HotelHotelProvider', 'getHotelHotelProviderService', false],
], [
'hotelHotelProvider' => 'Api\\Entity\\HotelHotelProvider',
]);
}
/**
* Gets the private '.service_locator.QiPh4gl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QiPh4glService()
{
return $this->privates['.service_locator.QiPh4gl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'profile' => ['privates', 'Api\\Entity\\ApiProfile', 'getApiProfileService', false],
], [
'profile' => 'Api\\Entity\\ApiProfile',
]);
}
/**
* Gets the private '.service_locator.QqzZyrs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QqzZyrsService()
{
return $this->privates['.service_locator.QqzZyrs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'stripe' => ['privates', 'App\\Payment\\Stripe', 'getStripeService', false],
], [
'stripe' => 'App\\Payment\\Stripe',
]);
}
/**
* Gets the private '.service_locator.RZHP5d1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RZHP5d1Service()
{
return $this->privates['.service_locator.RZHP5d1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assetsManager' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
], [
'assetsManager' => '?',
]);
}
/**
* Gets the private '.service_locator.Rk_Y2Go' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RkY2GoService()
{
return $this->privates['.service_locator.Rk_Y2Go'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'credential' => ['privates', 'Api\\Entity\\ApiCredential', 'getApiCredentialService', false],
], [
'credential' => 'Api\\Entity\\ApiCredential',
]);
}
/**
* Gets the private '.service_locator.RoU640d' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RoU640dService()
{
return $this->privates['.service_locator.RoU640d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'country' => ['privates', 'Api\\Entity\\Country', 'getCountryService', false],
], [
'country' => 'Api\\Entity\\Country',
]);
}
/**
* Gets the private '.service_locator.SbMnSOR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SbMnSORService()
{
return $this->privates['.service_locator.SbMnSOR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quoteItem' => ['privates', '.errored..service_locator.SbMnSOR.App\\Entity\\QuoteItem', NULL, 'Cannot autowire service ".service_locator.SbMnSOR": it references class "App\\Entity\\QuoteItem" but no such service exists.'],
], [
'quoteItem' => 'App\\Entity\\QuoteItem',
]);
}
/**
* Gets the private '.service_locator.See6KsQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_See6KsQService()
{
return $this->privates['.service_locator.See6KsQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'quoteItemRepository' => ['privates', 'App\\Repository\\QuoteItemRepository', 'getQuoteItemRepositoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'quoteItemRepository' => 'App\\Repository\\QuoteItemRepository',
]);
}
/**
* Gets the private '.service_locator.T.OoY_m' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T_OoYMService()
{
return $this->privates['.service_locator.T.OoY_m'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.TErLdlc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TErLdlcService()
{
return $this->privates['.service_locator.TErLdlc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
'guard' => ['privates', 'security.authentication.guard_handler', 'getSecurity_Authentication_GuardHandlerService', false],
'loginAuthenticator' => ['privates', 'App\\Security\\LoginFormAuthenticator', 'getLoginFormAuthenticatorService', false],
], [
'authenticationUtils' => '?',
'guard' => '?',
'loginAuthenticator' => 'App\\Security\\LoginFormAuthenticator',
]);
}
/**
* Gets the private '.service_locator.TG.kuvk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TG_KuvkService()
{
return $this->privates['.service_locator.TG.kuvk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelRepository' => ['privates', 'Api\\Repository\\HotelRepository', 'getHotelRepositoryService', false],
], [
'hotelRepository' => 'Api\\Repository\\HotelRepository',
]);
}
/**
* Gets the private '.service_locator.TrCR8B8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TrCR8B8Service()
{
return $this->privates['.service_locator.TrCR8B8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
]);
}
/**
* Gets the private '.service_locator.UIpSmKB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UIpSmKBService()
{
return $this->privates['.service_locator.UIpSmKB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'credential' => ['privates', 'Api\\Entity\\ApiCredential', 'getApiCredentialService', false],
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
], [
'credential' => 'Api\\Entity\\ApiCredential',
'encoder' => '?',
]);
}
/**
* Gets the private '.service_locator.UaP06V8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UaP06V8Service()
{
return $this->privates['.service_locator.UaP06V8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transferVehicle' => ['privates', 'Api\\Entity\\TransferVehicle', 'getTransferVehicleService', false],
], [
'transferVehicle' => 'Api\\Entity\\TransferVehicle',
]);
}
/**
* Gets the private '.service_locator.V.X2ZPl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_V_X2ZPlService()
{
return $this->privates['.service_locator.V.X2ZPl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'googleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
], [
'googleApi' => 'App\\GoogleAPI\\GoogleApi',
]);
}
/**
* Gets the private '.service_locator.VPmuI1_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VPmuI1Service()
{
return $this->privates['.service_locator.VPmuI1_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transferAirportRepository' => ['privates', 'Api\\Repository\\TransferAirportRepository', 'getTransferAirportRepositoryService', false],
], [
'transferAirportRepository' => 'Api\\Repository\\TransferAirportRepository',
]);
}
/**
* Gets the private '.service_locator.VkFB4hc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VkFB4hcService()
{
return $this->privates['.service_locator.VkFB4hc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\ReservationApi', 'getReservationApiService', false],
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
], [
'coreApi' => 'App\\COREapi\\ReservationApi',
'doctrine' => '?',
]);
}
/**
* Gets the private '.service_locator.WRyIR_m' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WRyIRMService()
{
return $this->privates['.service_locator.WRyIR_m'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fileApi' => ['privates', 'App\\COREapi\\FileApi', 'getFileApiService', false],
'fileImage' => ['privates', 'App\\Model\\File\\FileImage', 'getFileImageService', false],
'hotel' => ['privates', 'Api\\Entity\\Hotel', 'getHotelService', false],
], [
'fileApi' => 'App\\COREapi\\FileApi',
'fileImage' => 'App\\Model\\File\\FileImage',
'hotel' => 'Api\\Entity\\Hotel',
]);
}
/**
* Gets the private '.service_locator.WXiL8Pw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WXiL8PwService()
{
return $this->privates['.service_locator.WXiL8Pw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailer' => ['privates', 'App\\Mailer\\AccountMailer', 'getAccountMailerService', false],
], [
'mailer' => 'App\\Mailer\\AccountMailer',
]);
}
/**
* Gets the private '.service_locator.WyyBKDM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WyyBKDMService()
{
return $this->privates['.service_locator.WyyBKDM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
'stripe' => ['privates', 'App\\Payment\\Stripe', 'getStripeService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'em' => '?',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
'stripe' => 'App\\Payment\\Stripe',
]);
}
/**
* Gets the private '.service_locator.X0sX3MF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X0sX3MFService()
{
return $this->privates['.service_locator.X0sX3MF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'googleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
'mailer' => ['privates', 'App\\Mailer\\AccountMailer', 'getAccountMailerService', false],
'userRepo' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'googleApi' => 'App\\GoogleAPI\\GoogleApi',
'mailer' => 'App\\Mailer\\AccountMailer',
'userRepo' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.XhrQ.VT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XhrQ_VTService()
{
return $this->privates['.service_locator.XhrQ.VT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotel' => ['privates', 'Api\\Entity\\Hotel', 'getHotelService', false],
], [
'hotel' => 'Api\\Entity\\Hotel',
]);
}
/**
* Gets the private '.service_locator.XsyfP82' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XsyfP82Service()
{
return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.Y.lVXuG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y_LVXuGService()
{
return $this->privates['.service_locator.Y.lVXuG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\ReservationApi', 'getReservationApiService', false],
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
], [
'coreApi' => 'App\\COREapi\\ReservationApi',
'doctrine' => '?',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
]);
}
/**
* Gets the private '.service_locator.Y9jTYW4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y9jTYW4Service()
{
return $this->privates['.service_locator.Y9jTYW4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelRoom' => ['privates', 'Api\\Entity\\HotelRoom', 'getHotelRoomService', false],
], [
'hotelRoom' => 'Api\\Entity\\HotelRoom',
]);
}
/**
* Gets the private '.service_locator.ZEvbTGw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZEvbTGwService()
{
return $this->privates['.service_locator.ZEvbTGw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'apiRoleRepository' => ['privates', 'Api\\Repository\\ApiRoleRepository', 'getApiRoleRepositoryService', false],
], [
'apiRoleRepository' => 'Api\\Repository\\ApiRoleRepository',
]);
}
/**
* Gets the private '.service_locator.ZeKO0yc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZeKO0ycService()
{
return $this->privates['.service_locator.ZeKO0yc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transferAirport' => ['privates', 'Api\\Entity\\TransferAirport', 'getTransferAirportService', false],
], [
'transferAirport' => 'Api\\Entity\\TransferAirport',
]);
}
/**
* Gets the private '.service_locator._BFxT0.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BFxT0_Service()
{
return $this->privates['.service_locator._BFxT0.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
], [
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
]);
}
/**
* Gets the private '.service_locator._uV7W12' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UV7W12Service()
{
return $this->privates['.service_locator._uV7W12'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assetsManager' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'quoteRepository' => ['privates', 'App\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
], [
'assetsManager' => '?',
'quoteRepository' => 'App\\Repository\\QuoteRepository',
]);
}
/**
* Gets the private '.service_locator.a6dTnQQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A6dTnQQService()
{
return $this->privates['.service_locator.a6dTnQQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'apiProfileRepository' => ['privates', 'Api\\Repository\\ApiProfileRepository', 'getApiProfileRepositoryService', false],
], [
'apiProfileRepository' => 'Api\\Repository\\ApiProfileRepository',
]);
}
/**
* Gets the private '.service_locator.bDQq3Dt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BDQq3DtService()
{
return $this->privates['.service_locator.bDQq3Dt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repository' => ['privates', 'Api\\Repository\\CountryRepository', 'getCountryRepository2Service', false],
], [
'repository' => 'Api\\Repository\\CountryRepository',
]);
}
/**
* Gets the private '.service_locator.bNnvXBS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BNnvXBSService()
{
return $this->privates['.service_locator.bNnvXBS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fileApi' => ['privates', 'App\\COREapi\\FileApi', 'getFileApiService', false],
'hotelRepository' => ['privates', 'Api\\Repository\\HotelRepository', 'getHotelRepositoryService', false],
], [
'fileApi' => 'App\\COREapi\\FileApi',
'hotelRepository' => 'Api\\Repository\\HotelRepository',
]);
}
/**
* Gets the private '.service_locator.beYpJCl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BeYpJClService()
{
return $this->privates['.service_locator.beYpJCl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'activityRateRepository' => ['privates', 'Api\\Repository\\ActivityRateRepository', 'getActivityRateRepositoryService', false],
], [
'activityRateRepository' => 'Api\\Repository\\ActivityRateRepository',
]);
}
/**
* Gets the private '.service_locator.c1zy3rb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_C1zy3rbService()
{
return $this->privates['.service_locator.c1zy3rb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelAvailability' => ['privates', 'Api\\Entity\\HotelRoomAvailabilityType', 'getHotelRoomAvailabilityTypeService', false],
], [
'hotelAvailability' => 'Api\\Entity\\HotelRoomAvailabilityType',
]);
}
/**
* Gets the private '.service_locator.cgamkBF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CgamkBFService()
{
return $this->privates['.service_locator.cgamkBF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'quote' => ['privates', '.errored..service_locator.cgamkBF.App\\Entity\\Quote', NULL, 'Cannot autowire service ".service_locator.cgamkBF": it references class "App\\Entity\\Quote" but no such service exists.'],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'quote' => 'App\\Entity\\Quote',
]);
}
/**
* Gets the private '.service_locator.dHLyUp.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DHLyUp_Service()
{
return $this->privates['.service_locator.dHLyUp.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'creditNoteFactory' => ['privates', 'App\\Payment\\CreditNoteFactory', 'getCreditNoteFactoryService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'creditNoteFactory' => 'App\\Payment\\CreditNoteFactory',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
]);
}
/**
* Gets the private '.service_locator.fsXvNJ8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FsXvNJ8Service()
{
return $this->privates['.service_locator.fsXvNJ8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assetsManager' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'qbInvoiceRepository' => ['privates', 'App\\Repository\\QBInvoiceRepository', 'getQBInvoiceRepositoryService', false],
], [
'assetsManager' => '?',
'coreApi' => 'App\\COREapi\\CoreApi',
'qbInvoiceRepository' => 'App\\Repository\\QBInvoiceRepository',
]);
}
/**
* Gets the private '.service_locator.g5XI93.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_G5XI93_Service()
{
return $this->privates['.service_locator.g5XI93.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
], [
'repository' => 'App\\Repository\\CountryRepository',
]);
}
/**
* Gets the private '.service_locator.hE186AV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HE186AVService()
{
return $this->privates['.service_locator.hE186AV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'quote' => ['privates', '.errored..service_locator.hE186AV.App\\Entity\\Quote', NULL, 'Cannot autowire service ".service_locator.hE186AV": it references class "App\\Entity\\Quote" but no such service exists.'],
], [
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'quote' => 'App\\Entity\\Quote',
]);
}
/**
* Gets the private '.service_locator.hSPE96I' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HSPE96IService()
{
return $this->privates['.service_locator.hSPE96I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quote' => ['privates', '.errored..service_locator.hSPE96I.App\\Entity\\Quote', NULL, 'Cannot autowire service ".service_locator.hSPE96I": it references class "App\\Entity\\Quote" but no such service exists.'],
], [
'quote' => 'App\\Entity\\Quote',
]);
}
/**
* Gets the private '.service_locator.iOPU_qD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IOPUQDService()
{
return $this->privates['.service_locator.iOPU_qD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
], [
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
]);
}
/**
* Gets the private '.service_locator.ivN00Nx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IvN00NxService()
{
return $this->privates['.service_locator.ivN00Nx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'collectionHotel' => ['privates', '.errored..service_locator.ivN00Nx.App\\Entity\\CollectionHotel', NULL, 'Cannot autowire service ".service_locator.ivN00Nx": it references class "App\\Entity\\CollectionHotel" but no such service exists.'],
], [
'collectionHotel' => 'App\\Entity\\CollectionHotel',
]);
}
/**
* Gets the private '.service_locator.jtI7Unb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JtI7UnbService()
{
return $this->privates['.service_locator.jtI7Unb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'reservation' => ['privates', '.errored..service_locator.jtI7Unb.App\\Entity\\Reservation', NULL, 'Cannot autowire service ".service_locator.jtI7Unb": it references class "App\\Entity\\Reservation" but no such service exists.'],
], [
'reservation' => 'App\\Entity\\Reservation',
]);
}
/**
* Gets the private '.service_locator.l_D8uX3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LD8uX3Service()
{
return $this->privates['.service_locator.l_D8uX3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'activityGroupRepository' => ['privates', 'Api\\Repository\\ActivityGroupRepository', 'getActivityGroupRepositoryService', false],
], [
'activityGroupRepository' => 'Api\\Repository\\ActivityGroupRepository',
]);
}
/**
* Gets the private '.service_locator.lrVOhnb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LrVOhnbService()
{
return $this->privates['.service_locator.lrVOhnb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'customerAccountRepository' => ['privates', 'App\\Repository\\CustomerAccountRepository', 'getCustomerAccountRepositoryService', false],
], [
'customerAccountRepository' => 'App\\Repository\\CustomerAccountRepository',
]);
}
/**
* Gets the private '.service_locator.mCp8r_0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MCp8r0Service()
{
return $this->privates['.service_locator.mCp8r_0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'assetsManager' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'assetsManager' => '?',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.maUAczR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MaUAczRService()
{
return $this->privates['.service_locator.maUAczR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.mx0UMmY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mx0UMmYService()
{
return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.mx0UMmY.App\Controller\BackOffice\WebhooksController' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getWebhooksController2Service()
{
return ($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BackOffice\\WebhooksController', $this);
}
/**
* Gets the private '.service_locator.nAehOU1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NAehOU1Service()
{
return $this->privates['.service_locator.nAehOU1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'requestAccessRepository' => ['privates', 'App\\Repository\\RequestAccessRepository', 'getRequestAccessRepositoryService', false],
], [
'requestAccessRepository' => 'App\\Repository\\RequestAccessRepository',
]);
}
/**
* Gets the private '.service_locator.oBtHX9e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OBtHX9eService()
{
return $this->privates['.service_locator.oBtHX9e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'collectionHotel' => ['privates', '.errored..service_locator.oBtHX9e.App\\Entity\\CollectionHotel', NULL, 'Cannot autowire service ".service_locator.oBtHX9e": it references class "App\\Entity\\CollectionHotel" but no such service exists.'],
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
], [
'collectionHotel' => 'App\\Entity\\CollectionHotel',
'coreApi' => 'App\\COREapi\\CoreApi',
]);
}
/**
* Gets the private '.service_locator.oEOYwY_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OEOYwYService()
{
return $this->privates['.service_locator.oEOYwY_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'countryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
'customerAccount' => ['privates', '.errored..service_locator.oEOYwY_.App\\Entity\\CustomerAccount', NULL, 'Cannot autowire service ".service_locator.oEOYwY_": it references class "App\\Entity\\CustomerAccount" but no such service exists.'],
'googleApi' => ['privates', 'App\\GoogleAPI\\GoogleApi', 'getGoogleApiService', false],
'mailer' => ['privates', 'App\\Mailer\\AccountMailer', 'getAccountMailerService', false],
'stateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
], [
'countryRepository' => 'App\\Repository\\CountryRepository',
'customerAccount' => 'App\\Entity\\CustomerAccount',
'googleApi' => 'App\\GoogleAPI\\GoogleApi',
'mailer' => 'App\\Mailer\\AccountMailer',
'stateRepository' => 'App\\Repository\\StateRepository',
]);
}
/**
* Gets the private '.service_locator.oaBAOc7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OaBAOc7Service()
{
return $this->privates['.service_locator.oaBAOc7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelRate' => ['privates', 'Api\\Entity\\HotelRoomRate', 'getHotelRoomRateService', false],
], [
'hotelRate' => 'Api\\Entity\\HotelRoomRate',
]);
}
/**
* Gets the private '.service_locator.ojZMYqk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OjZMYqkService()
{
return $this->privates['.service_locator.ojZMYqk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'autocompleteSearchBar' => ['privates', 'App\\GoogleAPI\\AutocompleteSearchBar', 'getAutocompleteSearchBarService', false],
], [
'autocompleteSearchBar' => 'App\\GoogleAPI\\AutocompleteSearchBar',
]);
}
/**
* Gets the private '.service_locator.or7iLHH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Or7iLHHService()
{
return $this->privates['.service_locator.or7iLHH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encoder' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'mailer' => ['privates', 'App\\Mailer\\AccountMailer', 'getAccountMailerService', false],
], [
'encoder' => '?',
'mailer' => 'App\\Mailer\\AccountMailer',
]);
}
/**
* Gets the private '.service_locator.p.HYbMd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P_HYbMdService()
{
return $this->privates['.service_locator.p.HYbMd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quoteRepository' => ['privates', 'App\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quoteRepository' => 'App\\Repository\\QuoteRepository',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
]);
}
/**
* Gets the private '.service_locator.p3Hrdn8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P3Hrdn8Service()
{
return $this->privates['.service_locator.p3Hrdn8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'hotel' => ['privates', 'Api\\Entity\\Hotel', 'getHotelService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'hotel' => 'Api\\Entity\\Hotel',
]);
}
/**
* Gets the private '.service_locator.p8H8y6H' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P8H8y6HService()
{
return $this->privates['.service_locator.p8H8y6H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'VCCApi' => ['privates', 'App\\COREapi\\VCCApi', 'getVCCApiService', false],
'coreAPi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'hubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'quote' => ['privates', '.errored..service_locator.p8H8y6H.App\\Entity\\Quote', NULL, 'Cannot autowire service ".service_locator.p8H8y6H": it references class "App\\Entity\\Quote" but no such service exists.'],
'quoteRepository' => ['privates', 'App\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
], [
'VCCApi' => 'App\\COREapi\\VCCApi',
'coreAPi' => 'App\\COREapi\\CoreApi',
'hubSpotAPI' => 'App\\HubSpotAPI\\HubSpotAPI',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'quote' => 'App\\Entity\\Quote',
'quoteRepository' => 'App\\Repository\\QuoteRepository',
]);
}
/**
* Gets the private '.service_locator.pB852jv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PB852jvService()
{
return $this->privates['.service_locator.pB852jv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quoteItemRepository' => ['privates', 'App\\Repository\\QuoteItemRepository', 'getQuoteItemRepositoryService', false],
], [
'quoteItemRepository' => 'App\\Repository\\QuoteItemRepository',
]);
}
/**
* Gets the private '.service_locator.pec4jJU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Pec4jJUService()
{
return $this->privates['.service_locator.pec4jJU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'creditNoteFactory' => ['privates', 'App\\Payment\\CreditNoteFactory', 'getCreditNoteFactoryService', false],
'hubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'quoteRepository' => ['privates', 'App\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'creditNoteFactory' => 'App\\Payment\\CreditNoteFactory',
'hubSpotAPI' => 'App\\HubSpotAPI\\HubSpotAPI',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'quoteRepository' => 'App\\Repository\\QuoteRepository',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
]);
}
/**
* Gets the private '.service_locator.q18rcRp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Q18rcRpService()
{
return $this->privates['.service_locator.q18rcRp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'activity' => ['privates', 'Api\\Entity\\Activity', 'getActivityService', false],
], [
'activity' => 'Api\\Entity\\Activity',
]);
}
/**
* Gets the private '.service_locator.q5WBIft' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Q5WBIftService()
{
return $this->privates['.service_locator.q5WBIft'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'activityCategoryRepository' => ['privates', 'Api\\Repository\\ActivityCategoryRepository', 'getActivityCategoryRepositoryService', false],
], [
'activityCategoryRepository' => 'Api\\Repository\\ActivityCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.qUdzeFY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QUdzeFYService()
{
return $this->privates['.service_locator.qUdzeFY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transferRateRepository' => ['privates', 'Api\\Repository\\TransferRateRepository', 'getTransferRateRepositoryService', false],
], [
'transferRateRepository' => 'Api\\Repository\\TransferRateRepository',
]);
}
/**
* Gets the private '.service_locator.qtxY4Bi' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QtxY4BiService()
{
return $this->privates['.service_locator.qtxY4Bi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'hubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'reservationApi' => ['privates', 'App\\COREapi\\ReservationApi', 'getReservationApiService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'hubSpotAPI' => 'App\\HubSpotAPI\\HubSpotAPI',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'reservationApi' => 'App\\COREapi\\ReservationApi',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
]);
}
/**
* Gets the private '.service_locator.rWqBzg.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RWqBzg_Service()
{
return $this->privates['.service_locator.rWqBzg.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'collectionPage' => ['privates', '.errored..service_locator.rWqBzg..App\\Entity\\CollectionPage', NULL, 'Cannot autowire service ".service_locator.rWqBzg.": it references class "App\\Entity\\CollectionPage" but no such service exists.'],
], [
'collectionPage' => 'App\\Entity\\CollectionPage',
]);
}
/**
* Gets the private '.service_locator.sSBpi57' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SSBpi57Service()
{
return $this->privates['.service_locator.sSBpi57'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'customerAccount' => ['privates', '.errored..service_locator.sSBpi57.App\\Entity\\CustomerAccount', NULL, 'Cannot autowire service ".service_locator.sSBpi57": it references class "App\\Entity\\CustomerAccount" but no such service exists.'],
], [
'customerAccount' => 'App\\Entity\\CustomerAccount',
]);
}
/**
* Gets the private '.service_locator.t1Fud3j' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T1Fud3jService()
{
return $this->privates['.service_locator.t1Fud3j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'city' => ['privates', 'Api\\Entity\\City', 'getCityService', false],
], [
'city' => 'Api\\Entity\\City',
]);
}
/**
* Gets the private '.service_locator.t6i3vFk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T6i3vFkService()
{
return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.tO_gPpO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TOGPpOService()
{
return $this->privates['.service_locator.tO_gPpO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Api\\Repository\\HotelRepository', 'getHotelRepositoryService', false],
], [
'repo' => 'Api\\Repository\\HotelRepository',
]);
}
/**
* Gets the private '.service_locator.ti_jdNm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TiJdNmService()
{
return $this->privates['.service_locator.ti_jdNm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'creditNoteFactory' => ['privates', 'App\\Payment\\CreditNoteFactory', 'getCreditNoteFactoryService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'creditNoteFactory' => 'App\\Payment\\CreditNoteFactory',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
]);
}
/**
* Gets the private '.service_locator.toGLiUc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ToGLiUcService()
{
return $this->privates['.service_locator.toGLiUc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'em' => '?',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
]);
}
/**
* Gets the private '.service_locator.u3d.ing' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U3d_IngService()
{
return $this->privates['.service_locator.u3d.ing'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'countryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
], [
'countryRepository' => 'App\\Repository\\CountryRepository',
]);
}
/**
* Gets the private '.service_locator.uQEeI0v' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UQEeI0vService()
{
return $this->privates['.service_locator.uQEeI0v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'App\\Repository\\CustomerAccountRepository', 'getCustomerAccountRepositoryService', false],
], [
'repo' => 'App\\Repository\\CustomerAccountRepository',
]);
}
/**
* Gets the private '.service_locator.vNzx14o' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VNzx14oService()
{
return $this->privates['.service_locator.vNzx14o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'customerAccountRepository' => ['privates', 'App\\Repository\\CustomerAccountRepository', 'getCustomerAccountRepositoryService', false],
'quoteRepository' => ['privates', 'App\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'customerAccountRepository' => 'App\\Repository\\CustomerAccountRepository',
'quoteRepository' => 'App\\Repository\\QuoteRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.vhH_9Lo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VhH9LoService()
{
return $this->privates['.service_locator.vhH_9Lo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'zipCode' => ['privates', 'Api\\Entity\\ZipCode', 'getZipCodeService', false],
], [
'zipCode' => 'Api\\Entity\\ZipCode',
]);
}
/**
* Gets the private '.service_locator.vwHNdkt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VwHNdktService()
{
return $this->privates['.service_locator.vwHNdkt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'date' => ['privates', '.errored..service_locator.vwHNdkt.DateTime', NULL, 'Cannot autowire service ".service_locator.vwHNdkt": it references class "DateTime" but no such service exists.'],
], [
'date' => 'DateTime',
]);
}
/**
* Gets the private '.service_locator.w3CwT2C' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_W3CwT2CService()
{
return $this->privates['.service_locator.w3CwT2C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'hubSpotAPI' => ['privates', 'App\\HubSpotAPI\\HubSpotAPI', 'getHubSpotAPIService', false],
'mailer' => ['privates', 'App\\Mailer\\AccountMailer', 'getAccountMailerService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'encoder' => '?',
'hubSpotAPI' => 'App\\HubSpotAPI\\HubSpotAPI',
'mailer' => 'App\\Mailer\\AccountMailer',
]);
}
/**
* Gets the private '.service_locator.wE74Fiy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WE74FiyService()
{
return $this->privates['.service_locator.wE74Fiy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hotelHotelProviderHotelRoom' => ['privates', 'Api\\Entity\\HotelHotelProviderHotelRoom', 'getHotelHotelProviderHotelRoomService', false],
], [
'hotelHotelProviderHotelRoom' => 'Api\\Entity\\HotelHotelProviderHotelRoom',
]);
}
/**
* Gets the private '.service_locator.wmx4W9M' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Wmx4W9MService()
{
return $this->privates['.service_locator.wmx4W9M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'quote' => ['privates', '.errored..service_locator.wmx4W9M.App\\Entity\\Quote', NULL, 'Cannot autowire service ".service_locator.wmx4W9M": it references class "App\\Entity\\Quote" but no such service exists.'],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'quote' => 'App\\Entity\\Quote',
]);
}
/**
* Gets the private '.service_locator.xKYJgnW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XKYJgnWService()
{
return $this->privates['.service_locator.xKYJgnW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transfer' => ['privates', 'Api\\Entity\\Transfer', 'getTransferService', false],
], [
'transfer' => 'Api\\Entity\\Transfer',
]);
}
/**
* Gets the private '.service_locator.xUrKPVU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XUrKPVUService()
{
return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'loader' => ['privates', '.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.yUECDqv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YUECDqvService()
{
return $this->privates['.service_locator.yUECDqv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coreApi' => ['privates', 'App\\COREapi\\CoreApi', 'getCoreApiService', false],
'creditNoteFactory' => ['privates', 'App\\Payment\\CreditNoteFactory', 'getCreditNoteFactoryService', false],
'notificationSystem' => ['privates', 'App\\NotificationSystem\\NotificationSystem', 'getNotificationSystemService', false],
'quickbooksAPI' => ['privates', 'App\\QuickbooksAPI\\QuickbooksAPI', 'getQuickbooksAPIService', false],
'quoteRepository' => ['privates', 'App\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
'reservationFactory' => ['privates', 'App\\Reservation\\ReservationFactory', 'getReservationFactoryService', false],
], [
'coreApi' => 'App\\COREapi\\CoreApi',
'creditNoteFactory' => 'App\\Payment\\CreditNoteFactory',
'notificationSystem' => 'App\\NotificationSystem\\NotificationSystem',
'quickbooksAPI' => 'App\\QuickbooksAPI\\QuickbooksAPI',
'quoteRepository' => 'App\\Repository\\QuoteRepository',
'reservationFactory' => 'App\\Reservation\\ReservationFactory',
]);
}
/**
* Gets the private '.service_locator.ylu0EIe' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ylu0EIeService()
{
return $this->privates['.service_locator.ylu0EIe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repository' => ['privates', 'Api\\Repository\\CurrencyRepository', 'getCurrencyRepositoryService', false],
], [
'repository' => 'Api\\Repository\\CurrencyRepository',
]);
}
/**
* Gets the private '.service_locator.zJyh7qS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZJyh7qSService()
{
return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private '.service_locator.zj6L5.f' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Zj6L5_FService()
{
return $this->privates['.service_locator.zj6L5.f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'endDate' => ['privates', '.errored..service_locator.zj6L5.f.DateTime', NULL, 'Cannot autowire service ".service_locator.zj6L5.f": it references class "DateTime" but no such service exists.'],
'startDate' => ['privates', '.errored..service_locator.zj6L5.f.DateTime', NULL, 'Cannot autowire service ".service_locator.zj6L5.f": it references class "DateTime" but no such service exists.'],
], [
'endDate' => 'DateTime',
'startDate' => 'DateTime',
]);
}
/**
* Gets the private '.service_locator.zuv01Ef' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Zuv01EfService()
{
return $this->privates['.service_locator.zuv01Ef'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'state' => ['privates', 'Api\\Entity\\State', 'getStateService', false],
], [
'state' => 'Api\\Entity\\State',
]);
}
/**
* Gets the private '.session.deprecated' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionInterface
*/
protected function get_Session_DeprecatedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
}
/**
* Gets the private '.twig.command.debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Debug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
});
}
/**
* Gets the private '.twig.command.lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Lint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors', false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
});
}
/**
* Gets the private '.var_dumper.command.server_dump.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_VarDumper_Command_ServerDump_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place', false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
});
}
/**
* Gets the private 'Api\Entity\Activity' shared autowired service.
*
* @return \Api\Entity\Activity
*/
protected function getActivityService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/Activity.php';
return $this->privates['Api\\Entity\\Activity'] = new \Api\Entity\Activity();
}
/**
* Gets the private 'Api\Entity\ActivityCategory' shared autowired service.
*
* @return \Api\Entity\ActivityCategory
*/
protected function getActivityCategoryService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/ActivityCategory.php';
return $this->privates['Api\\Entity\\ActivityCategory'] = new \Api\Entity\ActivityCategory();
}
/**
* Gets the private 'Api\Entity\ActivityGroup' shared autowired service.
*
* @return \Api\Entity\ActivityGroup
*/
protected function getActivityGroupService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/ActivityGroup.php';
return $this->privates['Api\\Entity\\ActivityGroup'] = new \Api\Entity\ActivityGroup();
}
/**
* Gets the private 'Api\Entity\ActivityRate' shared autowired service.
*
* @return \Api\Entity\ActivityRate
*/
protected function getActivityRateService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/ActivityRate.php';
return $this->privates['Api\\Entity\\ActivityRate'] = new \Api\Entity\ActivityRate();
}
/**
* Gets the private 'Api\Entity\ApiCredential' shared autowired service.
*
* @return \Api\Entity\ApiCredential
*/
protected function getApiCredentialService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserInterface.php';
include_once \dirname(__DIR__, 4).'/api/Entity/ApiCredential.php';
return $this->privates['Api\\Entity\\ApiCredential'] = new \Api\Entity\ApiCredential();
}
/**
* Gets the private 'Api\Entity\ApiProfile' shared autowired service.
*
* @return \Api\Entity\ApiProfile
*/
protected function getApiProfileService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/ApiProfile.php';
return $this->privates['Api\\Entity\\ApiProfile'] = new \Api\Entity\ApiProfile();
}
/**
* Gets the private 'Api\Entity\ApiRole' shared autowired service.
*
* @return \Api\Entity\ApiRole
*/
protected function getApiRoleService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/ApiRole.php';
return $this->privates['Api\\Entity\\ApiRole'] = new \Api\Entity\ApiRole();
}
/**
* Gets the private 'Api\Entity\City' shared autowired service.
*
* @return \Api\Entity\City
*/
protected function getCityService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/City.php';
return $this->privates['Api\\Entity\\City'] = new \Api\Entity\City();
}
/**
* Gets the private 'Api\Entity\Country' shared autowired service.
*
* @return \Api\Entity\Country
*/
protected function getCountryService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/Country.php';
return $this->privates['Api\\Entity\\Country'] = new \Api\Entity\Country();
}
/**
* Gets the private 'Api\Entity\Currency' shared autowired service.
*
* @return \Api\Entity\Currency
*/
protected function getCurrencyService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/Currency.php';
return $this->privates['Api\\Entity\\Currency'] = new \Api\Entity\Currency();
}
/**
* Gets the private 'Api\Entity\Hotel' shared autowired service.
*
* @return \Api\Entity\Hotel
*/
protected function getHotelService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/Hotel.php';
return $this->privates['Api\\Entity\\Hotel'] = new \Api\Entity\Hotel();
}
/**
* Gets the private 'Api\Entity\HotelHotelProvider' shared autowired service.
*
* @return \Api\Entity\HotelHotelProvider
*/
protected function getHotelHotelProviderService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/HotelHotelProvider.php';
return $this->privates['Api\\Entity\\HotelHotelProvider'] = new \Api\Entity\HotelHotelProvider();
}
/**
* Gets the private 'Api\Entity\HotelHotelProviderHotelRoom' shared autowired service.
*
* @return \Api\Entity\HotelHotelProviderHotelRoom
*/
protected function getHotelHotelProviderHotelRoomService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/HotelHotelProviderHotelRoom.php';
return $this->privates['Api\\Entity\\HotelHotelProviderHotelRoom'] = new \Api\Entity\HotelHotelProviderHotelRoom();
}
/**
* Gets the private 'Api\Entity\HotelRoom' shared autowired service.
*
* @return \Api\Entity\HotelRoom
*/
protected function getHotelRoomService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/HotelRoom.php';
return $this->privates['Api\\Entity\\HotelRoom'] = new \Api\Entity\HotelRoom();
}
/**
* Gets the private 'Api\Entity\HotelRoomAvailabilityType' shared autowired service.
*
* @return \Api\Entity\HotelRoomAvailabilityType
*/
protected function getHotelRoomAvailabilityTypeService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/HotelRoomAvailabilityType.php';
return $this->privates['Api\\Entity\\HotelRoomAvailabilityType'] = new \Api\Entity\HotelRoomAvailabilityType();
}
/**
* Gets the private 'Api\Entity\HotelRoomBedType' shared autowired service.
*
* @return \Api\Entity\HotelRoomBedType
*/
protected function getHotelRoomBedTypeService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/HotelRoomBedType.php';
return $this->privates['Api\\Entity\\HotelRoomBedType'] = new \Api\Entity\HotelRoomBedType();
}
/**
* Gets the private 'Api\Entity\HotelRoomRate' shared autowired service.
*
* @return \Api\Entity\HotelRoomRate
*/
protected function getHotelRoomRateService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/HotelRoomRate.php';
return $this->privates['Api\\Entity\\HotelRoomRate'] = new \Api\Entity\HotelRoomRate();
}
/**
* Gets the private 'Api\Entity\MealPlan' shared autowired service.
*
* @return \Api\Entity\MealPlan
*/
protected function getMealPlanService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/MealPlan.php';
return $this->privates['Api\\Entity\\MealPlan'] = new \Api\Entity\MealPlan();
}
/**
* Gets the private 'Api\Entity\Promotion' shared autowired service.
*
* @return \Api\Entity\Promotion
*/
protected function getPromotionService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/Promotion.php';
return $this->privates['Api\\Entity\\Promotion'] = new \Api\Entity\Promotion();
}
/**
* Gets the private 'Api\Entity\SearchLog' shared autowired service.
*
* @return \Api\Entity\SearchLog
*/
protected function getSearchLogService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/SearchLog.php';
return $this->privates['Api\\Entity\\SearchLog'] = new \Api\Entity\SearchLog();
}
/**
* Gets the private 'Api\Entity\State' shared autowired service.
*
* @return \Api\Entity\State
*/
protected function getStateService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/State.php';
return $this->privates['Api\\Entity\\State'] = new \Api\Entity\State();
}
/**
* Gets the private 'Api\Entity\Supplier' shared autowired service.
*
* @return \Api\Entity\Supplier
*/
protected function getSupplierService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/Supplier.php';
return $this->privates['Api\\Entity\\Supplier'] = new \Api\Entity\Supplier();
}
/**
* Gets the private 'Api\Entity\Transfer' shared autowired service.
*
* @return \Api\Entity\Transfer
*/
protected function getTransferService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/Transfer.php';
return $this->privates['Api\\Entity\\Transfer'] = new \Api\Entity\Transfer();
}
/**
* Gets the private 'Api\Entity\TransferAirport' shared autowired service.
*
* @return \Api\Entity\TransferAirport
*/
protected function getTransferAirportService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/TransferAirport.php';
return $this->privates['Api\\Entity\\TransferAirport'] = new \Api\Entity\TransferAirport();
}
/**
* Gets the private 'Api\Entity\TransferLocation' shared autowired service.
*
* @return \Api\Entity\TransferLocation
*/
protected function getTransferLocationService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/TransferLocation.php';
return $this->privates['Api\\Entity\\TransferLocation'] = new \Api\Entity\TransferLocation();
}
/**
* Gets the private 'Api\Entity\TransferRate' shared autowired service.
*
* @return \Api\Entity\TransferRate
*/
protected function getTransferRateService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/TransferRate.php';
return $this->privates['Api\\Entity\\TransferRate'] = new \Api\Entity\TransferRate();
}
/**
* Gets the private 'Api\Entity\TransferVehicle' shared autowired service.
*
* @return \Api\Entity\TransferVehicle
*/
protected function getTransferVehicleService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/TransferVehicle.php';
return $this->privates['Api\\Entity\\TransferVehicle'] = new \Api\Entity\TransferVehicle();
}
/**
* Gets the private 'Api\Entity\ZipCode' shared autowired service.
*
* @return \Api\Entity\ZipCode
*/
protected function getZipCodeService()
{
include_once \dirname(__DIR__, 4).'/api/Entity/ZipCode.php';
return $this->privates['Api\\Entity\\ZipCode'] = new \Api\Entity\ZipCode();
}
/**
* Gets the private 'Api\Repository\ActivityActivityProviderRepository' shared autowired service.
*
* @return \Api\Repository\ActivityActivityProviderRepository
*/
protected function getActivityActivityProviderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ActivityActivityProviderRepository.php';
return $this->privates['Api\\Repository\\ActivityActivityProviderRepository'] = new \Api\Repository\ActivityActivityProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ActivityCancellationPenaltyTypeRepository' shared autowired service.
*
* @return \Api\Repository\ActivityCancellationPenaltyTypeRepository
*/
protected function getActivityCancellationPenaltyTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ActivityCancellationPenaltyTypeRepository.php';
return $this->privates['Api\\Repository\\ActivityCancellationPenaltyTypeRepository'] = new \Api\Repository\ActivityCancellationPenaltyTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ActivityCategoryRepository' shared autowired service.
*
* @return \Api\Repository\ActivityCategoryRepository
*/
protected function getActivityCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ActivityCategoryRepository.php';
return $this->privates['Api\\Repository\\ActivityCategoryRepository'] = new \Api\Repository\ActivityCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ActivityGroupRepository' shared autowired service.
*
* @return \Api\Repository\ActivityGroupRepository
*/
protected function getActivityGroupRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ActivityGroupRepository.php';
return $this->privates['Api\\Repository\\ActivityGroupRepository'] = new \Api\Repository\ActivityGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ActivityProviderRepository' shared autowired service.
*
* @return \Api\Repository\ActivityProviderRepository
*/
protected function getActivityProviderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ActivityProviderRepository.php';
return $this->privates['Api\\Repository\\ActivityProviderRepository'] = new \Api\Repository\ActivityProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ActivityRateRepository' shared autowired service.
*
* @return \Api\Repository\ActivityRateRepository
*/
protected function getActivityRateRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ActivityRateRepository.php';
return $this->privates['Api\\Repository\\ActivityRateRepository'] = new \Api\Repository\ActivityRateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ActivityRepository' shared autowired service.
*
* @return \Api\Repository\ActivityRepository
*/
protected function getActivityRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ActivityRepository.php';
return $this->privates['Api\\Repository\\ActivityRepository'] = new \Api\Repository\ActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ApiCredentialRepository' shared autowired service.
*
* @return \Api\Repository\ApiCredentialRepository
*/
protected function getApiCredentialRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ApiCredentialRepository.php';
return $this->privates['Api\\Repository\\ApiCredentialRepository'] = new \Api\Repository\ApiCredentialRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ApiProfileRepository' shared autowired service.
*
* @return \Api\Repository\ApiProfileRepository
*/
protected function getApiProfileRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ApiProfileRepository.php';
return $this->privates['Api\\Repository\\ApiProfileRepository'] = new \Api\Repository\ApiProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ApiRoleRepository' shared autowired service.
*
* @return \Api\Repository\ApiRoleRepository
*/
protected function getApiRoleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ApiRoleRepository.php';
return $this->privates['Api\\Repository\\ApiRoleRepository'] = new \Api\Repository\ApiRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\CancellationPenaltyTypeRepository' shared autowired service.
*
* @return \Api\Repository\CancellationPenaltyTypeRepository
*/
protected function getCancellationPenaltyTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/CancellationPenaltyTypeRepository.php';
return $this->privates['Api\\Repository\\CancellationPenaltyTypeRepository'] = new \Api\Repository\CancellationPenaltyTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\CityRepository' shared autowired service.
*
* @return \Api\Repository\CityRepository
*/
protected function getCityRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/CityRepository.php';
return $this->privates['Api\\Repository\\CityRepository'] = new \Api\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ContractTypeRepository' shared autowired service.
*
* @return \Api\Repository\ContractTypeRepository
*/
protected function getContractTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ContractTypeRepository.php';
return $this->privates['Api\\Repository\\ContractTypeRepository'] = new \Api\Repository\ContractTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\CountryRepository' shared autowired service.
*
* @return \Api\Repository\CountryRepository
*/
protected function getCountryRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/CountryRepository.php';
return $this->privates['Api\\Repository\\CountryRepository'] = new \Api\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\CreditNoteRepository' shared autowired service.
*
* @return \Api\Repository\CreditNoteRepository
*/
protected function getCreditNoteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/CreditNoteRepository.php';
return $this->privates['Api\\Repository\\CreditNoteRepository'] = new \Api\Repository\CreditNoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\CurrencyRepository' shared autowired service.
*
* @return \Api\Repository\CurrencyRepository
*/
protected function getCurrencyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/CurrencyRepository.php';
return $this->privates['Api\\Repository\\CurrencyRepository'] = new \Api\Repository\CurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ExternalTravelAgentRepository' shared autowired service.
*
* @return \Api\Repository\ExternalTravelAgentRepository
*/
protected function getExternalTravelAgentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ExternalTravelAgentRepository.php';
return $this->privates['Api\\Repository\\ExternalTravelAgentRepository'] = new \Api\Repository\ExternalTravelAgentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelBrandRepository' shared autowired service.
*
* @return \Api\Repository\HotelBrandRepository
*/
protected function getHotelBrandRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelBrandRepository.php';
return $this->privates['Api\\Repository\\HotelBrandRepository'] = new \Api\Repository\HotelBrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelCancellationPenaltyTypeRepository' shared autowired service.
*
* @return \Api\Repository\HotelCancellationPenaltyTypeRepository
*/
protected function getHotelCancellationPenaltyTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelCancellationPenaltyTypeRepository.php';
return $this->privates['Api\\Repository\\HotelCancellationPenaltyTypeRepository'] = new \Api\Repository\HotelCancellationPenaltyTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelChainRepository' shared autowired service.
*
* @return \Api\Repository\HotelChainRepository
*/
protected function getHotelChainRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelChainRepository.php';
return $this->privates['Api\\Repository\\HotelChainRepository'] = new \Api\Repository\HotelChainRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelCompetitorProviderRepository' shared autowired service.
*
* @return \Api\Repository\HotelCompetitorProviderRepository
*/
protected function getHotelCompetitorProviderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelCompetitorProviderRepository.php';
return $this->privates['Api\\Repository\\HotelCompetitorProviderRepository'] = new \Api\Repository\HotelCompetitorProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelContactRepository' shared autowired service.
*
* @return \Api\Repository\HotelContactRepository
*/
protected function getHotelContactRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelContactRepository.php';
return $this->privates['Api\\Repository\\HotelContactRepository'] = new \Api\Repository\HotelContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelFilterRepository' shared autowired service.
*
* @return \Api\Repository\HotelFilterRepository
*/
protected function getHotelFilterRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelFilterRepository.php';
return $this->privates['Api\\Repository\\HotelFilterRepository'] = new \Api\Repository\HotelFilterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelHotelCompatitorProviderRepository' shared autowired service.
*
* @return \Api\Repository\HotelHotelCompatitorProviderRepository
*/
protected function getHotelHotelCompatitorProviderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelHotelCompatitorProviderRepository.php';
return $this->privates['Api\\Repository\\HotelHotelCompatitorProviderRepository'] = new \Api\Repository\HotelHotelCompatitorProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelHotelProviderHotelRoomRepository' shared autowired service.
*
* @return \Api\Repository\HotelHotelProviderHotelRoomRepository
*/
protected function getHotelHotelProviderHotelRoomRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelHotelProviderHotelRoomRepository.php';
return $this->privates['Api\\Repository\\HotelHotelProviderHotelRoomRepository'] = new \Api\Repository\HotelHotelProviderHotelRoomRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelHotelProviderRepository' shared autowired service.
*
* @return \Api\Repository\HotelHotelProviderRepository
*/
protected function getHotelHotelProviderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelHotelProviderRepository.php';
return $this->privates['Api\\Repository\\HotelHotelProviderRepository'] = new \Api\Repository\HotelHotelProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelProviderGroupRepository' shared autowired service.
*
* @return \Api\Repository\HotelProviderGroupRepository
*/
protected function getHotelProviderGroupRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelProviderGroupRepository.php';
return $this->privates['Api\\Repository\\HotelProviderGroupRepository'] = new \Api\Repository\HotelProviderGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelProviderRepository' shared autowired service.
*
* @return \Api\Repository\HotelProviderRepository
*/
protected function getHotelProviderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelProviderRepository.php';
return $this->privates['Api\\Repository\\HotelProviderRepository'] = new \Api\Repository\HotelProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelRatingRepository' shared autowired service.
*
* @return \Api\Repository\HotelRatingRepository
*/
protected function getHotelRatingRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelRatingRepository.php';
return $this->privates['Api\\Repository\\HotelRatingRepository'] = new \Api\Repository\HotelRatingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelRepository' shared autowired service.
*
* @return \Api\Repository\HotelRepository
*/
protected function getHotelRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelRepository.php';
return $this->privates['Api\\Repository\\HotelRepository'] = new \Api\Repository\HotelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelRoomAvailabilityTypeRepository' shared autowired service.
*
* @return \Api\Repository\HotelRoomAvailabilityTypeRepository
*/
protected function getHotelRoomAvailabilityTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelRoomAvailabilityTypeRepository.php';
return $this->privates['Api\\Repository\\HotelRoomAvailabilityTypeRepository'] = new \Api\Repository\HotelRoomAvailabilityTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelRoomBedTypeRepository' shared autowired service.
*
* @return \Api\Repository\HotelRoomBedTypeRepository
*/
protected function getHotelRoomBedTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelRoomBedTypeRepository.php';
return $this->privates['Api\\Repository\\HotelRoomBedTypeRepository'] = new \Api\Repository\HotelRoomBedTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelRoomFilterRepository' shared autowired service.
*
* @return \Api\Repository\HotelRoomFilterRepository
*/
protected function getHotelRoomFilterRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelRoomFilterRepository.php';
return $this->privates['Api\\Repository\\HotelRoomFilterRepository'] = new \Api\Repository\HotelRoomFilterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelRoomRateRepository' shared autowired service.
*
* @return \Api\Repository\HotelRoomRateRepository
*/
protected function getHotelRoomRateRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelRoomRateRepository.php';
return $this->privates['Api\\Repository\\HotelRoomRateRepository'] = new \Api\Repository\HotelRoomRateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\HotelRoomRepository' shared autowired service.
*
* @return \Api\Repository\HotelRoomRepository
*/
protected function getHotelRoomRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/HotelRoomRepository.php';
return $this->privates['Api\\Repository\\HotelRoomRepository'] = new \Api\Repository\HotelRoomRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\InvoiceRepository' shared autowired service.
*
* @return \Api\Repository\InvoiceRepository
*/
protected function getInvoiceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/InvoiceRepository.php';
return $this->privates['Api\\Repository\\InvoiceRepository'] = new \Api\Repository\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\LogRepository' shared autowired service.
*
* @return \Api\Repository\LogRepository
*/
protected function getLogRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/LogRepository.php';
return $this->privates['Api\\Repository\\LogRepository'] = new \Api\Repository\LogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\MailerRepository' shared autowired service.
*
* @return \Api\Repository\MailerRepository
*/
protected function getMailerRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/MailerRepository.php';
return $this->privates['Api\\Repository\\MailerRepository'] = new \Api\Repository\MailerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\MealPlanRepository' shared autowired service.
*
* @return \Api\Repository\MealPlanRepository
*/
protected function getMealPlanRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/MealPlanRepository.php';
return $this->privates['Api\\Repository\\MealPlanRepository'] = new \Api\Repository\MealPlanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\PaymentRepository' shared autowired service.
*
* @return \Api\Repository\PaymentRepository
*/
protected function getPaymentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/PaymentRepository.php';
return $this->privates['Api\\Repository\\PaymentRepository'] = new \Api\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\PendingNotificationEventRepository' shared autowired service.
*
* @return \Api\Repository\PendingNotificationEventRepository
*/
protected function getPendingNotificationEventRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/PendingNotificationEventRepository.php';
return $this->privates['Api\\Repository\\PendingNotificationEventRepository'] = new \Api\Repository\PendingNotificationEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ProductRepository' shared autowired service.
*
* @return \Api\Repository\ProductRepository
*/
protected function getProductRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ProductRepository.php';
return $this->privates['Api\\Repository\\ProductRepository'] = new \Api\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\PromotionHotelHotelProviderHotelRoomRepository' shared autowired service.
*
* @return \Api\Repository\PromotionHotelHotelProviderHotelRoomRepository
*/
protected function getPromotionHotelHotelProviderHotelRoomRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/PromotionHotelHotelProviderHotelRoomRepository.php';
return $this->privates['Api\\Repository\\PromotionHotelHotelProviderHotelRoomRepository'] = new \Api\Repository\PromotionHotelHotelProviderHotelRoomRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\PromotionRepository' shared autowired service.
*
* @return \Api\Repository\PromotionRepository
*/
protected function getPromotionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/PromotionRepository.php';
return $this->privates['Api\\Repository\\PromotionRepository'] = new \Api\Repository\PromotionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\PromotionTypeRepository' shared autowired service.
*
* @return \Api\Repository\PromotionTypeRepository
*/
protected function getPromotionTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/PromotionTypeRepository.php';
return $this->privates['Api\\Repository\\PromotionTypeRepository'] = new \Api\Repository\PromotionTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ReservationRepository' shared autowired service.
*
* @return \Api\Repository\ReservationRepository
*/
protected function getReservationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ReservationRepository.php';
return $this->privates['Api\\Repository\\ReservationRepository'] = new \Api\Repository\ReservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ReservationStatusTypeRepository' shared autowired service.
*
* @return \Api\Repository\ReservationStatusTypeRepository
*/
protected function getReservationStatusTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ReservationStatusTypeRepository.php';
return $this->privates['Api\\Repository\\ReservationStatusTypeRepository'] = new \Api\Repository\ReservationStatusTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\SearchLogRepository' shared autowired service.
*
* @return \Api\Repository\SearchLogRepository
*/
protected function getSearchLogRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/SearchLogRepository.php';
return $this->privates['Api\\Repository\\SearchLogRepository'] = new \Api\Repository\SearchLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\StateRepository' shared autowired service.
*
* @return \Api\Repository\StateRepository
*/
protected function getStateRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/StateRepository.php';
return $this->privates['Api\\Repository\\StateRepository'] = new \Api\Repository\StateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\SupplierCategoryRepository' shared autowired service.
*
* @return \Api\Repository\SupplierCategoryRepository
*/
protected function getSupplierCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/SupplierCategoryRepository.php';
return $this->privates['Api\\Repository\\SupplierCategoryRepository'] = new \Api\Repository\SupplierCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\SupplierQCTypeRepository' shared autowired service.
*
* @return \Api\Repository\SupplierQCTypeRepository
*/
protected function getSupplierQCTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/SupplierQCTypeRepository.php';
return $this->privates['Api\\Repository\\SupplierQCTypeRepository'] = new \Api\Repository\SupplierQCTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\SupplierRepository' shared autowired service.
*
* @return \Api\Repository\SupplierRepository
*/
protected function getSupplierRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/SupplierRepository.php';
return $this->privates['Api\\Repository\\SupplierRepository'] = new \Api\Repository\SupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\TransferAirportRepository' shared autowired service.
*
* @return \Api\Repository\TransferAirportRepository
*/
protected function getTransferAirportRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/TransferAirportRepository.php';
return $this->privates['Api\\Repository\\TransferAirportRepository'] = new \Api\Repository\TransferAirportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\TransferLocationRepository' shared autowired service.
*
* @return \Api\Repository\TransferLocationRepository
*/
protected function getTransferLocationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/TransferLocationRepository.php';
return $this->privates['Api\\Repository\\TransferLocationRepository'] = new \Api\Repository\TransferLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\TransferProviderRepository' shared autowired service.
*
* @return \Api\Repository\TransferProviderRepository
*/
protected function getTransferProviderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/TransferProviderRepository.php';
return $this->privates['Api\\Repository\\TransferProviderRepository'] = new \Api\Repository\TransferProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\TransferRateRepository' shared autowired service.
*
* @return \Api\Repository\TransferRateRepository
*/
protected function getTransferRateRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/TransferRateRepository.php';
return $this->privates['Api\\Repository\\TransferRateRepository'] = new \Api\Repository\TransferRateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\TransferRepository' shared autowired service.
*
* @return \Api\Repository\TransferRepository
*/
protected function getTransferRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/TransferRepository.php';
return $this->privates['Api\\Repository\\TransferRepository'] = new \Api\Repository\TransferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\TransferTransferProviderRepository' shared autowired service.
*
* @return \Api\Repository\TransferTransferProviderRepository
*/
protected function getTransferTransferProviderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/TransferTransferProviderRepository.php';
return $this->privates['Api\\Repository\\TransferTransferProviderRepository'] = new \Api\Repository\TransferTransferProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\TransferVehicleRepository' shared autowired service.
*
* @return \Api\Repository\TransferVehicleRepository
*/
protected function getTransferVehicleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/TransferVehicleRepository.php';
return $this->privates['Api\\Repository\\TransferVehicleRepository'] = new \Api\Repository\TransferVehicleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Api\Repository\ZipCodeRepository' shared autowired service.
*
* @return \Api\Repository\ZipCodeRepository
*/
protected function getZipCodeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/api/Repository/ZipCodeRepository.php';
return $this->privates['Api\\Repository\\ZipCodeRepository'] = new \Api\Repository\ZipCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\COREapi\CoreApi' shared autowired service.
*
* @return \App\COREapi\CoreApi
*/
protected function getCoreApiService()
{
include_once \dirname(__DIR__, 4).'/src/COREapi/CoreApi.php';
return $this->privates['App\\COREapi\\CoreApi'] = new \App\COREapi\CoreApi(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Service\\CarRentalApi'] ?? $this->getCarRentalApiService()));
}
/**
* Gets the private 'App\COREapi\FileApi' shared autowired service.
*
* @return \App\COREapi\FileApi
*/
protected function getFileApiService()
{
include_once \dirname(__DIR__, 4).'/src/COREapi/BaseApi.php';
include_once \dirname(__DIR__, 4).'/src/COREapi/FileApi.php';
return $this->privates['App\\COREapi\\FileApi'] = new \App\COREapi\FileApi(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $this->getEnv('APP_ENV'));
}
/**
* Gets the private 'App\COREapi\ReservationApi' shared autowired service.
*
* @return \App\COREapi\ReservationApi
*/
protected function getReservationApiService()
{
include_once \dirname(__DIR__, 4).'/src/COREapi/BaseApi.php';
include_once \dirname(__DIR__, 4).'/src/COREapi/ReservationApi.php';
return $this->privates['App\\COREapi\\ReservationApi'] = new \App\COREapi\ReservationApi(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $this->getEnv('APP_ENV'));
}
/**
* Gets the private 'App\COREapi\VCCApi' shared autowired service.
*
* @return \App\COREapi\VCCApi
*/
protected function getVCCApiService()
{
include_once \dirname(__DIR__, 4).'/src/COREapi/BaseApi.php';
include_once \dirname(__DIR__, 4).'/src/COREapi/VCCApi.php';
return $this->privates['App\\COREapi\\VCCApi'] = new \App\COREapi\VCCApi(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $this->getEnv('APP_ENV'));
}
/**
* Gets the private 'App\Command\ApiLinkCommand' shared autowired service.
*
* @return \App\Command\ApiLinkCommand
*/
protected function getApiLinkCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ApiLinkCommand.php';
$this->privates['App\\Command\\ApiLinkCommand'] = $instance = new \App\Command\ApiLinkCommand();
$instance->setName('core:link');
return $instance;
}
/**
* Gets the private 'App\Command\ExecuteQuickbookWebhookCommand' shared autowired service.
*
* @return \App\Command\ExecuteQuickbookWebhookCommand
*/
protected function getExecuteQuickbookWebhookCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ExecuteQuickbookWebhookCommand.php';
$this->privates['App\\Command\\ExecuteQuickbookWebhookCommand'] = $instance = new \App\Command\ExecuteQuickbookWebhookCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\QuickbooksAPI\\QuickbooksAPI'] ?? $this->getQuickbooksAPIService()), ($this->privates['App\\COREapi\\VCCApi'] ?? $this->getVCCApiService()));
$instance->setName('executeQBOWebhook');
return $instance;
}
/**
* Gets the private 'App\Command\HotelDedupCommand' shared autowired service.
*
* @return \App\Command\HotelDedupCommand
*/
protected function getHotelDedupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/HotelDedupCommand.php';
$this->privates['App\\Command\\HotelDedupCommand'] = $instance = new \App\Command\HotelDedupCommand($this);
$instance->setName('deduplicateHotel');
return $instance;
}
/**
* Gets the private 'App\Command\HotelImageUploadCommand' shared autowired service.
*
* @return \App\Command\HotelImageUploadCommand
*/
protected function getHotelImageUploadCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/HotelImageUploadCommand.php';
$this->privates['App\\Command\\HotelImageUploadCommand'] = $instance = new \App\Command\HotelImageUploadCommand();
$instance->setName('uploadHotelImage');
return $instance;
}
/**
* Gets the private 'App\Command\HotelInfoCommand' shared autowired service.
*
* @return \App\Command\HotelInfoCommand
*/
protected function getHotelInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/HotelInfoCommand.php';
$this->privates['App\\Command\\HotelInfoCommand'] = $instance = new \App\Command\HotelInfoCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\COREapi\\CoreApi'] ?? $this->getCoreApiService()));
$instance->setName('syncHotelList');
return $instance;
}
/**
* Gets the private 'App\Command\NotificationDailySalesReportCommand' shared autowired service.
*
* @return \App\Command\NotificationDailySalesReportCommand
*/
protected function getNotificationDailySalesReportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/NotificationDailySalesReportCommand.php';
$this->privates['App\\Command\\NotificationDailySalesReportCommand'] = $instance = new \App\Command\NotificationDailySalesReportCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Mailer\\NotificationSystemMailer'] ?? $this->getNotificationSystemMailerService()), ($this->privates['App\\COREapi\\CoreApi'] ?? $this->getCoreApiService()), $this);
$instance->setName('NotificationDailySalesReport');
$instance->setDescription('Add a short description for your command');
return $instance;
}
/**
* Gets the private 'App\Command\SyncCurrencyCommand' shared autowired service.
*
* @return \App\Command\SyncCurrencyCommand
*/
protected function getSyncCurrencyCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SyncCurrencyCommand.php';
$this->privates['App\\Command\\SyncCurrencyCommand'] = $instance = new \App\Command\SyncCurrencyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\COREapi\\CoreApi'] ?? $this->getCoreApiService()));
$instance->setName('syncCurrencyCommand');
return $instance;
}
/**
* Gets the private 'App\Command\UpdateTokensCommand' shared autowired service.
*
* @return \App\Command\UpdateTokensCommand
*/
protected function getUpdateTokensCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/UpdateTokensCommand.php';
$this->privates['App\\Command\\UpdateTokensCommand'] = $instance = new \App\Command\UpdateTokensCommand($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('UpdateTokens');
$instance->setDescription('Update QB tokens in dev and test');
return $instance;
}
/**
* Gets the private 'App\DataFixtures\AppFixtures' shared autowired service.
*
* @return \App\DataFixtures\AppFixtures
*/
protected function getAppFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/AppFixtures.php';
return $this->privates['App\\DataFixtures\\AppFixtures'] = new \App\DataFixtures\AppFixtures();
}
/**
* Gets the private 'App\DataFixtures\CountryFixtures' shared autowired service.
*
* @return \App\DataFixtures\CountryFixtures
*/
protected function getCountryFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/CountryFixtures.php';
return $this->privates['App\\DataFixtures\\CountryFixtures'] = new \App\DataFixtures\CountryFixtures();
}
/**
* Gets the private 'App\DataFixtures\CustomerAccountFixtures' shared autowired service.
*
* @return \App\DataFixtures\CustomerAccountFixtures
*/
protected function getCustomerAccountFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/CustomerAccountFixtures.php';
return $this->privates['App\\DataFixtures\\CustomerAccountFixtures'] = new \App\DataFixtures\CustomerAccountFixtures();
}
/**
* Gets the private 'App\DataFixtures\GoogleDestinationFixtures' shared autowired service.
*
* @return \App\DataFixtures\GoogleDestinationFixtures
*/
protected function getGoogleDestinationFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/GoogleDestinationFixtures.php';
return $this->privates['App\\DataFixtures\\GoogleDestinationFixtures'] = new \App\DataFixtures\GoogleDestinationFixtures();
}
/**
* Gets the private 'App\DataFixtures\LanguageFixtures' shared autowired service.
*
* @return \App\DataFixtures\LanguageFixtures
*/
protected function getLanguageFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/LanguageFixtures.php';
return $this->privates['App\\DataFixtures\\LanguageFixtures'] = new \App\DataFixtures\LanguageFixtures();
}
/**
* Gets the private 'App\DataFixtures\NotificationEventTypeFixtures' shared autowired service.
*
* @return \App\DataFixtures\NotificationEventTypeFixtures
*/
protected function getNotificationEventTypeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/NotificationEventTypeFixtures.php';
return $this->privates['App\\DataFixtures\\NotificationEventTypeFixtures'] = new \App\DataFixtures\NotificationEventTypeFixtures();
}
/**
* Gets the private 'App\DataFixtures\RoleFixtures' shared autowired service.
*
* @return \App\DataFixtures\RoleFixtures
*/
protected function getRoleFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/RoleFixtures.php';
return $this->privates['App\\DataFixtures\\RoleFixtures'] = new \App\DataFixtures\RoleFixtures(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
}
/**
* Gets the private 'App\DataFixtures\StateFixtures' shared autowired service.
*
* @return \App\DataFixtures\StateFixtures
*/
protected function getStateFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/StateFixtures.php';
return $this->privates['App\\DataFixtures\\StateFixtures'] = new \App\DataFixtures\StateFixtures();
}
/**
* Gets the private 'App\DataFixtures\UserFixtures' shared autowired service.
*
* @return \App\DataFixtures\UserFixtures
*/
protected function getUserFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/UserFixtures.php';
return $this->privates['App\\DataFixtures\\UserFixtures'] = new \App\DataFixtures\UserFixtures(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
}
/**
* Gets the private 'App\EventListener\KernelRequestListener' shared autowired service.
*
* @return \App\EventListener\KernelRequestListener
*/
protected function getKernelRequestListenerService()
{
return $this->privates['App\\EventListener\\KernelRequestListener'] = new \App\EventListener\KernelRequestListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'App\EventListener\LogListener' shared autowired service.
*
* @return \App\EventListener\LogListener
*/
protected function getLogListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/LogListener.php';
return $this->privates['App\\EventListener\\LogListener'] = new \App\EventListener\LogListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Form\Accounting\PaymentCommissionModelType' shared autowired service.
*
* @return \App\Form\Accounting\PaymentCommissionModelType
*/
protected function getPaymentCommissionModelTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Accounting/PaymentCommissionModelType.php';
return $this->privates['App\\Form\\Accounting\\PaymentCommissionModelType'] = new \App\Form\Accounting\PaymentCommissionModelType();
}
/**
* Gets the private 'App\Form\Accounting\PaymentInvoiceModelType' shared autowired service.
*
* @return \App\Form\Accounting\PaymentInvoiceModelType
*/
protected function getPaymentInvoiceModelTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Accounting/PaymentInvoiceModelType.php';
return $this->privates['App\\Form\\Accounting\\PaymentInvoiceModelType'] = new \App\Form\Accounting\PaymentInvoiceModelType();
}
/**
* Gets the private 'App\Form\Accounting\PaymentInvoiceValidationArrayType' shared autowired service.
*
* @return \App\Form\Accounting\PaymentInvoiceValidationArrayType
*/
protected function getPaymentInvoiceValidationArrayTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Accounting/PaymentInvoiceValidationArrayType.php';
return $this->privates['App\\Form\\Accounting\\PaymentInvoiceValidationArrayType'] = new \App\Form\Accounting\PaymentInvoiceValidationArrayType();
}
/**
* Gets the private 'App\Form\Accounting\PaymentToSupplierType' shared autowired service.
*
* @return \App\Form\Accounting\PaymentToSupplierType
*/
protected function getPaymentToSupplierTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Accounting/PaymentToSupplierType.php';
return $this->privates['App\\Form\\Accounting\\PaymentToSupplierType'] = new \App\Form\Accounting\PaymentToSupplierType();
}
/**
* Gets the private 'App\Form\Accounting\Report\CIPVSearchType' shared autowired service.
*
* @return \App\Form\Accounting\Report\CIPVSearchType
*/
protected function getCIPVSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Accounting/Report/CIPVSearchType.php';
return $this->privates['App\\Form\\Accounting\\Report\\CIPVSearchType'] = new \App\Form\Accounting\Report\CIPVSearchType();
}
/**
* Gets the private 'App\Form\Accounting\Report\QBInvoiceSearchType' shared autowired service.
*
* @return \App\Form\Accounting\Report\QBInvoiceSearchType
*/
protected function getQBInvoiceSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Accounting/Report/QBInvoiceSearchType.php';
return $this->privates['App\\Form\\Accounting\\Report\\QBInvoiceSearchType'] = new \App\Form\Accounting\Report\QBInvoiceSearchType();
}
/**
* Gets the private 'App\Form\Accounting\Report\SalesReportSearchType' shared autowired service.
*
* @return \App\Form\Accounting\Report\SalesReportSearchType
*/
protected function getSalesReportSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Accounting/Report/SalesReportSearchType.php';
return $this->privates['App\\Form\\Accounting\\Report\\SalesReportSearchType'] = new \App\Form\Accounting\Report\SalesReportSearchType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the private 'App\Form\Accounting\Report\TopPerformersSearchType' shared autowired service.
*
* @return \App\Form\Accounting\Report\TopPerformersSearchType
*/
protected function getTopPerformersSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Accounting/Report/TopPerformersSearchType.php';
return $this->privates['App\\Form\\Accounting\\Report\\TopPerformersSearchType'] = new \App\Form\Accounting\Report\TopPerformersSearchType();
}
/**
* Gets the private 'App\Form\Activity\ActivityAvailabilityRequestType' shared autowired service.
*
* @return \App\Form\Activity\ActivityAvailabilityRequestType
*/
protected function getActivityAvailabilityRequestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Activity/ActivityAvailabilityRequestType.php';
return $this->privates['App\\Form\\Activity\\ActivityAvailabilityRequestType'] = new \App\Form\Activity\ActivityAvailabilityRequestType();
}
/**
* Gets the private 'App\Form\Bulk\BulkUserType' shared autowired service.
*
* @return \App\Form\Bulk\BulkUserType
*/
protected function getBulkUserTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Bulk/BulkUserType.php';
return $this->privates['App\\Form\\Bulk\\BulkUserType'] = new \App\Form\Bulk\BulkUserType();
}
/**
* Gets the private 'App\Form\Checkout\CardRequestType' shared autowired service.
*
* @return \App\Form\Checkout\CardRequestType
*/
protected function getCardRequestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Checkout/CardRequestType.php';
return $this->privates['App\\Form\\Checkout\\CardRequestType'] = new \App\Form\Checkout\CardRequestType();
}
/**
* Gets the private 'App\Form\Checkout\CheckoutRequestType' shared autowired service.
*
* @return \App\Form\Checkout\CheckoutRequestType
*/
protected function getCheckoutRequestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Checkout/CheckoutRequestType.php';
return $this->privates['App\\Form\\Checkout\\CheckoutRequestType'] = new \App\Form\Checkout\CheckoutRequestType();
}
/**
* Gets the private 'App\Form\Checkout\MultiNameType' shared autowired service.
*
* @return \App\Form\Checkout\MultiNameType
*/
protected function getMultiNameTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Checkout/MultiNameType.php';
return $this->privates['App\\Form\\Checkout\\MultiNameType'] = new \App\Form\Checkout\MultiNameType();
}
/**
* Gets the private 'App\Form\CoreOffice\ActivityType' shared autowired service.
*
* @return \App\Form\CoreOffice\ActivityType
*/
protected function getActivityTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/ActivityType.php';
return $this->privates['App\\Form\\CoreOffice\\ActivityType'] = new \App\Form\CoreOffice\ActivityType();
}
/**
* Gets the private 'App\Form\CoreOffice\Activity\ActivityCategoryType' shared autowired service.
*
* @return \App\Form\CoreOffice\Activity\ActivityCategoryType
*/
protected function getActivityCategoryTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Activity/ActivityCategoryType.php';
return $this->privates['App\\Form\\CoreOffice\\Activity\\ActivityCategoryType'] = new \App\Form\CoreOffice\Activity\ActivityCategoryType();
}
/**
* Gets the private 'App\Form\CoreOffice\Activity\ActivityGroupType' shared autowired service.
*
* @return \App\Form\CoreOffice\Activity\ActivityGroupType
*/
protected function getActivityGroupTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Activity/ActivityGroupType.php';
return $this->privates['App\\Form\\CoreOffice\\Activity\\ActivityGroupType'] = new \App\Form\CoreOffice\Activity\ActivityGroupType();
}
/**
* Gets the private 'App\Form\CoreOffice\Activity\ActivityRateType' shared autowired service.
*
* @return \App\Form\CoreOffice\Activity\ActivityRateType
*/
protected function getActivityRateTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Activity/ActivityRateType.php';
return $this->privates['App\\Form\\CoreOffice\\Activity\\ActivityRateType'] = new \App\Form\CoreOffice\Activity\ActivityRateType();
}
/**
* Gets the private 'App\Form\CoreOffice\CityType' shared autowired service.
*
* @return \App\Form\CoreOffice\CityType
*/
protected function getCityTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/CityType.php';
return $this->privates['App\\Form\\CoreOffice\\CityType'] = new \App\Form\CoreOffice\CityType();
}
/**
* Gets the private 'App\Form\CoreOffice\CountryType' shared autowired service.
*
* @return \App\Form\CoreOffice\CountryType
*/
protected function getCountryTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/CountryType.php';
return $this->privates['App\\Form\\CoreOffice\\CountryType'] = new \App\Form\CoreOffice\CountryType();
}
/**
* Gets the private 'App\Form\CoreOffice\CredentialType' shared autowired service.
*
* @return \App\Form\CoreOffice\CredentialType
*/
protected function getCredentialTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/CredentialType.php';
return $this->privates['App\\Form\\CoreOffice\\CredentialType'] = new \App\Form\CoreOffice\CredentialType();
}
/**
* Gets the private 'App\Form\CoreOffice\CurrencyType' shared autowired service.
*
* @return \App\Form\CoreOffice\CurrencyType
*/
protected function getCurrencyTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/CurrencyType.php';
return $this->privates['App\\Form\\CoreOffice\\CurrencyType'] = new \App\Form\CoreOffice\CurrencyType();
}
/**
* Gets the private 'App\Form\CoreOffice\File\FileImageType' shared autowired service.
*
* @return \App\Form\CoreOffice\File\FileImageType
*/
protected function getFileImageTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/File/FileImageType.php';
return $this->privates['App\\Form\\CoreOffice\\File\\FileImageType'] = new \App\Form\CoreOffice\File\FileImageType();
}
/**
* Gets the private 'App\Form\CoreOffice\HotelType' shared autowired service.
*
* @return \App\Form\CoreOffice\HotelType
*/
protected function getHotelTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/HotelType.php';
return $this->privates['App\\Form\\CoreOffice\\HotelType'] = new \App\Form\CoreOffice\HotelType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Form\CoreOffice\Hotel\HotelDeduplicateType' shared autowired service.
*
* @return \App\Form\CoreOffice\Hotel\HotelDeduplicateType
*/
protected function getHotelDeduplicateTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Hotel/HotelDeduplicateType.php';
return $this->privates['App\\Form\\CoreOffice\\Hotel\\HotelDeduplicateType'] = new \App\Form\CoreOffice\Hotel\HotelDeduplicateType();
}
/**
* Gets the private 'App\Form\CoreOffice\Hotel\HotelFilterType' shared autowired service.
*
* @return \App\Form\CoreOffice\Hotel\HotelFilterType
*/
protected function getHotelFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Hotel/HotelFilterType.php';
return $this->privates['App\\Form\\CoreOffice\\Hotel\\HotelFilterType'] = new \App\Form\CoreOffice\Hotel\HotelFilterType();
}
/**
* Gets the private 'App\Form\CoreOffice\Hotel\HotelHotelProviderHotelRoomType' shared autowired service.
*
* @return \App\Form\CoreOffice\Hotel\HotelHotelProviderHotelRoomType
*/
protected function getHotelHotelProviderHotelRoomTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Hotel/HotelHotelProviderHotelRoomType.php';
return $this->privates['App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderHotelRoomType'] = new \App\Form\CoreOffice\Hotel\HotelHotelProviderHotelRoomType();
}
/**
* Gets the private 'App\Form\CoreOffice\Hotel\HotelHotelProviderType' shared autowired service.
*
* @return \App\Form\CoreOffice\Hotel\HotelHotelProviderType
*/
protected function getHotelHotelProviderTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Hotel/HotelHotelProviderType.php';
return $this->privates['App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderType'] = new \App\Form\CoreOffice\Hotel\HotelHotelProviderType();
}
/**
* Gets the private 'App\Form\CoreOffice\Hotel\HotelRoomAvailabilityType' shared autowired service.
*
* @return \App\Form\CoreOffice\Hotel\HotelRoomAvailabilityType
*/
protected function getHotelRoomAvailabilityType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Hotel/HotelRoomAvailabilityType.php';
return $this->privates['App\\Form\\CoreOffice\\Hotel\\HotelRoomAvailabilityType'] = new \App\Form\CoreOffice\Hotel\HotelRoomAvailabilityType();
}
/**
* Gets the private 'App\Form\CoreOffice\Hotel\HotelRoomBedType' shared autowired service.
*
* @return \App\Form\CoreOffice\Hotel\HotelRoomBedType
*/
protected function getHotelRoomBedType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Hotel/HotelRoomBedType.php';
return $this->privates['App\\Form\\CoreOffice\\Hotel\\HotelRoomBedType'] = new \App\Form\CoreOffice\Hotel\HotelRoomBedType();
}
/**
* Gets the private 'App\Form\CoreOffice\Hotel\HotelRoomRateType' shared autowired service.
*
* @return \App\Form\CoreOffice\Hotel\HotelRoomRateType
*/
protected function getHotelRoomRateTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Hotel/HotelRoomRateType.php';
return $this->privates['App\\Form\\CoreOffice\\Hotel\\HotelRoomRateType'] = new \App\Form\CoreOffice\Hotel\HotelRoomRateType();
}
/**
* Gets the private 'App\Form\CoreOffice\Hotel\HotelRoomType' shared autowired service.
*
* @return \App\Form\CoreOffice\Hotel\HotelRoomType
*/
protected function getHotelRoomTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Hotel/HotelRoomType.php';
return $this->privates['App\\Form\\CoreOffice\\Hotel\\HotelRoomType'] = new \App\Form\CoreOffice\Hotel\HotelRoomType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Form\CoreOffice\MealPlanType' shared autowired service.
*
* @return \App\Form\CoreOffice\MealPlanType
*/
protected function getMealPlanTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/MealPlanType.php';
return $this->privates['App\\Form\\CoreOffice\\MealPlanType'] = new \App\Form\CoreOffice\MealPlanType();
}
/**
* Gets the private 'App\Form\CoreOffice\ProfileType' shared autowired service.
*
* @return \App\Form\CoreOffice\ProfileType
*/
protected function getProfileTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/ProfileType.php';
return $this->privates['App\\Form\\CoreOffice\\ProfileType'] = new \App\Form\CoreOffice\ProfileType();
}
/**
* Gets the private 'App\Form\CoreOffice\PromotionAssignType' shared autowired service.
*
* @return \App\Form\CoreOffice\PromotionAssignType
*/
protected function getPromotionAssignTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/PromotionAssignType.php';
return $this->privates['App\\Form\\CoreOffice\\PromotionAssignType'] = new \App\Form\CoreOffice\PromotionAssignType();
}
/**
* Gets the private 'App\Form\CoreOffice\PromotionSearchType' shared autowired service.
*
* @return \App\Form\CoreOffice\PromotionSearchType
*/
protected function getPromotionSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/PromotionSearchType.php';
return $this->privates['App\\Form\\CoreOffice\\PromotionSearchType'] = new \App\Form\CoreOffice\PromotionSearchType();
}
/**
* Gets the private 'App\Form\CoreOffice\PromotionType' shared autowired service.
*
* @return \App\Form\CoreOffice\PromotionType
*/
protected function getPromotionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/PromotionType.php';
return $this->privates['App\\Form\\CoreOffice\\PromotionType'] = new \App\Form\CoreOffice\PromotionType();
}
/**
* Gets the private 'App\Form\CoreOffice\RoleType' shared autowired service.
*
* @return \App\Form\CoreOffice\RoleType
*/
protected function getRoleTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/RoleType.php';
return $this->privates['App\\Form\\CoreOffice\\RoleType'] = new \App\Form\CoreOffice\RoleType();
}
/**
* Gets the private 'App\Form\CoreOffice\StateType' shared autowired service.
*
* @return \App\Form\CoreOffice\StateType
*/
protected function getStateTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/StateType.php';
return $this->privates['App\\Form\\CoreOffice\\StateType'] = new \App\Form\CoreOffice\StateType();
}
/**
* Gets the private 'App\Form\CoreOffice\SupplierType' shared autowired service.
*
* @return \App\Form\CoreOffice\SupplierType
*/
protected function getSupplierTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/SupplierType.php';
return $this->privates['App\\Form\\CoreOffice\\SupplierType'] = new \App\Form\CoreOffice\SupplierType();
}
/**
* Gets the private 'App\Form\CoreOffice\TransferType' shared autowired service.
*
* @return \App\Form\CoreOffice\TransferType
*/
protected function getTransferTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/TransferType.php';
return $this->privates['App\\Form\\CoreOffice\\TransferType'] = new \App\Form\CoreOffice\TransferType();
}
/**
* Gets the private 'App\Form\CoreOffice\Transfer\TransferAirportType' shared autowired service.
*
* @return \App\Form\CoreOffice\Transfer\TransferAirportType
*/
protected function getTransferAirportTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Transfer/TransferAirportType.php';
return $this->privates['App\\Form\\CoreOffice\\Transfer\\TransferAirportType'] = new \App\Form\CoreOffice\Transfer\TransferAirportType();
}
/**
* Gets the private 'App\Form\CoreOffice\Transfer\TransferLocationType' shared autowired service.
*
* @return \App\Form\CoreOffice\Transfer\TransferLocationType
*/
protected function getTransferLocationTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Transfer/TransferLocationType.php';
return $this->privates['App\\Form\\CoreOffice\\Transfer\\TransferLocationType'] = new \App\Form\CoreOffice\Transfer\TransferLocationType();
}
/**
* Gets the private 'App\Form\CoreOffice\Transfer\TransferRateType' shared autowired service.
*
* @return \App\Form\CoreOffice\Transfer\TransferRateType
*/
protected function getTransferRateTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Transfer/TransferRateType.php';
return $this->privates['App\\Form\\CoreOffice\\Transfer\\TransferRateType'] = new \App\Form\CoreOffice\Transfer\TransferRateType();
}
/**
* Gets the private 'App\Form\CoreOffice\Transfer\TransferVehicleType' shared autowired service.
*
* @return \App\Form\CoreOffice\Transfer\TransferVehicleType
*/
protected function getTransferVehicleTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/Transfer/TransferVehicleType.php';
return $this->privates['App\\Form\\CoreOffice\\Transfer\\TransferVehicleType'] = new \App\Form\CoreOffice\Transfer\TransferVehicleType();
}
/**
* Gets the private 'App\Form\CoreOffice\ZipCodeType' shared autowired service.
*
* @return \App\Form\CoreOffice\ZipCodeType
*/
protected function getZipCodeTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CoreOffice/ZipCodeType.php';
return $this->privates['App\\Form\\CoreOffice\\ZipCodeType'] = new \App\Form\CoreOffice\ZipCodeType();
}
/**
* Gets the private 'App\Form\CustomerAccountType' shared autowired service.
*
* @return \App\Form\CustomerAccountType
*/
protected function getCustomerAccountTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CustomerAccountType.php';
return $this->privates['App\\Form\\CustomerAccountType'] = new \App\Form\CustomerAccountType();
}
/**
* Gets the private 'App\Form\CustomerAccount\CustomerAccountSearchType' shared autowired service.
*
* @return \App\Form\CustomerAccount\CustomerAccountSearchType
*/
protected function getCustomerAccountSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CustomerAccount/CustomerAccountSearchType.php';
return $this->privates['App\\Form\\CustomerAccount\\CustomerAccountSearchType'] = new \App\Form\CustomerAccount\CustomerAccountSearchType();
}
/**
* Gets the private 'App\Form\CustomerAccount\DomainType' shared autowired service.
*
* @return \App\Form\CustomerAccount\DomainType
*/
protected function getDomainTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CustomerAccount/DomainType.php';
return $this->privates['App\\Form\\CustomerAccount\\DomainType'] = new \App\Form\CustomerAccount\DomainType();
}
/**
* Gets the private 'App\Form\Hotel\HotelAvailabilityRequestType' shared autowired service.
*
* @return \App\Form\Hotel\HotelAvailabilityRequestType
*/
protected function getHotelAvailabilityRequestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Hotel/HotelAvailabilityRequestType.php';
return $this->privates['App\\Form\\Hotel\\HotelAvailabilityRequestType'] = new \App\Form\Hotel\HotelAvailabilityRequestType();
}
/**
* Gets the private 'App\Form\LogSearchType' shared autowired service.
*
* @return \App\Form\LogSearchType
*/
protected function getLogSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LogSearchType.php';
return $this->privates['App\\Form\\LogSearchType'] = new \App\Form\LogSearchType();
}
/**
* Gets the private 'App\Form\Login\ForgotPasswordType' shared autowired service.
*
* @return \App\Form\Login\ForgotPasswordType
*/
protected function getForgotPasswordTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Login/ForgotPasswordType.php';
return $this->privates['App\\Form\\Login\\ForgotPasswordType'] = new \App\Form\Login\ForgotPasswordType();
}
/**
* Gets the private 'App\Form\Login\RequestAccessType' shared autowired service.
*
* @return \App\Form\Login\RequestAccessType
*/
protected function getRequestAccessTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Login/RequestAccessType.php';
return $this->privates['App\\Form\\Login\\RequestAccessType'] = new \App\Form\Login\RequestAccessType();
}
/**
* Gets the private 'App\Form\Login\ResetPasswordType' shared autowired service.
*
* @return \App\Form\Login\ResetPasswordType
*/
protected function getResetPasswordTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Login/ResetPasswordType.php';
return $this->privates['App\\Form\\Login\\ResetPasswordType'] = new \App\Form\Login\ResetPasswordType();
}
/**
* Gets the private 'App\Form\MyQuoteItem\CancellationPolicyType' shared autowired service.
*
* @return \App\Form\MyQuoteItem\CancellationPolicyType
*/
protected function getCancellationPolicyTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/MyQuoteItem/CancellationPolicyType.php';
return $this->privates['App\\Form\\MyQuoteItem\\CancellationPolicyType'] = new \App\Form\MyQuoteItem\CancellationPolicyType();
}
/**
* Gets the private 'App\Form\MyQuoteItem\MyQuoteItemType' shared autowired service.
*
* @return \App\Form\MyQuoteItem\MyQuoteItemType
*/
protected function getMyQuoteItemTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/MyQuoteItem/MyQuoteItemType.php';
return $this->privates['App\\Form\\MyQuoteItem\\MyQuoteItemType'] = new \App\Form\MyQuoteItem\MyQuoteItemType();
}
/**
* Gets the private 'App\Form\MyQuoteItem\QuoteItemType' shared autowired service.
*
* @return \App\Form\MyQuoteItem\QuoteItemType
*/
protected function getQuoteItemTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/MyQuoteItem/QuoteItemType.php';
return $this->privates['App\\Form\\MyQuoteItem\\QuoteItemType'] = new \App\Form\MyQuoteItem\QuoteItemType();
}
/**
* Gets the private 'App\Form\NoRateRequest\NoRateRequestType' shared autowired service.
*
* @return \App\Form\NoRateRequest\NoRateRequestType
*/
protected function getNoRateRequestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/NoRateRequest/NoRateRequestType.php';
return $this->privates['App\\Form\\NoRateRequest\\NoRateRequestType'] = new \App\Form\NoRateRequest\NoRateRequestType();
}
/**
* Gets the private 'App\Form\Promo\CollectionHotelType' shared autowired service.
*
* @return \App\Form\Promo\CollectionHotelType
*/
protected function getCollectionHotelTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Promo/CollectionHotelType.php';
return $this->privates['App\\Form\\Promo\\CollectionHotelType'] = new \App\Form\Promo\CollectionHotelType();
}
/**
* Gets the private 'App\Form\Promo\CollectionPageSearchType' shared autowired service.
*
* @return \App\Form\Promo\CollectionPageSearchType
*/
protected function getCollectionPageSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Promo/CollectionPageSearchType.php';
return $this->privates['App\\Form\\Promo\\CollectionPageSearchType'] = new \App\Form\Promo\CollectionPageSearchType();
}
/**
* Gets the private 'App\Form\Promo\CollectionPageType' shared autowired service.
*
* @return \App\Form\Promo\CollectionPageType
*/
protected function getCollectionPageTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Promo/CollectionPageType.php';
return $this->privates['App\\Form\\Promo\\CollectionPageType'] = new \App\Form\Promo\CollectionPageType();
}
/**
* Gets the private 'App\Form\Promo\CollectionRequestType' shared autowired service.
*
* @return \App\Form\Promo\CollectionRequestType
*/
protected function getCollectionRequestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Promo/CollectionRequestType.php';
return $this->privates['App\\Form\\Promo\\CollectionRequestType'] = new \App\Form\Promo\CollectionRequestType();
}
/**
* Gets the private 'App\Form\QualityControl\QualityControlSearchType' shared autowired service.
*
* @return \App\Form\QualityControl\QualityControlSearchType
*/
protected function getQualityControlSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/QualityControl/QualityControlSearchType.php';
return $this->privates['App\\Form\\QualityControl\\QualityControlSearchType'] = new \App\Form\QualityControl\QualityControlSearchType();
}
/**
* Gets the private 'App\Form\QualityControl\QualityControlType' shared autowired service.
*
* @return \App\Form\QualityControl\QualityControlType
*/
protected function getQualityControlTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/QualityControl/QualityControlType.php';
return $this->privates['App\\Form\\QualityControl\\QualityControlType'] = new \App\Form\QualityControl\QualityControlType();
}
/**
* Gets the private 'App\Form\QuoteItem\CarRental\CarRentalLocationType' shared autowired service.
*
* @return \App\Form\QuoteItem\CarRental\CarRentalLocationType
*/
protected function getCarRentalLocationTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/QuoteItem/CarRental/CarRentalLocationType.php';
return $this->privates['App\\Form\\QuoteItem\\CarRental\\CarRentalLocationType'] = new \App\Form\QuoteItem\CarRental\CarRentalLocationType();
}
/**
* Gets the private 'App\Form\QuoteItem\CarRental\CarRentalLocationsType' shared autowired service.
*
* @return \App\Form\QuoteItem\CarRental\CarRentalLocationsType
*/
protected function getCarRentalLocationsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/QuoteItem/CarRental/CarRentalLocationsType.php';
return $this->privates['App\\Form\\QuoteItem\\CarRental\\CarRentalLocationsType'] = new \App\Form\QuoteItem\CarRental\CarRentalLocationsType();
}
/**
* Gets the private 'App\Form\QuoteItem\Transfer\AddOnType' shared autowired service.
*
* @return \App\Form\QuoteItem\Transfer\AddOnType
*/
protected function getAddOnTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/QuoteItem/Transfer/AddOnType.php';
return $this->privates['App\\Form\\QuoteItem\\Transfer\\AddOnType'] = new \App\Form\QuoteItem\Transfer\AddOnType();
}
/**
* Gets the private 'App\Form\QuoteItem\Transfer\TransferAirportType' shared autowired service.
*
* @return \App\Form\QuoteItem\Transfer\TransferAirportType
*/
protected function getTransferAirportType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/QuoteItem/Transfer/TransferAirportType.php';
return $this->privates['App\\Form\\QuoteItem\\Transfer\\TransferAirportType'] = new \App\Form\QuoteItem\Transfer\TransferAirportType();
}
/**
* Gets the private 'App\Form\QuoteItem\Transfer\TransferCityType' shared autowired service.
*
* @return \App\Form\QuoteItem\Transfer\TransferCityType
*/
protected function getTransferCityTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/QuoteItem/Transfer/TransferCityType.php';
return $this->privates['App\\Form\\QuoteItem\\Transfer\\TransferCityType'] = new \App\Form\QuoteItem\Transfer\TransferCityType();
}
/**
* Gets the private 'App\Form\QuoteItem\Transfer\TransferLocationType' shared autowired service.
*
* @return \App\Form\QuoteItem\Transfer\TransferLocationType
*/
protected function getTransferLocationType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/QuoteItem/Transfer/TransferLocationType.php';
return $this->privates['App\\Form\\QuoteItem\\Transfer\\TransferLocationType'] = new \App\Form\QuoteItem\Transfer\TransferLocationType();
}
/**
* Gets the private 'App\Form\QuoteItem\Transfer\TransferType' shared autowired service.
*
* @return \App\Form\QuoteItem\Transfer\TransferType
*/
protected function getTransferType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/QuoteItem/Transfer/TransferType.php';
return $this->privates['App\\Form\\QuoteItem\\Transfer\\TransferType'] = new \App\Form\QuoteItem\Transfer\TransferType();
}
/**
* Gets the private 'App\Form\Quote\AdditionalInformationType' shared autowired service.
*
* @return \App\Form\Quote\AdditionalInformationType
*/
protected function getAdditionalInformationTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/AdditionalInformationType.php';
return $this->privates['App\\Form\\Quote\\AdditionalInformationType'] = new \App\Form\Quote\AdditionalInformationType();
}
/**
* Gets the private 'App\Form\Quote\AgentQuoteItemType' shared autowired service.
*
* @return \App\Form\Quote\AgentQuoteItemType
*/
protected function getAgentQuoteItemTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/AgentQuoteItemType.php';
return $this->privates['App\\Form\\Quote\\AgentQuoteItemType'] = new \App\Form\Quote\AgentQuoteItemType();
}
/**
* Gets the private 'App\Form\Quote\AgentQuoteType' shared autowired service.
*
* @return \App\Form\Quote\AgentQuoteType
*/
protected function getAgentQuoteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/AgentQuoteType.php';
return $this->privates['App\\Form\\Quote\\AgentQuoteType'] = new \App\Form\Quote\AgentQuoteType();
}
/**
* Gets the private 'App\Form\Quote\NameType' shared autowired service.
*
* @return \App\Form\Quote\NameType
*/
protected function getNameTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/NameType.php';
return $this->privates['App\\Form\\Quote\\NameType'] = new \App\Form\Quote\NameType();
}
/**
* Gets the private 'App\Form\Quote\QuoteItemSearchType' shared autowired service.
*
* @return \App\Form\Quote\QuoteItemSearchType
*/
protected function getQuoteItemSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/QuoteItemSearchType.php';
return $this->privates['App\\Form\\Quote\\QuoteItemSearchType'] = new \App\Form\Quote\QuoteItemSearchType();
}
/**
* Gets the private 'App\Form\Quote\QuoteItemType' shared autowired service.
*
* @return \App\Form\Quote\QuoteItemType
*/
protected function getQuoteItemType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/QuoteItemType.php';
return $this->privates['App\\Form\\Quote\\QuoteItemType'] = new \App\Form\Quote\QuoteItemType();
}
/**
* Gets the private 'App\Form\Quote\QuoteSearchType' shared autowired service.
*
* @return \App\Form\Quote\QuoteSearchType
*/
protected function getQuoteSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/QuoteSearchType.php';
return $this->privates['App\\Form\\Quote\\QuoteSearchType'] = new \App\Form\Quote\QuoteSearchType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Form\Quote\QuoteSearchTypeOrg' shared autowired service.
*
* @return \App\Form\Quote\QuoteSearchTypeOrg
*/
protected function getQuoteSearchTypeOrgService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/QuoteSearchTypeOrg.php';
return $this->privates['App\\Form\\Quote\\QuoteSearchTypeOrg'] = new \App\Form\Quote\QuoteSearchTypeOrg(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the private 'App\Form\Quote\QuoteType' shared autowired service.
*
* @return \App\Form\Quote\QuoteType
*/
protected function getQuoteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/QuoteType.php';
return $this->privates['App\\Form\\Quote\\QuoteType'] = new \App\Form\Quote\QuoteType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Form\Quote\RemoveQuoteItemType' shared autowired service.
*
* @return \App\Form\Quote\RemoveQuoteItemType
*/
protected function getRemoveQuoteItemTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/RemoveQuoteItemType.php';
return $this->privates['App\\Form\\Quote\\RemoveQuoteItemType'] = new \App\Form\Quote\RemoveQuoteItemType();
}
/**
* Gets the private 'App\Form\Quote\ReservationSearchType' shared autowired service.
*
* @return \App\Form\Quote\ReservationSearchType
*/
protected function getReservationSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Quote/ReservationSearchType.php';
return $this->privates['App\\Form\\Quote\\ReservationSearchType'] = new \App\Form\Quote\ReservationSearchType();
}
/**
* Gets the private 'App\Form\Report\CommissionReportSearchType' shared autowired service.
*
* @return \App\Form\Report\CommissionReportSearchType
*/
protected function getCommissionReportSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Report/CommissionReportSearchType.php';
return $this->privates['App\\Form\\Report\\CommissionReportSearchType'] = new \App\Form\Report\CommissionReportSearchType();
}
/**
* Gets the private 'App\Form\RequestAccess\AgentType' shared autowired service.
*
* @return \App\Form\RequestAccess\AgentType
*/
protected function getAgentTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/RequestAccess/AgentType.php';
return $this->privates['App\\Form\\RequestAccess\\AgentType'] = new \App\Form\RequestAccess\AgentType();
}
/**
* Gets the private 'App\Form\RequestAccess\RequestAccessApprovalType' shared autowired service.
*
* @return \App\Form\RequestAccess\RequestAccessApprovalType
*/
protected function getRequestAccessApprovalTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/RequestAccess/RequestAccessApprovalType.php';
return $this->privates['App\\Form\\RequestAccess\\RequestAccessApprovalType'] = new \App\Form\RequestAccess\RequestAccessApprovalType();
}
/**
* Gets the private 'App\Form\RequestAccess\RequestAccessSearchType' shared autowired service.
*
* @return \App\Form\RequestAccess\RequestAccessSearchType
*/
protected function getRequestAccessSearchTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/RequestAccess/RequestAccessSearchType.php';
return $this->privates['App\\Form\\RequestAccess\\RequestAccessSearchType'] = new \App\Form\RequestAccess\RequestAccessSearchType();
}
/**
* Gets the private 'App\Form\Supplier\SupplierRequestFormType' shared autowired service.
*
* @return \App\Form\Supplier\SupplierRequestFormType
*/
protected function getSupplierRequestFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Supplier/SupplierRequestFormType.php';
return $this->privates['App\\Form\\Supplier\\SupplierRequestFormType'] = new \App\Form\Supplier\SupplierRequestFormType();
}
/**
* Gets the private 'App\Form\Transfer\TransferAvailabilityRequestType' shared autowired service.
*
* @return \App\Form\Transfer\TransferAvailabilityRequestType
*/
protected function getTransferAvailabilityRequestTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Transfer/TransferAvailabilityRequestType.php';
return $this->privates['App\\Form\\Transfer\\TransferAvailabilityRequestType'] = new \App\Form\Transfer\TransferAvailabilityRequestType();
}
/**
* Gets the private 'App\Form\Trip\CancelType' shared autowired service.
*
* @return \App\Form\Trip\CancelType
*/
protected function getCancelTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Trip/CancelType.php';
return $this->privates['App\\Form\\Trip\\CancelType'] = new \App\Form\Trip\CancelType();
}
/**
* Gets the private 'App\Form\Trip\RemoveTripItemType' shared autowired service.
*
* @return \App\Form\Trip\RemoveTripItemType
*/
protected function getRemoveTripItemTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Trip/RemoveTripItemType.php';
return $this->privates['App\\Form\\Trip\\RemoveTripItemType'] = new \App\Form\Trip\RemoveTripItemType();
}
/**
* Gets the private 'App\Form\Trip\RenameTripType' shared autowired service.
*
* @return \App\Form\Trip\RenameTripType
*/
protected function getRenameTripTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Trip/RenameTripType.php';
return $this->privates['App\\Form\\Trip\\RenameTripType'] = new \App\Form\Trip\RenameTripType();
}
/**
* Gets the private 'App\Form\Trip\TripItemType' shared autowired service.
*
* @return \App\Form\Trip\TripItemType
*/
protected function getTripItemTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Trip/TripItemType.php';
return $this->privates['App\\Form\\Trip\\TripItemType'] = new \App\Form\Trip\TripItemType();
}
/**
* Gets the private 'App\Form\UserType' shared autowired service.
*
* @return \App\Form\UserType
*/
protected function getUserTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UserType.php';
return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
}
/**
* Gets the private 'App\GoogleAPI\AutocompleteSearchBar' shared autowired service.
*
* @return \App\GoogleAPI\AutocompleteSearchBar
*/
protected function getAutocompleteSearchBarService()
{
include_once \dirname(__DIR__, 4).'/src/GoogleAPI/AutocompleteSearchBar.php';
return $this->privates['App\\GoogleAPI\\AutocompleteSearchBar'] = new \App\GoogleAPI\AutocompleteSearchBar(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\GoogleAPI\\GoogleApi'] ?? $this->getGoogleApiService()));
}
/**
* Gets the private 'App\GoogleAPI\GoogleApi' shared autowired service.
*
* @return \App\GoogleAPI\GoogleApi
*/
protected function getGoogleApiService()
{
include_once \dirname(__DIR__, 4).'/src/GoogleAPI/GoogleApi.php';
return $this->privates['App\\GoogleAPI\\GoogleApi'] = new \App\GoogleAPI\GoogleApi($this->getEnv('GOOGLE_API_KEY'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\HubSpotAPI\HubSpotAPI' shared autowired service.
*
* @return \App\HubSpotAPI\HubSpotAPI
*/
protected function getHubSpotAPIService()
{
include_once \dirname(__DIR__, 4).'/src/HubSpotAPI/HubSpotAPI.php';
return $this->privates['App\\HubSpotAPI\\HubSpotAPI'] = new \App\HubSpotAPI\HubSpotAPI($this->getEnv('HUBSPOT_KEY'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'App\Mailer\AccountMailer' shared autowired service.
*
* @return \App\Mailer\AccountMailer
*/
protected function getAccountMailerService()
{
include_once \dirname(__DIR__, 4).'/src/Mailer/Mailer.php';
include_once \dirname(__DIR__, 4).'/src/Mailer/AccountMailer.php';
$a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->privates['App\\Mailer\\AccountMailer'])) {
return $this->privates['App\\Mailer\\AccountMailer'];
}
return $this->privates['App\\Mailer\\AccountMailer'] = new \App\Mailer\AccountMailer($a, $this, $this->getEnv('APP_ENV'));
}
/**
* Gets the private 'App\Mailer\NotificationSystemAPIMailer' shared autowired service.
*
* @return \App\Mailer\NotificationSystemAPIMailer
*/
protected function getNotificationSystemAPIMailerService()
{
include_once \dirname(__DIR__, 4).'/src/Mailer/Mailer.php';
include_once \dirname(__DIR__, 4).'/src/Mailer/NotificationSystemAPIMailer.php';
return $this->privates['App\\Mailer\\NotificationSystemAPIMailer'] = new \App\Mailer\NotificationSystemAPIMailer(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), $this, $this->getEnv('APP_ENV'));
}
/**
* Gets the private 'App\Mailer\NotificationSystemMailer' shared autowired service.
*
* @return \App\Mailer\NotificationSystemMailer
*/
protected function getNotificationSystemMailerService()
{
include_once \dirname(__DIR__, 4).'/src/Mailer/Mailer.php';
include_once \dirname(__DIR__, 4).'/src/Mailer/NotificationSystemMailer.php';
$a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->privates['App\\Mailer\\NotificationSystemMailer'])) {
return $this->privates['App\\Mailer\\NotificationSystemMailer'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Mailer\\NotificationSystemMailer'])) {
return $this->privates['App\\Mailer\\NotificationSystemMailer'];
}
return $this->privates['App\\Mailer\\NotificationSystemMailer'] = new \App\Mailer\NotificationSystemMailer($a, $this, $this->getEnv('APP_ENV'), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), $b);
}
/**
* Gets the private 'App\Model\File\FileImage' shared autowired service.
*
* @return \App\Model\File\FileImage
*/
protected function getFileImageService()
{
include_once \dirname(__DIR__, 4).'/src/Model/File/FileImage.php';
return $this->privates['App\\Model\\File\\FileImage'] = new \App\Model\File\FileImage();
}
/**
* Gets the private 'App\NotificationSystem\NotificationSystem' shared autowired service.
*
* @return \App\NotificationSystem\NotificationSystem
*/
protected function getNotificationSystemService()
{
include_once \dirname(__DIR__, 4).'/src/NotificationSystem/NotificationSystem.php';
return $this->privates['App\\NotificationSystem\\NotificationSystem'] = new \App\NotificationSystem\NotificationSystem(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'App\OpenaiAPI\OpenaiAPI' shared autowired service.
*
* @return \App\OpenaiAPI\OpenaiAPI
*/
protected function getOpenaiAPIService()
{
include_once \dirname(__DIR__, 4).'/src/OpenaiAPI/OpenaiAPI.php';
return $this->privates['App\\OpenaiAPI\\OpenaiAPI'] = new \App\OpenaiAPI\OpenaiAPI($this->getEnv('OPENAI_KEY'));
}
/**
* Gets the private 'App\Payment\CreditNoteFactory' shared autowired service.
*
* @return \App\Payment\CreditNoteFactory
*/
protected function getCreditNoteFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Payment/CreditNoteFactory.php';
return $this->privates['App\\Payment\\CreditNoteFactory'] = new \App\Payment\CreditNoteFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'App\Payment\Stripe' shared autowired service.
*
* @return \App\Payment\Stripe
*/
protected function getStripeService()
{
include_once \dirname(__DIR__, 4).'/src/Payment/Stripe.php';
return $this->privates['App\\Payment\\Stripe'] = new \App\Payment\Stripe(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, $this->getEnv('APP_ENV'));
}
/**
* Gets the private 'App\QuickbooksAPI\QuickbooksAPI' shared autowired service.
*
* @return \App\QuickbooksAPI\QuickbooksAPI
*/
protected function getQuickbooksAPIService()
{
include_once \dirname(__DIR__, 4).'/src/QuickbooksAPI/BaseApi.php';
include_once \dirname(__DIR__, 4).'/src/QuickbooksAPI/QuickbooksAPI.php';
return $this->privates['App\\QuickbooksAPI\\QuickbooksAPI'] = new \App\QuickbooksAPI\QuickbooksAPI($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this->getEnv('APP_ENV'));
}
/**
* Gets the private 'App\Repository\ClientCategoryRepository' shared autowired service.
*
* @return \App\Repository\ClientCategoryRepository
*/
protected function getClientCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ClientCategoryRepository.php';
return $this->privates['App\\Repository\\ClientCategoryRepository'] = new \App\Repository\ClientCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CollectionHotelRepository' shared autowired service.
*
* @return \App\Repository\CollectionHotelRepository
*/
protected function getCollectionHotelRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CollectionHotelRepository.php';
return $this->privates['App\\Repository\\CollectionHotelRepository'] = new \App\Repository\CollectionHotelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CollectionPageRepository' shared autowired service.
*
* @return \App\Repository\CollectionPageRepository
*/
protected function getCollectionPageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CollectionPageRepository.php';
return $this->privates['App\\Repository\\CollectionPageRepository'] = new \App\Repository\CollectionPageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ConsortiaRepository' shared autowired service.
*
* @return \App\Repository\ConsortiaRepository
*/
protected function getConsortiaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ConsortiaRepository.php';
return $this->privates['App\\Repository\\ConsortiaRepository'] = new \App\Repository\ConsortiaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CountryRepository' shared autowired service.
*
* @return \App\Repository\CountryRepository
*/
protected function getCountryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CountryRepository.php';
return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CreditNoteRepository' shared autowired service.
*
* @return \App\Repository\CreditNoteRepository
*/
protected function getCreditNoteRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CreditNoteRepository.php';
return $this->privates['App\\Repository\\CreditNoteRepository'] = new \App\Repository\CreditNoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CurrencyRepository' shared autowired service.
*
* @return \App\Repository\CurrencyRepository
*/
protected function getCurrencyRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CurrencyRepository.php';
return $this->privates['App\\Repository\\CurrencyRepository'] = new \App\Repository\CurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CustomerAccountRepository' shared autowired service.
*
* @return \App\Repository\CustomerAccountRepository
*/
protected function getCustomerAccountRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CustomerAccountRepository.php';
return $this->privates['App\\Repository\\CustomerAccountRepository'] = new \App\Repository\CustomerAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CustomerAccountTypeRepository' shared autowired service.
*
* @return \App\Repository\CustomerAccountTypeRepository
*/
protected function getCustomerAccountTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CustomerAccountTypeRepository.php';
return $this->privates['App\\Repository\\CustomerAccountTypeRepository'] = new \App\Repository\CustomerAccountTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DepartmentRepository' shared autowired service.
*
* @return \App\Repository\DepartmentRepository
*/
protected function getDepartmentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DepartmentRepository.php';
return $this->privates['App\\Repository\\DepartmentRepository'] = new \App\Repository\DepartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\FavoriteDestinationRepository' shared autowired service.
*
* @return \App\Repository\FavoriteDestinationRepository
*/
protected function getFavoriteDestinationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/FavoriteDestinationRepository.php';
return $this->privates['App\\Repository\\FavoriteDestinationRepository'] = new \App\Repository\FavoriteDestinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\FavoriteHotelRepository' shared autowired service.
*
* @return \App\Repository\FavoriteHotelRepository
*/
protected function getFavoriteHotelRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/FavoriteHotelRepository.php';
return $this->privates['App\\Repository\\FavoriteHotelRepository'] = new \App\Repository\FavoriteHotelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\GoogleDestinationRepository' shared autowired service.
*
* @return \App\Repository\GoogleDestinationRepository
*/
protected function getGoogleDestinationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/GoogleDestinationRepository.php';
return $this->privates['App\\Repository\\GoogleDestinationRepository'] = new \App\Repository\GoogleDestinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\HotelInfoRepository' shared autowired service.
*
* @return \App\Repository\HotelInfoRepository
*/
protected function getHotelInfoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/HotelInfoRepository.php';
return $this->privates['App\\Repository\\HotelInfoRepository'] = new \App\Repository\HotelInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\InvoicePaymentRepository' shared autowired service.
*
* @return \App\Repository\InvoicePaymentRepository
*/
protected function getInvoicePaymentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/InvoicePaymentRepository.php';
return $this->privates['App\\Repository\\InvoicePaymentRepository'] = new \App\Repository\InvoicePaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\InvoiceRepository' shared autowired service.
*
* @return \App\Repository\InvoiceRepository
*/
protected function getInvoiceRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/InvoiceRepository.php';
return $this->privates['App\\Repository\\InvoiceRepository'] = new \App\Repository\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LanguageRepository' shared autowired service.
*
* @return \App\Repository\LanguageRepository
*/
protected function getLanguageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LanguageRepository.php';
return $this->privates['App\\Repository\\LanguageRepository'] = new \App\Repository\LanguageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LogRepository' shared autowired service.
*
* @return \App\Repository\LogRepository
*/
protected function getLogRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LogRepository.php';
return $this->privates['App\\Repository\\LogRepository'] = new \App\Repository\LogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LoginLogRepository' shared autowired service.
*
* @return \App\Repository\LoginLogRepository
*/
protected function getLoginLogRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LoginLogRepository.php';
return $this->privates['App\\Repository\\LoginLogRepository'] = new \App\Repository\LoginLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NoRateRequestRepository' shared autowired service.
*
* @return \App\Repository\NoRateRequestRepository
*/
protected function getNoRateRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NoRateRequestRepository.php';
return $this->privates['App\\Repository\\NoRateRequestRepository'] = new \App\Repository\NoRateRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NotificationEventCustomerAccountConfigRepository' shared autowired service.
*
* @return \App\Repository\NotificationEventCustomerAccountConfigRepository
*/
protected function getNotificationEventCustomerAccountConfigRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NotificationEventCustomerAccountConfigRepository.php';
return $this->privates['App\\Repository\\NotificationEventCustomerAccountConfigRepository'] = new \App\Repository\NotificationEventCustomerAccountConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NotificationEventRepository' shared autowired service.
*
* @return \App\Repository\NotificationEventRepository
*/
protected function getNotificationEventRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NotificationEventRepository.php';
return $this->privates['App\\Repository\\NotificationEventRepository'] = new \App\Repository\NotificationEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NotificationEventTypeRepository' shared autowired service.
*
* @return \App\Repository\NotificationEventTypeRepository
*/
protected function getNotificationEventTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NotificationEventTypeRepository.php';
return $this->privates['App\\Repository\\NotificationEventTypeRepository'] = new \App\Repository\NotificationEventTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PaymentRepository' shared autowired service.
*
* @return \App\Repository\PaymentRepository
*/
protected function getPaymentRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PaymentRepository.php';
return $this->privates['App\\Repository\\PaymentRepository'] = new \App\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PaymentToSupplierRepository' shared autowired service.
*
* @return \App\Repository\PaymentToSupplierRepository
*/
protected function getPaymentToSupplierRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PaymentToSupplierRepository.php';
return $this->privates['App\\Repository\\PaymentToSupplierRepository'] = new \App\Repository\PaymentToSupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PaymentTypeRepository' shared autowired service.
*
* @return \App\Repository\PaymentTypeRepository
*/
protected function getPaymentTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PaymentTypeRepository.php';
return $this->privates['App\\Repository\\PaymentTypeRepository'] = new \App\Repository\PaymentTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PendingNotificationEventRepository' shared autowired service.
*
* @return \App\Repository\PendingNotificationEventRepository
*/
protected function getPendingNotificationEventRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PendingNotificationEventRepository.php';
return $this->privates['App\\Repository\\PendingNotificationEventRepository'] = new \App\Repository\PendingNotificationEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProfileRepository' shared autowired service.
*
* @return \App\Repository\ProfileRepository
*/
protected function getProfileRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProfileRepository.php';
return $this->privates['App\\Repository\\ProfileRepository'] = new \App\Repository\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QBBillPaymentRepository' shared autowired service.
*
* @return \App\Repository\QBBillPaymentRepository
*/
protected function getQBBillPaymentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QBBillPaymentRepository.php';
return $this->privates['App\\Repository\\QBBillPaymentRepository'] = new \App\Repository\QBBillPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QBCreditNoteRepository' shared autowired service.
*
* @return \App\Repository\QBCreditNoteRepository
*/
protected function getQBCreditNoteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QBCreditNoteRepository.php';
return $this->privates['App\\Repository\\QBCreditNoteRepository'] = new \App\Repository\QBCreditNoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QBInvoicePaymentRepository' shared autowired service.
*
* @return \App\Repository\QBInvoicePaymentRepository
*/
protected function getQBInvoicePaymentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QBInvoicePaymentRepository.php';
return $this->privates['App\\Repository\\QBInvoicePaymentRepository'] = new \App\Repository\QBInvoicePaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QBInvoiceRepository' shared autowired service.
*
* @return \App\Repository\QBInvoiceRepository
*/
protected function getQBInvoiceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QBInvoiceRepository.php';
return $this->privates['App\\Repository\\QBInvoiceRepository'] = new \App\Repository\QBInvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QBPaymentRepository' shared autowired service.
*
* @return \App\Repository\QBPaymentRepository
*/
protected function getQBPaymentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QBPaymentRepository.php';
return $this->privates['App\\Repository\\QBPaymentRepository'] = new \App\Repository\QBPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QualityControlRepository' shared autowired service.
*
* @return \App\Repository\QualityControlRepository
*/
protected function getQualityControlRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QualityControlRepository.php';
return $this->privates['App\\Repository\\QualityControlRepository'] = new \App\Repository\QualityControlRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QuickbookWebhookRequestRepository' shared autowired service.
*
* @return \App\Repository\QuickbookWebhookRequestRepository
*/
protected function getQuickbookWebhookRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QuickbookWebhookRequestRepository.php';
return $this->privates['App\\Repository\\QuickbookWebhookRequestRepository'] = new \App\Repository\QuickbookWebhookRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QuickbooksSettingRepository' shared autowired service.
*
* @return \App\Repository\QuickbooksSettingRepository
*/
protected function getQuickbooksSettingRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QuickbooksSettingRepository.php';
return $this->privates['App\\Repository\\QuickbooksSettingRepository'] = new \App\Repository\QuickbooksSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QuoteCategoryRepository' shared autowired service.
*
* @return \App\Repository\QuoteCategoryRepository
*/
protected function getQuoteCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QuoteCategoryRepository.php';
return $this->privates['App\\Repository\\QuoteCategoryRepository'] = new \App\Repository\QuoteCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QuoteItemRepository' shared autowired service.
*
* @return \App\Repository\QuoteItemRepository
*/
protected function getQuoteItemRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QuoteItemRepository.php';
return $this->privates['App\\Repository\\QuoteItemRepository'] = new \App\Repository\QuoteItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\QuoteRepository' shared autowired service.
*
* @return \App\Repository\QuoteRepository
*/
protected function getQuoteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QuoteRepository.php';
return $this->privates['App\\Repository\\QuoteRepository'] = new \App\Repository\QuoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\RequestAccessRepository' shared autowired service.
*
* @return \App\Repository\RequestAccessRepository
*/
protected function getRequestAccessRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/RequestAccessRepository.php';
return $this->privates['App\\Repository\\RequestAccessRepository'] = new \App\Repository\RequestAccessRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReservationRepository' shared autowired service.
*
* @return \App\Repository\ReservationRepository
*/
protected function getReservationRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ReservationRepository.php';
return $this->privates['App\\Repository\\ReservationRepository'] = new \App\Repository\ReservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\RoleRepository' shared autowired service.
*
* @return \App\Repository\RoleRepository
*/
protected function getRoleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/RoleRepository.php';
return $this->privates['App\\Repository\\RoleRepository'] = new \App\Repository\RoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SearchLogRepository' shared autowired service.
*
* @return \App\Repository\SearchLogRepository
*/
protected function getSearchLogRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SearchLogRepository.php';
return $this->privates['App\\Repository\\SearchLogRepository'] = new \App\Repository\SearchLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StateRepository' shared autowired service.
*
* @return \App\Repository\StateRepository
*/
protected function getStateRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StateRepository.php';
return $this->privates['App\\Repository\\StateRepository'] = new \App\Repository\StateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StripeWebhookRequestRepository' shared autowired service.
*
* @return \App\Repository\StripeWebhookRequestRepository
*/
protected function getStripeWebhookRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StripeWebhookRequestRepository.php';
return $this->privates['App\\Repository\\StripeWebhookRequestRepository'] = new \App\Repository\StripeWebhookRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SupplierRepository' shared autowired service.
*
* @return \App\Repository\SupplierRepository
*/
protected function getSupplierRepository2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SupplierRepository.php';
return $this->privates['App\\Repository\\SupplierRepository'] = new \App\Repository\SupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TeamRepository' shared autowired service.
*
* @return \App\Repository\TeamRepository
*/
protected function getTeamRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TeamRepository.php';
return $this->privates['App\\Repository\\TeamRepository'] = new \App\Repository\TeamRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TripItemRepository' shared autowired service.
*
* @return \App\Repository\TripItemRepository
*/
protected function getTripItemRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TripItemRepository.php';
return $this->privates['App\\Repository\\TripItemRepository'] = new \App\Repository\TripItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TripRepository' shared autowired service.
*
* @return \App\Repository\TripRepository
*/
protected function getTripRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TripRepository.php';
return $this->privates['App\\Repository\\TripRepository'] = new \App\Repository\TripRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UserRepository' shared autowired service.
*
* @return \App\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserRepository.php';
return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\VendorRepository' shared autowired service.
*
* @return \App\Repository\VendorRepository
*/
protected function getVendorRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/VendorRepository.php';
return $this->privates['App\\Repository\\VendorRepository'] = new \App\Repository\VendorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Reservation\ReservationFactory' shared autowired service.
*
* @return \App\Reservation\ReservationFactory
*/
protected function getReservationFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Reservation/ReservationFactory.php';
return $this->privates['App\\Reservation\\ReservationFactory'] = new \App\Reservation\ReservationFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\QuickbooksAPI\\QuickbooksAPI'] ?? $this->getQuickbooksAPIService()), ($this->privates['App\\COREapi\\VCCApi'] ?? $this->getVCCApiService()));
}
/**
* Gets the private 'App\Security\AccessDeniedHandler' shared autowired service.
*
* @return \App\Security\AccessDeniedHandler
*/
protected function getAccessDeniedHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/AccessDeniedHandler.php';
return $this->privates['App\\Security\\AccessDeniedHandler'] = new \App\Security\AccessDeniedHandler(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
*
* @return \App\Security\LoginFormAuthenticator
*/
protected function getLoginFormAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginFormAuthenticator.php';
return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
}
/**
* Gets the private 'App\Service\AuthTokenService' shared autowired service.
*
* @return \App\Service\AuthTokenService
*/
protected function getAuthTokenServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/AuthTokenService.php';
return $this->privates['App\\Service\\AuthTokenService'] = new \App\Service\AuthTokenService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'j7auanmj9un3273ruoq92ntnk', '1qesn00ki6e8fi54cgn1j9u10qte53dhmkf7gonu9s1cp6t7task', 'https://oxlivetest.auth.us-east-2.amazoncognito.com/oauth2/token', ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
}
/**
* Gets the private 'App\Service\CarRentalApi' shared autowired service.
*
* @return \App\Service\CarRentalApi
*/
protected function getCarRentalApiService()
{
include_once \dirname(__DIR__, 4).'/src/Service/CarRentalApi.php';
return $this->privates['App\\Service\\CarRentalApi'] = new \App\Service\CarRentalApi(($this->privates['App\\Service\\AuthTokenService'] ?? $this->getAuthTokenServiceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'App\Twig\AppExtensions' shared autowired service.
*
* @return \App\Twig\AppExtensions
*/
protected function getAppExtensionsService()
{
return $this->privates['App\\Twig\\AppExtensions'] = new \App\Twig\AppExtensions();
}
/**
* Gets the private 'App\Twig\ConvertCamelCase' shared autowired service.
*
* @return \App\Twig\ConvertCamelCase
*/
protected function getConvertCamelCaseService()
{
return $this->privates['App\\Twig\\ConvertCamelCase'] = new \App\Twig\ConvertCamelCase();
}
/**
* Gets the private 'App\Twig\CustomCurrencyFilters' shared autowired service.
*
* @return \App\Twig\CustomCurrencyFilters
*/
protected function getCustomCurrencyFiltersService()
{
return $this->privates['App\\Twig\\CustomCurrencyFilters'] = new \App\Twig\CustomCurrencyFilters();
}
/**
* Gets the private 'App\Twig\CustomDateFilter' shared autowired service.
*
* @return \App\Twig\CustomDateFilter
*/
protected function getCustomDateFilterService()
{
return $this->privates['App\\Twig\\CustomDateFilter'] = new \App\Twig\CustomDateFilter();
}
/**
* Gets the private 'App\Twig\CustomTextFilters' shared autowired service.
*
* @return \App\Twig\CustomTextFilters
*/
protected function getCustomTextFiltersService()
{
return $this->privates['App\\Twig\\CustomTextFilters'] = new \App\Twig\CustomTextFilters();
}
/**
* Gets the private 'App\Twig\CustomerAccountImageExists' shared autowired service.
*
* @return \App\Twig\CustomerAccountImageExists
*/
protected function getCustomerAccountImageExistsService()
{
return $this->privates['App\\Twig\\CustomerAccountImageExists'] = new \App\Twig\CustomerAccountImageExists();
}
/**
* Gets the private 'App\Twig\DiffNumber' shared autowired service.
*
* @return \App\Twig\DiffNumber
*/
protected function getDiffNumberService()
{
return $this->privates['App\\Twig\\DiffNumber'] = new \App\Twig\DiffNumber();
}
/**
* Gets the private 'App\Twig\HotelFunctions' shared autowired service.
*
* @return \App\Twig\HotelFunctions
*/
protected function getHotelFunctionsService()
{
return $this->privates['App\\Twig\\HotelFunctions'] = new \App\Twig\HotelFunctions();
}
/**
* Gets the private 'App\Twig\PhoneNumberFormat' shared autowired service.
*
* @return \App\Twig\PhoneNumberFormat
*/
protected function getPhoneNumberFormatService()
{
return $this->privates['App\\Twig\\PhoneNumberFormat'] = new \App\Twig\PhoneNumberFormat(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Twig\Pluralize' shared autowired service.
*
* @return \App\Twig\Pluralize
*/
protected function getPluralizeService()
{
return $this->privates['App\\Twig\\Pluralize'] = new \App\Twig\Pluralize();
}
/**
* Gets the private 'App\Twig\TextColorCriteria' shared autowired service.
*
* @return \App\Twig\TextColorCriteria
*/
protected function getTextColorCriteriaService()
{
return $this->privates['App\\Twig\\TextColorCriteria'] = new \App\Twig\TextColorCriteria();
}
/**
* Gets the private 'App\Twig\TransferFunctions' shared autowired service.
*
* @return \App\Twig\TransferFunctions
*/
protected function getTransferFunctionsService()
{
return $this->privates['App\\Twig\\TransferFunctions'] = new \App\Twig\TransferFunctions();
}
/**
* Gets the private 'App\Twig\TripItemCustomerAccountCommission' shared autowired service.
*
* @return \App\Twig\TripItemCustomerAccountCommission
*/
protected function getTripItemCustomerAccountCommissionService()
{
return $this->privates['App\\Twig\\TripItemCustomerAccountCommission'] = new \App\Twig\TripItemCustomerAccountCommission();
}
/**
* Gets the private 'App\Twig\TruncateText' shared autowired service.
*
* @return \App\Twig\TruncateText
*/
protected function getTruncateTextService()
{
return $this->privates['App\\Twig\\TruncateText'] = new \App\Twig\TruncateText();
}
/**
* Gets the private 'App\Twig\UrlFunctions' shared autowired service.
*
* @return \App\Twig\UrlFunctions
*/
protected function getUrlFunctionsService()
{
return $this->privates['App\\Twig\\UrlFunctions'] = new \App\Twig\UrlFunctions();
}
/**
* Gets the private 'App\Utilities\AssetUrl\AssetUrlExtension' shared autowired service.
*
* @return \App\Utilities\AssetUrl\AssetUrlExtension
*/
protected function getAssetUrlExtensionService()
{
return $this->privates['App\\Utilities\\AssetUrl\\AssetUrlExtension'] = new \App\Utilities\AssetUrl\AssetUrlExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('SITE_BASE_SCHEME'), $this->getEnv('SITE_BASE_HOST'));
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
$this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#', true);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService()), true);
}
/**
* Gets the private 'annotations.dummy_registry' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationRegistry
*/
protected function getAnnotations_DummyRegistryService()
{
$this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
$instance->registerUniqueLoader('class_exists');
return $instance;
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
return $instance;
}
/**
* Gets the private 'argument_metadata_factory' shared service.
*
* @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
*/
protected function getArgumentMetadataFactoryService()
{
return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
}
/**
* Gets the private 'assets._default_package' shared service.
*
* @return \Symfony\Component\Asset\UrlPackage
*/
protected function getAssets_DefaultPackageService()
{
return $this->privates['assets._default_package'] = new \Symfony\Component\Asset\UrlPackage([0 => $this->getEnv('SITE_BASE_SCHEME').'://'.$this->getEnv('string:SITE_BASE_HOST')], ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
}
/**
* Gets the private 'assets._version__default' shared service.
*
* @return \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy
*/
protected function getAssets_VersionDefaultService()
{
return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('6', '%s?v=%s');
}
/**
* Gets the private 'assets.context' shared service.
*
* @return \Symfony\Component\Asset\Context\RequestStackContext
*/
protected function getAssets_ContextService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
}
/**
* Gets the private 'cache.annotations.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Annotations_RecorderInnerService()
{
return $this->privates['cache.annotations.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Cbqob2Pl9D', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.app.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
*/
protected function getCache_App_RecorderInnerService()
{
$this->privates['cache.app.recorder_inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('iy0uXfxVvO', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $instance;
}
/**
* Gets the private 'cache.default_marshaller' shared service.
*
* @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
*/
protected function getCache_DefaultMarshallerService()
{
return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true);
}
/**
* Gets the private 'cache.doctrine.orm.api.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Api_MetadataService()
{
return $this->privates['cache.doctrine.orm.api.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.api.metadata.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.api.metadata.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
}
/**
* Gets the private 'cache.doctrine.orm.api.metadata.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_Doctrine_Orm_Api_Metadata_RecorderInnerService()
{
return $this->privates['cache.doctrine.orm.api.metadata.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
}
/**
* Gets the private 'cache.doctrine.orm.api.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Api_QueryService()
{
return $this->privates['cache.doctrine.orm.api.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.api.query.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.api.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
}
/**
* Gets the private 'cache.doctrine.orm.api.query.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_Doctrine_Orm_Api_Query_RecorderInnerService()
{
return $this->privates['cache.doctrine.orm.api.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
}
/**
* Gets the private 'cache.doctrine.orm.api.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Api_ResultService()
{
return $this->privates['cache.doctrine.orm.api.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.api.result.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.api.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
}
/**
* Gets the private 'cache.doctrine.orm.api.result.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_Doctrine_Orm_Api_Result_RecorderInnerService()
{
return $this->privates['cache.doctrine.orm.api.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
}
/**
* Gets the private 'cache.doctrine.orm.default.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_MetadataService()
{
return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.metadata.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.metadata.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
}
/**
* Gets the private 'cache.doctrine.orm.default.metadata.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_Doctrine_Orm_Default_Metadata_RecorderInnerService()
{
return $this->privates['cache.doctrine.orm.default.metadata.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.query.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_Doctrine_Orm_Default_Query_RecorderInnerService()
{
return $this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.result.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
}
/**
* Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
{
return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
}
/**
* Gets the private 'cache.property_access' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_PropertyAccessService()
{
return $this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false);
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
}
/**
* Gets the private 'cache.property_info.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_PropertyInfo_RecorderInnerService()
{
return $this->privates['cache.property_info.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CBBjBdfTna', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_expression_language.recorder_inner'] ?? $this->getCache_SecurityExpressionLanguage_RecorderInnerService()));
}
/**
* Gets the private 'cache.security_expression_language.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
{
return $this->privates['cache.security_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BmnIfYaOa8', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
}
/**
* Gets the private 'cache.serializer.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Serializer_RecorderInnerService()
{
return $this->privates['cache.serializer.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iCkabVJ73i', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.system.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_System_RecorderInnerService()
{
return $this->privates['cache.system.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nPaueGUa2Z', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
}
/**
* Gets the private 'cache.validator.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Validator_RecorderInnerService()
{
return $this->privates['cache.validator.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ufKVAn3Z4e', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.validator_expression_language.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_ValidatorExpressionLanguage_RecorderInnerService()
{
return $this->privates['cache.validator_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B4TF03g636', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache_pool_clearer.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getCachePoolClearer_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
}
/**
* Gets the private 'cloudwatch_client' shared autowired service.
*
* @return \Aws\CloudWatchLogs\CloudWatchLogsClient
*/
protected function getCloudwatchClientService()
{
return $this->privates['cloudwatch_client'] = new \Aws\CloudWatchLogs\CloudWatchLogsClient(['credentials' => ['key' => $this->getEnv('resolve:AWS_CLOUD_WATCH_KEY'), 'secret' => $this->getEnv('resolve:AWS_CLOUD_WATCH_SECRET')], 'region' => 'us-east-2', 'version' => 'latest']);
}
/**
* Gets the private 'cloudwatch_handler' shared autowired service.
*
* @return \Maxbanton\Cwh\Handler\CloudWatch
*/
protected function getCloudwatchHandlerService()
{
$this->privates['cloudwatch_handler'] = $instance = new \Maxbanton\Cwh\Handler\CloudWatch(($this->privates['cloudwatch_client'] ?? $this->getCloudwatchClientService()), $this->getEnv('resolve:AWS_CLOUD_GROUP_NAME'), $this->getEnv('resolve:AWS_CLOUD_WATCH_STREAM'), 30, 1, ['env' => $this->getEnv('resolve:APP_ENV')], $this->getEnv('resolve:AWS_CLOUD_WATCH_LOG_LEVEL'));
($this->privates['json_log_configurator'] ?? ($this->privates['json_log_configurator'] = new \App\Utilities\Logs\CloudWatchJsonConfigurator()))->configure($instance);
return $instance;
}
/**
* Gets the private 'config.resource.self_checking_resource_checker' shared service.
*
* @return \Symfony\Component\Config\Resource\SelfCheckingResourceChecker
*/
protected function getConfig_Resource_SelfCheckingResourceCheckerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php';
return $this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker();
}
/**
* Gets the private 'config_builder.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
*/
protected function getConfigBuilder_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
$instance->setDescription('Display information about the current project');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__, 4));
$instance->setName('assets:install');
$instance->setDescription('Install bundle\'s web assets under a public directory');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
$instance->setName('cache:clear');
$instance->setDescription('Clear the cache');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.metadata', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.doctrine.orm.api.metadata', 11 => 'cache.doctrine.orm.api.result', 12 => 'cache.doctrine.orm.api.query', 13 => 'cache.security_expression_language']);
$instance->setName('cache:pool:clear');
$instance->setDescription('Clear cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.metadata', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.doctrine.orm.api.metadata', 11 => 'cache.doctrine.orm.api.result', 12 => 'cache.doctrine.orm.api.query', 13 => 'cache.security_expression_language']);
$instance->setName('cache:pool:delete');
$instance->setDescription('Delete an item from a cache pool');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.metadata', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.doctrine.orm.api.metadata', 11 => 'cache.doctrine.orm.api.result', 12 => 'cache.doctrine.orm.api.query', 13 => 'cache.security_expression_language']);
$instance->setName('cache:pool:list');
$instance->setDescription('List available cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
yield 'cache.doctrine.orm.api.metadata' => ($this->privates['cache.doctrine.orm.api.metadata'] ?? $this->getCache_Doctrine_Orm_Api_MetadataService());
yield 'cache.doctrine.orm.api.result' => ($this->privates['cache.doctrine.orm.api.result'] ?? $this->getCache_Doctrine_Orm_Api_ResultService());
yield 'cache.doctrine.orm.api.query' => ($this->privates['cache.doctrine.orm.api.query'] ?? $this->getCache_Doctrine_Orm_Api_QueryService());
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
}, 14));
$instance->setName('cache:pool:prune');
$instance->setDescription('Prune cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
$instance->setDescription('Warm up an empty cache');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
$instance->setDescription('Dump the current configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
$instance->setDescription('Dump the default configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
$instance->setDescription('Display current services for an application');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
$instance->setDescription('Ensure that arguments injected into services match type declarations');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
$instance->setDescription('List classes/interfaces you can use for autowiring');
return $instance;
}
/**
* Gets the private 'console.command.dotenv_debug' shared service.
*
* @return \Symfony\Component\Dotenv\Command\DebugCommand
*/
protected function getConsole_Command_DotenvDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
$this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('test', \dirname(__DIR__, 4));
$instance->setName('debug:dotenv');
$instance->setDescription('Lists all dotenv files with variables and values');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
$instance->setName('debug:event-dispatcher');
$instance->setDescription('Display configured listeners for an application');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'App\\Form\\Accounting', 2 => 'App\\Form\\Accounting\\Report', 3 => 'App\\Form\\Activity', 4 => 'App\\Form\\Bulk', 5 => 'App\\Form\\Checkout', 6 => 'App\\Form\\CoreOffice\\Activity', 7 => 'App\\Form\\CoreOffice', 8 => 'App\\Form\\CoreOffice\\File', 9 => 'App\\Form\\CoreOffice\\Hotel', 10 => 'App\\Form\\CoreOffice\\Transfer', 11 => 'App\\Form\\CustomerAccount', 12 => 'App\\Form', 13 => 'App\\Form\\Hotel', 14 => 'App\\Form\\Login', 15 => 'App\\Form\\MyQuoteItem', 16 => 'App\\Form\\NoRateRequest', 17 => 'App\\Form\\Promo', 18 => 'App\\Form\\QualityControl', 19 => 'App\\Form\\Quote', 20 => 'App\\Form\\QuoteItem\\CarRental', 21 => 'App\\Form\\QuoteItem\\Transfer', 22 => 'App\\Form\\Report', 23 => 'App\\Form\\RequestAccess', 24 => 'App\\Form\\Supplier', 25 => 'App\\Form\\Transfer', 26 => 'App\\Form\\Trip', 27 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [0 => 'App\\Form\\Accounting\\PaymentCommissionModelType', 1 => 'App\\Form\\Accounting\\PaymentInvoiceModelType', 2 => 'App\\Form\\Accounting\\PaymentInvoiceValidationArrayType', 3 => 'App\\Form\\Accounting\\PaymentToSupplierType', 4 => 'App\\Form\\Accounting\\Report\\CIPVSearchType', 5 => 'App\\Form\\Accounting\\Report\\QBInvoiceSearchType', 6 => 'App\\Form\\Accounting\\Report\\SalesReportSearchType', 7 => 'App\\Form\\Accounting\\Report\\TopPerformersSearchType', 8 => 'App\\Form\\Activity\\ActivityAvailabilityRequestType', 9 => 'App\\Form\\Bulk\\BulkUserType', 10 => 'App\\Form\\Checkout\\CardRequestType', 11 => 'App\\Form\\Checkout\\CheckoutRequestType', 12 => 'App\\Form\\Checkout\\MultiNameType', 13 => 'App\\Form\\CoreOffice\\Activity\\ActivityCategoryType', 14 => 'App\\Form\\CoreOffice\\Activity\\ActivityGroupType', 15 => 'App\\Form\\CoreOffice\\Activity\\ActivityRateType', 16 => 'App\\Form\\CoreOffice\\ActivityType', 17 => 'App\\Form\\CoreOffice\\CityType', 18 => 'App\\Form\\CoreOffice\\CountryType', 19 => 'App\\Form\\CoreOffice\\CredentialType', 20 => 'App\\Form\\CoreOffice\\CurrencyType', 21 => 'App\\Form\\CoreOffice\\File\\FileImageType', 22 => 'App\\Form\\CoreOffice\\Hotel\\HotelDeduplicateType', 23 => 'App\\Form\\CoreOffice\\Hotel\\HotelFilterType', 24 => 'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderHotelRoomType', 25 => 'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderType', 26 => 'App\\Form\\CoreOffice\\Hotel\\HotelRoomAvailabilityType', 27 => 'App\\Form\\CoreOffice\\Hotel\\HotelRoomBedType', 28 => 'App\\Form\\CoreOffice\\Hotel\\HotelRoomRateType', 29 => 'App\\Form\\CoreOffice\\Hotel\\HotelRoomType', 30 => 'App\\Form\\CoreOffice\\HotelType', 31 => 'App\\Form\\CoreOffice\\MealPlanType', 32 => 'App\\Form\\CoreOffice\\ProfileType', 33 => 'App\\Form\\CoreOffice\\PromotionAssignType', 34 => 'App\\Form\\CoreOffice\\PromotionSearchType', 35 => 'App\\Form\\CoreOffice\\PromotionType', 36 => 'App\\Form\\CoreOffice\\RoleType', 37 => 'App\\Form\\CoreOffice\\StateType', 38 => 'App\\Form\\CoreOffice\\SupplierType', 39 => 'App\\Form\\CoreOffice\\Transfer\\TransferAirportType', 40 => 'App\\Form\\CoreOffice\\Transfer\\TransferLocationType', 41 => 'App\\Form\\CoreOffice\\Transfer\\TransferRateType', 42 => 'App\\Form\\CoreOffice\\Transfer\\TransferVehicleType', 43 => 'App\\Form\\CoreOffice\\TransferType', 44 => 'App\\Form\\CoreOffice\\ZipCodeType', 45 => 'App\\Form\\CustomerAccount\\CustomerAccountSearchType', 46 => 'App\\Form\\CustomerAccount\\DomainType', 47 => 'App\\Form\\CustomerAccountType', 48 => 'App\\Form\\Hotel\\HotelAvailabilityRequestType', 49 => 'App\\Form\\LogSearchType', 50 => 'App\\Form\\Login\\ForgotPasswordType', 51 => 'App\\Form\\Login\\RequestAccessType', 52 => 'App\\Form\\Login\\ResetPasswordType', 53 => 'App\\Form\\MyQuoteItem\\CancellationPolicyType', 54 => 'App\\Form\\MyQuoteItem\\MyQuoteItemType', 55 => 'App\\Form\\MyQuoteItem\\QuoteItemType', 56 => 'App\\Form\\NoRateRequest\\NoRateRequestType', 57 => 'App\\Form\\Promo\\CollectionHotelType', 58 => 'App\\Form\\Promo\\CollectionPageSearchType', 59 => 'App\\Form\\Promo\\CollectionPageType', 60 => 'App\\Form\\Promo\\CollectionRequestType', 61 => 'App\\Form\\QualityControl\\QualityControlSearchType', 62 => 'App\\Form\\QualityControl\\QualityControlType', 63 => 'App\\Form\\Quote\\AdditionalInformationType', 64 => 'App\\Form\\Quote\\AgentQuoteItemType', 65 => 'App\\Form\\Quote\\AgentQuoteType', 66 => 'App\\Form\\Quote\\NameType', 67 => 'App\\Form\\Quote\\QuoteItemSearchType', 68 => 'App\\Form\\Quote\\QuoteItemType', 69 => 'App\\Form\\Quote\\QuoteSearchType', 70 => 'App\\Form\\Quote\\QuoteSearchTypeOrg', 71 => 'App\\Form\\Quote\\QuoteType', 72 => 'App\\Form\\Quote\\RemoveQuoteItemType', 73 => 'App\\Form\\Quote\\ReservationSearchType', 74 => 'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationType', 75 => 'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationsType', 76 => 'App\\Form\\QuoteItem\\Transfer\\AddOnType', 77 => 'App\\Form\\QuoteItem\\Transfer\\TransferAirportType', 78 => 'App\\Form\\QuoteItem\\Transfer\\TransferCityType', 79 => 'App\\Form\\QuoteItem\\Transfer\\TransferLocationType', 80 => 'App\\Form\\QuoteItem\\Transfer\\TransferType', 81 => 'App\\Form\\Report\\CommissionReportSearchType', 82 => 'App\\Form\\RequestAccess\\AgentType', 83 => 'App\\Form\\RequestAccess\\RequestAccessApprovalType', 84 => 'App\\Form\\RequestAccess\\RequestAccessSearchType', 85 => 'App\\Form\\Supplier\\SupplierRequestFormType', 86 => 'App\\Form\\Transfer\\TransferAvailabilityRequestType', 87 => 'App\\Form\\Trip\\CancelType', 88 => 'App\\Form\\Trip\\RemoveTripItemType', 89 => 'App\\Form\\Trip\\RenameTripType', 90 => 'App\\Form\\Trip\\TripItemType', 91 => 'App\\Form\\UserType', 92 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 93 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 94 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 95 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 96 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
$instance->setDescription('Display form type information');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:router');
$instance->setDescription('Display current routes for an application');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
$instance->setName('router:match');
$instance->setDescription('Help debug routes by simulating a path info match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.test.local')))));
$instance->setName('secrets:decrypt-to-local');
$instance->setDescription('Decrypt all secrets and stores them in the local vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.test.local')))));
$instance->setName('secrets:encrypt-from-local');
$instance->setDescription('Encrypt all local secrets to the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.test.local')))));
$instance->setName('secrets:generate-keys');
$instance->setDescription('Generate new encryption keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.test.local')))));
$instance->setName('secrets:list');
$instance->setDescription('List all secrets');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.test.local')))));
$instance->setName('secrets:remove');
$instance->setDescription('Remove a secret from the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.test.local')))));
$instance->setName('secrets:set');
$instance->setDescription('Set a secret in the vault');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php')], []);
$instance->setName('debug:translation');
$instance->setDescription('Display translation messages information');
return $instance;
}
/**
* Gets the private 'console.command.translation_extract' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationExtractService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
$this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php')], []);
$instance->setName('translation:extract');
$instance->setAliases([0 => 'translation:update']);
$instance->setDescription('Extract missing translations keys from code to translation files.');
return $instance;
}
/**
* Gets the private 'console.command.translation_pull' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPullCommand
*/
protected function getConsole_Command_TranslationPullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
$this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
$instance->setName('translation:pull');
$instance->setDescription('Pull translations from a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.translation_push' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPushCommand
*/
protected function getConsole_Command_TranslationPushService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
$this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
$instance->setName('translation:push');
$instance->setDescription('Push translations to a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.validator_debug' shared service.
*
* @return \Symfony\Component\Validator\Command\DebugCommand
*/
protected function getConsole_Command_ValidatorDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
$this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
$instance->setName('debug:validator');
$instance->setDescription('Display validation constraints for classes');
return $instance;
}
/**
* Gets the private 'console.command.xliff_lint' shared service.
*
* @return \Symfony\Component\Translation\Command\XliffLintCommand
*/
protected function getConsole_Command_XliffLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
$this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
$instance->setName('lint:xliff');
$instance->setDescription('Lint an XLIFF file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
$instance->setDescription('Lint a YAML file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($this->privates['monolog.logger.console'] ?? $this->getMonolog_Logger_ConsoleService()));
}
/**
* Gets the private 'console.suggest_missing_package_subscriber' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber
*/
protected function getConsole_SuggestMissingPackageSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/EventListener/SuggestMissingPackageSubscriber.php';
return $this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber();
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
}, 1));
}
/**
* Gets the private 'container.getenv' shared service.
*
* @return \Closure
*/
protected function getContainer_GetenvService()
{
return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
}
/**
* Gets the private 'data_collector.ajax' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
*/
protected function getDataCollector_AjaxService()
{
return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
}
/**
* Gets the private 'data_collector.cache' shared service.
*
* @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
*/
protected function getDataCollector_CacheService()
{
$this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$instance->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$instance->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
$instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$instance->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$instance->addInstance('cache.doctrine.orm.api.metadata', ($this->privates['cache.doctrine.orm.api.metadata'] ?? $this->getCache_Doctrine_Orm_Api_MetadataService()));
$instance->addInstance('cache.doctrine.orm.api.result', ($this->privates['cache.doctrine.orm.api.result'] ?? $this->getCache_Doctrine_Orm_Api_ResultService()));
$instance->addInstance('cache.doctrine.orm.api.query', ($this->privates['cache.doctrine.orm.api.query'] ?? $this->getCache_Doctrine_Orm_Api_QueryService()));
$instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
return $instance;
}
/**
* Gets the private 'data_collector.config' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
*/
protected function getDataCollector_ConfigService()
{
$this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$instance->setKernel(($this->services['kernel'] ?? $this->get('kernel', 3)));
}
return $instance;
}
/**
* Gets the private 'data_collector.doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
*/
protected function getDataCollector_DoctrineService()
{
$this->privates['data_collector.doctrine'] = $instance = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
$instance->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$instance->addLogger('api', ($this->privates['doctrine.dbal.logger.profiling.api'] ?? ($this->privates['doctrine.dbal.logger.profiling.api'] = new \Doctrine\DBAL\Logging\DebugStack())));
return $instance;
}
/**
* Gets the private 'data_collector.events' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
*/
protected function getDataCollector_EventsService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['data_collector.events'])) {
return $this->privates['data_collector.events'];
}
return $this->privates['data_collector.events'] = new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.exception' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
*/
protected function getDataCollector_ExceptionService()
{
return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(($this->privates['data_collector.form.extractor'] ?? ($this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())));
}
/**
* Gets the private 'data_collector.form.extractor' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
*/
protected function getDataCollector_Form_ExtractorService()
{
return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
}
/**
* Gets the private 'data_collector.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector
*/
protected function getDataCollector_HttpClientService()
{
$this->privates['data_collector.http_client'] = $instance = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$instance->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
return $instance;
}
/**
* Gets the private 'data_collector.logger' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
*/
protected function getDataCollector_LoggerService()
{
return $this->privates['data_collector.logger'] = new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector(($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), ($this->targetDir.''.'/App_KernelTestDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.memory' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
*/
protected function getDataCollector_MemoryService()
{
return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
*/
protected function getDataCollector_RouterService()
{
return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
}
/**
* Gets the private 'data_collector.security' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
*/
protected function getDataCollector_SecurityService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['data_collector.security'])) {
return $this->privates['data_collector.security'];
}
$b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['data_collector.security'])) {
return $this->privates['data_collector.security'];
}
$c = ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
if (isset($this->privates['data_collector.security'])) {
return $this->privates['data_collector.security'];
}
return $this->privates['data_collector.security'] = new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), $a, $b, $c, false);
}
/**
* Gets the private 'data_collector.time' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
*/
protected function getDataCollector_TimeService()
{
return $this->privates['data_collector.time'] = new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector(($this->services['kernel'] ?? $this->get('kernel', 3)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'data_collector.translation' shared service.
*
* @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
*/
protected function getDataCollector_TranslationService()
{
return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'data_collector.twig' shared service.
*
* @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
*/
protected function getDataCollector_TwigService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['data_collector.twig'])) {
return $this->privates['data_collector.twig'];
}
return $this->privates['data_collector.twig'] = new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a);
}
/**
* Gets the private 'data_collector.validator' shared service.
*
* @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
*/
protected function getDataCollector_ValidatorService()
{
return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'debug.argument_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
*/
protected function getDebug_ArgumentResolverService()
{
$a = ($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService());
if (isset($this->privates['debug.argument_resolver'])) {
return $this->privates['debug.argument_resolver'];
}
return $this->privates['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.default.inner'] ?? ($this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.default.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
*/
protected function getDebug_ArgumentResolver_Default_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
return $this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver();
}
/**
* Gets the private 'debug.argument_resolver.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
*/
protected function getDebug_ArgumentResolver_InnerService()
{
return $this->privates['debug.argument_resolver.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 8));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
$a = ($this->privates['debug.argument_resolver.not_tagged_controller.inner'] ?? $this->getDebug_ArgumentResolver_NotTaggedController_InnerService());
if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
return $this->privates['debug.argument_resolver.not_tagged_controller'];
}
return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedController_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
$a = ($this->privates['.service_locator.FMP64UB'] ?? $this->get_ServiceLocator_FMP64UBService());
if (isset($this->privates['debug.argument_resolver.not_tagged_controller.inner'])) {
return $this->privates['debug.argument_resolver.not_tagged_controller.inner'];
}
return $this->privates['debug.argument_resolver.not_tagged_controller.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a);
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.request.inner'] ?? ($this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
*/
protected function getDebug_ArgumentResolver_Request_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
return $this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver();
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.request_attribute.inner'] ?? ($this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttribute_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
return $this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver();
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
$a = ($this->privates['debug.argument_resolver.service.inner'] ?? $this->getDebug_ArgumentResolver_Service_InnerService());
if (isset($this->privates['debug.argument_resolver.service'])) {
return $this->privates['debug.argument_resolver.service'];
}
return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.service.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
*/
protected function getDebug_ArgumentResolver_Service_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
$a = ($this->privates['.service_locator.FMP64UB'] ?? $this->get_ServiceLocator_FMP64UBService());
if (isset($this->privates['debug.argument_resolver.service.inner'])) {
return $this->privates['debug.argument_resolver.service.inner'];
}
return $this->privates['debug.argument_resolver.service.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a);
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.session.inner'] ?? ($this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.session.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver
*/
protected function getDebug_ArgumentResolver_Session_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
return $this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver();
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.variadic.inner'] ?? ($this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.variadic.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver
*/
protected function getDebug_ArgumentResolver_Variadic_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
return $this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver();
}
/**
* Gets the private 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(($this->privates['debug.controller_resolver.inner'] ?? $this->getDebug_ControllerResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.controller_resolver.inner' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
*/
protected function getDebug_ControllerResolver_InnerService()
{
return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->privates['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.contextualized_cli_dumper'] ?? $this->getVarDumper_ContextualizedCliDumperService()), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the private 'debug.event_dispatcher.inner' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getDebug_EventDispatcher_InnerService()
{
return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
$a = ($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService());
if (isset($this->privates['debug.security.access.decision_manager'])) {
return $this->privates['debug.security.access.decision_manager'];
}
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager($a);
}
/**
* Gets the private 'debug.security.access.decision_manager.inner' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManager_InnerService()
{
return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
}, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.security.user_value_resolver.inner'] ?? $this->getDebug_Security_UserValueResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.security.user_value_resolver.inner' shared service.
*
* @return \Symfony\Component\Security\Http\Controller\UserValueResolver
*/
protected function getDebug_Security_UserValueResolver_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
return $this->privates['debug.security.user_value_resolver.inner'] = new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
return $this->privates['debug.security.voter.security.access.authenticated_voter'];
}
return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.authenticated_voter'] ?? $this->getSecurity_Access_AuthenticatedVoterService()), $a);
}
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
$a = ($this->privates['security.access.expression_voter'] ?? $this->getSecurity_Access_ExpressionVoterService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($a, $b);
}
/**
* Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
return $this->privates['debug.security.voter.security.access.simple_role_voter'];
}
return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.simple_role_voter'] ?? ($this->privates['security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter())), $a);
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['debug.security.voter.vote_listener'])) {
return $this->privates['debug.security.voter.vote_listener'];
}
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
}
/**
* Gets the private 'debug.stopwatch' shared service.
*
* @return \Symfony\Component\Stopwatch\Stopwatch
*/
protected function getDebug_StopwatchService()
{
return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
}
/**
* Gets the private 'debug.validator.inner' shared service.
*
* @return \Symfony\Component\Validator\Validator\ValidatorInterface
*/
protected function getDebug_Validator_InnerService()
{
return $this->privates['debug.validator.inner'] = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator();
}
/**
* Gets the private 'dependency_injection.config.container_parameters_resource_checker' shared service.
*
* @return \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker
*/
protected function getDependencyInjection_Config_ContainerParametersResourceCheckerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php';
return $this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this);
}
/**
* Gets the private 'disallow_search_engine_index_response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
*/
protected function getDisallowSearchEngineIndexResponseListenerService()
{
return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
$this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.database_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
*/
protected function getDoctrine_DatabaseImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
$this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
$instance->setName('doctrine:database:import');
return $instance;
}
/**
* Gets the private 'doctrine.dbal.api_connection.configuration' shared service.
*
* @return \Doctrine\DBAL\Configuration
*/
protected function getDoctrine_Dbal_ApiConnection_ConfigurationService()
{
$this->privates['doctrine.dbal.api_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
$instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.api'] ?? $this->getDoctrine_Dbal_Logger_Chain_ApiService()));
return $instance;
}
/**
* Gets the private 'doctrine.dbal.api_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_ApiConnection_EventManagerService()
{
$this->privates['doctrine.dbal.api_connection.event_manager'] = $instance = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\LogListener' => ['privates', 'App\\EventListener\\LogListener', 'getLogListenerService', false],
'doctrine.orm.api_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.api_listeners.attach_entity_listeners', 'getDoctrine_Orm_ApiListeners_AttachEntityListenersService', false],
], [
'App\\EventListener\\LogListener' => '?',
'doctrine.orm.api_listeners.attach_entity_listeners' => '?',
]));
$instance->addEventSubscriber(($this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] ?? ($this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]))));
$instance->addEventListener([0 => 'preUpdate'], 'App\\EventListener\\LogListener');
$instance->addEventListener([0 => 'postFlush'], 'App\\EventListener\\LogListener');
$instance->addEventListener([0 => 'onFlush'], 'App\\EventListener\\LogListener');
$instance->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.api_listeners.attach_entity_listeners');
return $instance;
}
/**
* Gets the private 'doctrine.dbal.connection_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
*/
protected function getDoctrine_Dbal_ConnectionFactoryService()
{
return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
}
/**
* Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
*
* @return \Doctrine\DBAL\Configuration
*/
protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
{
$this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
$instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.default'] ?? $this->getDoctrine_Dbal_Logger_Chain_DefaultService()));
return $instance;
}
/**
* Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
$this->privates['doctrine.dbal.default_connection.event_manager'] = $instance = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\LogListener' => ['privates', 'App\\EventListener\\LogListener', 'getLogListenerService', false],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
], [
'App\\EventListener\\LogListener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
]));
$instance->addEventSubscriber(($this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] ?? ($this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]))));
$instance->addEventListener([0 => 'preUpdate'], 'App\\EventListener\\LogListener');
$instance->addEventListener([0 => 'postFlush'], 'App\\EventListener\\LogListener');
$instance->addEventListener([0 => 'onFlush'], 'App\\EventListener\\LogListener');
$instance->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
return $instance;
}
/**
* Gets the private 'doctrine.dbal.logger' shared service.
*
* @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
*/
protected function getDoctrine_Dbal_LoggerService()
{
return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'doctrine.dbal.logger.chain.api' shared service.
*
* @return \Doctrine\DBAL\Logging\LoggerChain
*/
protected function getDoctrine_Dbal_Logger_Chain_ApiService()
{
return $this->privates['doctrine.dbal.logger.chain.api'] = new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.api'] ?? ($this->privates['doctrine.dbal.logger.profiling.api'] = new \Doctrine\DBAL\Logging\DebugStack()))]);
}
/**
* Gets the private 'doctrine.dbal.logger.chain.default' shared service.
*
* @return \Doctrine\DBAL\Logging\LoggerChain
*/
protected function getDoctrine_Dbal_Logger_Chain_DefaultService()
{
return $this->privates['doctrine.dbal.logger.chain.default'] = new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]);
}
/**
* Gets the private 'doctrine.dbal.logger.profiling.api' shared service.
*
* @return \Doctrine\DBAL\Logging\DebugStack
*/
protected function getDoctrine_Dbal_Logger_Profiling_ApiService()
{
return $this->privates['doctrine.dbal.logger.profiling.api'] = new \Doctrine\DBAL\Logging\DebugStack();
}
/**
* Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
*
* @return \Doctrine\DBAL\Logging\DebugStack
*/
protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
{
return $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
$this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.fixtures.loader' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader
*/
protected function getDoctrine_Fixtures_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/AppFixtures.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/CountryFixtures.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/CustomerAccountFixtures.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/GoogleDestinationFixtures.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/LanguageFixtures.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/NotificationEventTypeFixtures.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/StateFixtures.php';
$this->privates['doctrine.fixtures.loader'] = $instance = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
$instance->addFixtures([0 => ['fixture' => ($this->privates['App\\DataFixtures\\AppFixtures'] ?? ($this->privates['App\\DataFixtures\\AppFixtures'] = new \App\DataFixtures\AppFixtures())), 'groups' => []], 1 => ['fixture' => ($this->privates['App\\DataFixtures\\CountryFixtures'] ?? ($this->privates['App\\DataFixtures\\CountryFixtures'] = new \App\DataFixtures\CountryFixtures())), 'groups' => []], 2 => ['fixture' => ($this->privates['App\\DataFixtures\\CustomerAccountFixtures'] ?? ($this->privates['App\\DataFixtures\\CustomerAccountFixtures'] = new \App\DataFixtures\CustomerAccountFixtures())), 'groups' => []], 3 => ['fixture' => ($this->privates['App\\DataFixtures\\GoogleDestinationFixtures'] ?? ($this->privates['App\\DataFixtures\\GoogleDestinationFixtures'] = new \App\DataFixtures\GoogleDestinationFixtures())), 'groups' => []], 4 => ['fixture' => ($this->privates['App\\DataFixtures\\LanguageFixtures'] ?? ($this->privates['App\\DataFixtures\\LanguageFixtures'] = new \App\DataFixtures\LanguageFixtures())), 'groups' => []], 5 => ['fixture' => ($this->privates['App\\DataFixtures\\NotificationEventTypeFixtures'] ?? ($this->privates['App\\DataFixtures\\NotificationEventTypeFixtures'] = new \App\DataFixtures\NotificationEventTypeFixtures())), 'groups' => []], 6 => ['fixture' => ($this->privates['App\\DataFixtures\\RoleFixtures'] ?? $this->getRoleFixturesService()), 'groups' => []], 7 => ['fixture' => ($this->privates['App\\DataFixtures\\StateFixtures'] ?? ($this->privates['App\\DataFixtures\\StateFixtures'] = new \App\DataFixtures\StateFixtures())), 'groups' => []], 8 => ['fixture' => ($this->privates['App\\DataFixtures\\UserFixtures'] ?? $this->getUserFixturesService()), 'groups' => []]]);
return $instance;
}
/**
* Gets the private 'doctrine.fixtures.purger.orm_purger_factory' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory
*/
protected function getDoctrine_Fixtures_Purger_OrmPurgerFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
return $this->privates['doctrine.fixtures.purger.orm_purger_factory'] = new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory();
}
/**
* Gets the private 'doctrine.fixtures_load_command' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
*/
protected function getDoctrine_FixturesLoadCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
$this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand(($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => ($this->privates['doctrine.fixtures.purger.orm_purger_factory'] ?? ($this->privates['doctrine.fixtures.purger.orm_purger_factory'] = new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()))]);
$instance->setName('doctrine:fixtures:load');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
$this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.migrations.configuration' shared service.
*
* @return \Doctrine\Migrations\Configuration\Configuration
*/
protected function getDoctrine_Migrations_ConfigurationService()
{
$this->privates['doctrine.migrations.configuration'] = $instance = new \Doctrine\Migrations\Configuration\Configuration();
$instance->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
$instance->setAllOrNothing(false);
$instance->setCheckDatabasePlatform(true);
$instance->setTransactional(true);
$instance->setMetadataStorageConfiguration(($this->privates['doctrine.migrations.storage.table_storage'] ?? ($this->privates['doctrine.migrations.storage.table_storage'] = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration())));
return $instance;
}
/**
* Gets the private 'doctrine.migrations.configuration_loader' shared service.
*
* @return \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration
*/
protected function getDoctrine_Migrations_ConfigurationLoaderService()
{
return $this->privates['doctrine.migrations.configuration_loader'] = new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration(($this->privates['doctrine.migrations.configuration'] ?? $this->getDoctrine_Migrations_ConfigurationService()));
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
$a = ($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService());
if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
}
return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a, $this);
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory.inner' shared service.
*
* @return \Doctrine\Migrations\Version\MigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
$a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'])) {
return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'];
}
return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] = $a->getMigrationFactory();
}
/**
* Gets the private 'doctrine.migrations.dependency_factory' shared service.
*
* @return \Doctrine\Migrations\DependencyFactory
*/
protected function getDoctrine_Migrations_DependencyFactoryService()
{
$this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(($this->privates['doctrine.migrations.configuration_loader'] ?? $this->getDoctrine_Migrations_ConfigurationLoaderService()), ($this->privates['doctrine.migrations.entity_manager_registry_loader'] ?? $this->getDoctrine_Migrations_EntityManagerRegistryLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
});
return $instance;
}
/**
* Gets the private 'doctrine.migrations.entity_manager_registry_loader' shared service.
*
* @return \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager
*/
protected function getDoctrine_Migrations_EntityManagerRegistryLoaderService()
{
return $this->privates['doctrine.migrations.entity_manager_registry_loader'] = \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.migrations.storage.table_storage' shared service.
*
* @return \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration
*/
protected function getDoctrine_Migrations_Storage_TableStorageService()
{
return $this->privates['doctrine.migrations.storage.table_storage'] = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
}
/**
* Gets the private 'doctrine.orm.api_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_ApiAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.api_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/api/Entity')]);
}
/**
* Gets the private 'doctrine.orm.api_configuration' shared service.
*
* @return \Doctrine\ORM\Configuration
*/
protected function getDoctrine_Orm_ApiConfigurationService()
{
$this->privates['doctrine.orm.api_configuration'] = $instance = new \Doctrine\ORM\Configuration();
$instance->setEntityNamespaces(['Api' => 'Api\\Entity']);
$instance->setMetadataCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.api.metadata'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_MetadataService()));
$instance->setQueryCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.api.query'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_QueryService()));
$instance->setResultCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.api.result'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_ResultService()));
$instance->setMetadataDriverImpl(($this->privates['doctrine.orm.api_metadata_driver'] ?? $this->getDoctrine_Orm_ApiMetadataDriverService()));
$instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$instance->setProxyNamespace('Proxies');
$instance->setAutoGenerateProxyClasses(true);
$instance->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true))));
$instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$instance->setEntityListenerResolver(($this->privates['doctrine.orm.api_entity_listener_resolver'] ?? ($this->privates['doctrine.orm.api_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))));
$instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
return $instance;
}
/**
* Gets the private 'doctrine.orm.api_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_ApiEntityListenerResolverService()
{
return $this->privates['doctrine.orm.api_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
}
/**
* Gets the private 'doctrine.orm.api_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_ApiEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
return $this->privates['doctrine.orm.api_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.api_entity_manager'] ?? $this->getDoctrine_Orm_ApiEntityManagerService()));
}
/**
* Gets the private 'doctrine.orm.api_entity_manager.validator_loader' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
*/
protected function getDoctrine_Orm_ApiEntityManager_ValidatorLoaderService()
{
return $this->privates['doctrine.orm.api_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.api_entity_manager'] ?? $this->getDoctrine_Orm_ApiEntityManagerService()), NULL);
}
/**
* Gets the private 'doctrine.orm.api_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_ApiListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.api_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.api_manager_configurator' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
*/
protected function getDoctrine_Orm_ApiManagerConfiguratorService()
{
return $this->privates['doctrine.orm.api_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
}
/**
* Gets the private 'doctrine.orm.api_metadata_driver' shared service.
*
* @return \Doctrine\Persistence\Mapping\Driver\MappingDriverChain
*/
protected function getDoctrine_Orm_ApiMetadataDriverService()
{
$this->privates['doctrine.orm.api_metadata_driver'] = $instance = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$instance->addDriver(($this->privates['doctrine.orm.api_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ApiAnnotationMetadataDriverService()), 'Api\\Entity');
return $instance;
}
/**
* Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.api.metadata' shared service.
*
* @return \Symfony\Component\Cache\DoctrineProvider
*/
protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_MetadataService()
{
return $this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.api.metadata'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.api.metadata'] ?? $this->getCache_Doctrine_Orm_Api_MetadataService()));
}
/**
* Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.api.query' shared service.
*
* @return \Symfony\Component\Cache\DoctrineProvider
*/
protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_QueryService()
{
return $this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.api.query'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.api.query'] ?? $this->getCache_Doctrine_Orm_Api_QueryService()));
}
/**
* Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.api.result' shared service.
*
* @return \Symfony\Component\Cache\DoctrineProvider
*/
protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Api_ResultService()
{
return $this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.api.result'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.api.result'] ?? $this->getCache_Doctrine_Orm_Api_ResultService()));
}
/**
* Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' shared service.
*
* @return \Symfony\Component\Cache\DoctrineProvider
*/
protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()
{
return $this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
}
/**
* Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\DoctrineProvider
*/
protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
}
/**
* Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\DoctrineProvider
*/
protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
}
/**
* Gets the private 'doctrine.orm.container_repository_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
*/
protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
{
return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Api\\Repository\\ActivityActivityProviderRepository' => ['privates', 'Api\\Repository\\ActivityActivityProviderRepository', 'getActivityActivityProviderRepositoryService', false],
'Api\\Repository\\ActivityCancellationPenaltyTypeRepository' => ['privates', 'Api\\Repository\\ActivityCancellationPenaltyTypeRepository', 'getActivityCancellationPenaltyTypeRepositoryService', false],
'Api\\Repository\\ActivityCategoryRepository' => ['privates', 'Api\\Repository\\ActivityCategoryRepository', 'getActivityCategoryRepositoryService', false],
'Api\\Repository\\ActivityGroupRepository' => ['privates', 'Api\\Repository\\ActivityGroupRepository', 'getActivityGroupRepositoryService', false],
'Api\\Repository\\ActivityProviderRepository' => ['privates', 'Api\\Repository\\ActivityProviderRepository', 'getActivityProviderRepositoryService', false],
'Api\\Repository\\ActivityRateRepository' => ['privates', 'Api\\Repository\\ActivityRateRepository', 'getActivityRateRepositoryService', false],
'Api\\Repository\\ActivityRepository' => ['privates', 'Api\\Repository\\ActivityRepository', 'getActivityRepositoryService', false],
'Api\\Repository\\ApiCredentialRepository' => ['privates', 'Api\\Repository\\ApiCredentialRepository', 'getApiCredentialRepositoryService', false],
'Api\\Repository\\ApiProfileRepository' => ['privates', 'Api\\Repository\\ApiProfileRepository', 'getApiProfileRepositoryService', false],
'Api\\Repository\\ApiRoleRepository' => ['privates', 'Api\\Repository\\ApiRoleRepository', 'getApiRoleRepositoryService', false],
'Api\\Repository\\CancellationPenaltyTypeRepository' => ['privates', 'Api\\Repository\\CancellationPenaltyTypeRepository', 'getCancellationPenaltyTypeRepositoryService', false],
'Api\\Repository\\CityRepository' => ['privates', 'Api\\Repository\\CityRepository', 'getCityRepositoryService', false],
'Api\\Repository\\ContractTypeRepository' => ['privates', 'Api\\Repository\\ContractTypeRepository', 'getContractTypeRepositoryService', false],
'Api\\Repository\\CountryRepository' => ['privates', 'Api\\Repository\\CountryRepository', 'getCountryRepository2Service', false],
'Api\\Repository\\CreditNoteRepository' => ['privates', 'Api\\Repository\\CreditNoteRepository', 'getCreditNoteRepositoryService', false],
'Api\\Repository\\CurrencyRepository' => ['privates', 'Api\\Repository\\CurrencyRepository', 'getCurrencyRepositoryService', false],
'Api\\Repository\\ExternalTravelAgentRepository' => ['privates', 'Api\\Repository\\ExternalTravelAgentRepository', 'getExternalTravelAgentRepositoryService', false],
'Api\\Repository\\HotelBrandRepository' => ['privates', 'Api\\Repository\\HotelBrandRepository', 'getHotelBrandRepositoryService', false],
'Api\\Repository\\HotelCancellationPenaltyTypeRepository' => ['privates', 'Api\\Repository\\HotelCancellationPenaltyTypeRepository', 'getHotelCancellationPenaltyTypeRepositoryService', false],
'Api\\Repository\\HotelChainRepository' => ['privates', 'Api\\Repository\\HotelChainRepository', 'getHotelChainRepositoryService', false],
'Api\\Repository\\HotelCompetitorProviderRepository' => ['privates', 'Api\\Repository\\HotelCompetitorProviderRepository', 'getHotelCompetitorProviderRepositoryService', false],
'Api\\Repository\\HotelContactRepository' => ['privates', 'Api\\Repository\\HotelContactRepository', 'getHotelContactRepositoryService', false],
'Api\\Repository\\HotelFilterRepository' => ['privates', 'Api\\Repository\\HotelFilterRepository', 'getHotelFilterRepositoryService', false],
'Api\\Repository\\HotelHotelCompatitorProviderRepository' => ['privates', 'Api\\Repository\\HotelHotelCompatitorProviderRepository', 'getHotelHotelCompatitorProviderRepositoryService', false],
'Api\\Repository\\HotelHotelProviderHotelRoomRepository' => ['privates', 'Api\\Repository\\HotelHotelProviderHotelRoomRepository', 'getHotelHotelProviderHotelRoomRepositoryService', false],
'Api\\Repository\\HotelHotelProviderRepository' => ['privates', 'Api\\Repository\\HotelHotelProviderRepository', 'getHotelHotelProviderRepositoryService', false],
'Api\\Repository\\HotelProviderGroupRepository' => ['privates', 'Api\\Repository\\HotelProviderGroupRepository', 'getHotelProviderGroupRepositoryService', false],
'Api\\Repository\\HotelProviderRepository' => ['privates', 'Api\\Repository\\HotelProviderRepository', 'getHotelProviderRepositoryService', false],
'Api\\Repository\\HotelRatingRepository' => ['privates', 'Api\\Repository\\HotelRatingRepository', 'getHotelRatingRepositoryService', false],
'Api\\Repository\\HotelRepository' => ['privates', 'Api\\Repository\\HotelRepository', 'getHotelRepositoryService', false],
'Api\\Repository\\HotelRoomAvailabilityTypeRepository' => ['privates', 'Api\\Repository\\HotelRoomAvailabilityTypeRepository', 'getHotelRoomAvailabilityTypeRepositoryService', false],
'Api\\Repository\\HotelRoomBedTypeRepository' => ['privates', 'Api\\Repository\\HotelRoomBedTypeRepository', 'getHotelRoomBedTypeRepositoryService', false],
'Api\\Repository\\HotelRoomFilterRepository' => ['privates', 'Api\\Repository\\HotelRoomFilterRepository', 'getHotelRoomFilterRepositoryService', false],
'Api\\Repository\\HotelRoomRateRepository' => ['privates', 'Api\\Repository\\HotelRoomRateRepository', 'getHotelRoomRateRepositoryService', false],
'Api\\Repository\\HotelRoomRepository' => ['privates', 'Api\\Repository\\HotelRoomRepository', 'getHotelRoomRepositoryService', false],
'Api\\Repository\\InvoiceRepository' => ['privates', 'Api\\Repository\\InvoiceRepository', 'getInvoiceRepositoryService', false],
'Api\\Repository\\LogRepository' => ['privates', 'Api\\Repository\\LogRepository', 'getLogRepository2Service', false],
'Api\\Repository\\MailerRepository' => ['privates', 'Api\\Repository\\MailerRepository', 'getMailerRepositoryService', false],
'Api\\Repository\\MealPlanRepository' => ['privates', 'Api\\Repository\\MealPlanRepository', 'getMealPlanRepositoryService', false],
'Api\\Repository\\PaymentRepository' => ['privates', 'Api\\Repository\\PaymentRepository', 'getPaymentRepositoryService', false],
'Api\\Repository\\PendingNotificationEventRepository' => ['privates', 'Api\\Repository\\PendingNotificationEventRepository', 'getPendingNotificationEventRepositoryService', false],
'Api\\Repository\\ProductRepository' => ['privates', 'Api\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'Api\\Repository\\PromotionHotelHotelProviderHotelRoomRepository' => ['privates', 'Api\\Repository\\PromotionHotelHotelProviderHotelRoomRepository', 'getPromotionHotelHotelProviderHotelRoomRepositoryService', false],
'Api\\Repository\\PromotionRepository' => ['privates', 'Api\\Repository\\PromotionRepository', 'getPromotionRepositoryService', false],
'Api\\Repository\\PromotionTypeRepository' => ['privates', 'Api\\Repository\\PromotionTypeRepository', 'getPromotionTypeRepositoryService', false],
'Api\\Repository\\ReservationRepository' => ['privates', 'Api\\Repository\\ReservationRepository', 'getReservationRepositoryService', false],
'Api\\Repository\\ReservationStatusTypeRepository' => ['privates', 'Api\\Repository\\ReservationStatusTypeRepository', 'getReservationStatusTypeRepositoryService', false],
'Api\\Repository\\SearchLogRepository' => ['privates', 'Api\\Repository\\SearchLogRepository', 'getSearchLogRepositoryService', false],
'Api\\Repository\\StateRepository' => ['privates', 'Api\\Repository\\StateRepository', 'getStateRepository2Service', false],
'Api\\Repository\\SupplierCategoryRepository' => ['privates', 'Api\\Repository\\SupplierCategoryRepository', 'getSupplierCategoryRepositoryService', false],
'Api\\Repository\\SupplierQCTypeRepository' => ['privates', 'Api\\Repository\\SupplierQCTypeRepository', 'getSupplierQCTypeRepositoryService', false],
'Api\\Repository\\SupplierRepository' => ['privates', 'Api\\Repository\\SupplierRepository', 'getSupplierRepositoryService', false],
'Api\\Repository\\TransferAirportRepository' => ['privates', 'Api\\Repository\\TransferAirportRepository', 'getTransferAirportRepositoryService', false],
'Api\\Repository\\TransferLocationRepository' => ['privates', 'Api\\Repository\\TransferLocationRepository', 'getTransferLocationRepositoryService', false],
'Api\\Repository\\TransferProviderRepository' => ['privates', 'Api\\Repository\\TransferProviderRepository', 'getTransferProviderRepositoryService', false],
'Api\\Repository\\TransferRateRepository' => ['privates', 'Api\\Repository\\TransferRateRepository', 'getTransferRateRepositoryService', false],
'Api\\Repository\\TransferRepository' => ['privates', 'Api\\Repository\\TransferRepository', 'getTransferRepositoryService', false],
'Api\\Repository\\TransferTransferProviderRepository' => ['privates', 'Api\\Repository\\TransferTransferProviderRepository', 'getTransferTransferProviderRepositoryService', false],
'Api\\Repository\\TransferVehicleRepository' => ['privates', 'Api\\Repository\\TransferVehicleRepository', 'getTransferVehicleRepositoryService', false],
'Api\\Repository\\ZipCodeRepository' => ['privates', 'Api\\Repository\\ZipCodeRepository', 'getZipCodeRepositoryService', false],
'App\\Repository\\ClientCategoryRepository' => ['privates', 'App\\Repository\\ClientCategoryRepository', 'getClientCategoryRepositoryService', false],
'App\\Repository\\CollectionHotelRepository' => ['privates', 'App\\Repository\\CollectionHotelRepository', 'getCollectionHotelRepositoryService', false],
'App\\Repository\\CollectionPageRepository' => ['privates', 'App\\Repository\\CollectionPageRepository', 'getCollectionPageRepositoryService', false],
'App\\Repository\\ConsortiaRepository' => ['privates', 'App\\Repository\\ConsortiaRepository', 'getConsortiaRepositoryService', false],
'App\\Repository\\CountryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
'App\\Repository\\CreditNoteRepository' => ['privates', 'App\\Repository\\CreditNoteRepository', 'getCreditNoteRepository2Service', false],
'App\\Repository\\CurrencyRepository' => ['privates', 'App\\Repository\\CurrencyRepository', 'getCurrencyRepository2Service', false],
'App\\Repository\\CustomerAccountRepository' => ['privates', 'App\\Repository\\CustomerAccountRepository', 'getCustomerAccountRepositoryService', false],
'App\\Repository\\CustomerAccountTypeRepository' => ['privates', 'App\\Repository\\CustomerAccountTypeRepository', 'getCustomerAccountTypeRepositoryService', false],
'App\\Repository\\DepartmentRepository' => ['privates', 'App\\Repository\\DepartmentRepository', 'getDepartmentRepositoryService', false],
'App\\Repository\\FavoriteDestinationRepository' => ['privates', 'App\\Repository\\FavoriteDestinationRepository', 'getFavoriteDestinationRepositoryService', false],
'App\\Repository\\FavoriteHotelRepository' => ['privates', 'App\\Repository\\FavoriteHotelRepository', 'getFavoriteHotelRepositoryService', false],
'App\\Repository\\GoogleDestinationRepository' => ['privates', 'App\\Repository\\GoogleDestinationRepository', 'getGoogleDestinationRepositoryService', false],
'App\\Repository\\HotelInfoRepository' => ['privates', 'App\\Repository\\HotelInfoRepository', 'getHotelInfoRepositoryService', false],
'App\\Repository\\InvoicePaymentRepository' => ['privates', 'App\\Repository\\InvoicePaymentRepository', 'getInvoicePaymentRepositoryService', false],
'App\\Repository\\InvoiceRepository' => ['privates', 'App\\Repository\\InvoiceRepository', 'getInvoiceRepository2Service', false],
'App\\Repository\\LanguageRepository' => ['privates', 'App\\Repository\\LanguageRepository', 'getLanguageRepositoryService', false],
'App\\Repository\\LogRepository' => ['privates', 'App\\Repository\\LogRepository', 'getLogRepositoryService', false],
'App\\Repository\\LoginLogRepository' => ['privates', 'App\\Repository\\LoginLogRepository', 'getLoginLogRepositoryService', false],
'App\\Repository\\NoRateRequestRepository' => ['privates', 'App\\Repository\\NoRateRequestRepository', 'getNoRateRequestRepositoryService', false],
'App\\Repository\\NotificationEventCustomerAccountConfigRepository' => ['privates', 'App\\Repository\\NotificationEventCustomerAccountConfigRepository', 'getNotificationEventCustomerAccountConfigRepositoryService', false],
'App\\Repository\\NotificationEventRepository' => ['privates', 'App\\Repository\\NotificationEventRepository', 'getNotificationEventRepositoryService', false],
'App\\Repository\\NotificationEventTypeRepository' => ['privates', 'App\\Repository\\NotificationEventTypeRepository', 'getNotificationEventTypeRepositoryService', false],
'App\\Repository\\PaymentRepository' => ['privates', 'App\\Repository\\PaymentRepository', 'getPaymentRepository2Service', false],
'App\\Repository\\PaymentToSupplierRepository' => ['privates', 'App\\Repository\\PaymentToSupplierRepository', 'getPaymentToSupplierRepositoryService', false],
'App\\Repository\\PaymentTypeRepository' => ['privates', 'App\\Repository\\PaymentTypeRepository', 'getPaymentTypeRepositoryService', false],
'App\\Repository\\PendingNotificationEventRepository' => ['privates', 'App\\Repository\\PendingNotificationEventRepository', 'getPendingNotificationEventRepository2Service', false],
'App\\Repository\\ProfileRepository' => ['privates', 'App\\Repository\\ProfileRepository', 'getProfileRepositoryService', false],
'App\\Repository\\QBBillPaymentRepository' => ['privates', 'App\\Repository\\QBBillPaymentRepository', 'getQBBillPaymentRepositoryService', false],
'App\\Repository\\QBCreditNoteRepository' => ['privates', 'App\\Repository\\QBCreditNoteRepository', 'getQBCreditNoteRepositoryService', false],
'App\\Repository\\QBInvoicePaymentRepository' => ['privates', 'App\\Repository\\QBInvoicePaymentRepository', 'getQBInvoicePaymentRepositoryService', false],
'App\\Repository\\QBInvoiceRepository' => ['privates', 'App\\Repository\\QBInvoiceRepository', 'getQBInvoiceRepositoryService', false],
'App\\Repository\\QBPaymentRepository' => ['privates', 'App\\Repository\\QBPaymentRepository', 'getQBPaymentRepositoryService', false],
'App\\Repository\\QualityControlRepository' => ['privates', 'App\\Repository\\QualityControlRepository', 'getQualityControlRepositoryService', false],
'App\\Repository\\QuickbookWebhookRequestRepository' => ['privates', 'App\\Repository\\QuickbookWebhookRequestRepository', 'getQuickbookWebhookRequestRepositoryService', false],
'App\\Repository\\QuickbooksSettingRepository' => ['privates', 'App\\Repository\\QuickbooksSettingRepository', 'getQuickbooksSettingRepositoryService', false],
'App\\Repository\\QuoteCategoryRepository' => ['privates', 'App\\Repository\\QuoteCategoryRepository', 'getQuoteCategoryRepositoryService', false],
'App\\Repository\\QuoteItemRepository' => ['privates', 'App\\Repository\\QuoteItemRepository', 'getQuoteItemRepositoryService', false],
'App\\Repository\\QuoteRepository' => ['privates', 'App\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
'App\\Repository\\RequestAccessRepository' => ['privates', 'App\\Repository\\RequestAccessRepository', 'getRequestAccessRepositoryService', false],
'App\\Repository\\ReservationRepository' => ['privates', 'App\\Repository\\ReservationRepository', 'getReservationRepository2Service', false],
'App\\Repository\\RoleRepository' => ['privates', 'App\\Repository\\RoleRepository', 'getRoleRepositoryService', false],
'App\\Repository\\SearchLogRepository' => ['privates', 'App\\Repository\\SearchLogRepository', 'getSearchLogRepository2Service', false],
'App\\Repository\\StateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
'App\\Repository\\StripeWebhookRequestRepository' => ['privates', 'App\\Repository\\StripeWebhookRequestRepository', 'getStripeWebhookRequestRepositoryService', false],
'App\\Repository\\SupplierRepository' => ['privates', 'App\\Repository\\SupplierRepository', 'getSupplierRepository2Service', false],
'App\\Repository\\TeamRepository' => ['privates', 'App\\Repository\\TeamRepository', 'getTeamRepositoryService', false],
'App\\Repository\\TripItemRepository' => ['privates', 'App\\Repository\\TripItemRepository', 'getTripItemRepositoryService', false],
'App\\Repository\\TripRepository' => ['privates', 'App\\Repository\\TripRepository', 'getTripRepositoryService', false],
'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
'App\\Repository\\VendorRepository' => ['privates', 'App\\Repository\\VendorRepository', 'getVendorRepositoryService', false],
], [
'Api\\Repository\\ActivityActivityProviderRepository' => '?',
'Api\\Repository\\ActivityCancellationPenaltyTypeRepository' => '?',
'Api\\Repository\\ActivityCategoryRepository' => '?',
'Api\\Repository\\ActivityGroupRepository' => '?',
'Api\\Repository\\ActivityProviderRepository' => '?',
'Api\\Repository\\ActivityRateRepository' => '?',
'Api\\Repository\\ActivityRepository' => '?',
'Api\\Repository\\ApiCredentialRepository' => '?',
'Api\\Repository\\ApiProfileRepository' => '?',
'Api\\Repository\\ApiRoleRepository' => '?',
'Api\\Repository\\CancellationPenaltyTypeRepository' => '?',
'Api\\Repository\\CityRepository' => '?',
'Api\\Repository\\ContractTypeRepository' => '?',
'Api\\Repository\\CountryRepository' => '?',
'Api\\Repository\\CreditNoteRepository' => '?',
'Api\\Repository\\CurrencyRepository' => '?',
'Api\\Repository\\ExternalTravelAgentRepository' => '?',
'Api\\Repository\\HotelBrandRepository' => '?',
'Api\\Repository\\HotelCancellationPenaltyTypeRepository' => '?',
'Api\\Repository\\HotelChainRepository' => '?',
'Api\\Repository\\HotelCompetitorProviderRepository' => '?',
'Api\\Repository\\HotelContactRepository' => '?',
'Api\\Repository\\HotelFilterRepository' => '?',
'Api\\Repository\\HotelHotelCompatitorProviderRepository' => '?',
'Api\\Repository\\HotelHotelProviderHotelRoomRepository' => '?',
'Api\\Repository\\HotelHotelProviderRepository' => '?',
'Api\\Repository\\HotelProviderGroupRepository' => '?',
'Api\\Repository\\HotelProviderRepository' => '?',
'Api\\Repository\\HotelRatingRepository' => '?',
'Api\\Repository\\HotelRepository' => '?',
'Api\\Repository\\HotelRoomAvailabilityTypeRepository' => '?',
'Api\\Repository\\HotelRoomBedTypeRepository' => '?',
'Api\\Repository\\HotelRoomFilterRepository' => '?',
'Api\\Repository\\HotelRoomRateRepository' => '?',
'Api\\Repository\\HotelRoomRepository' => '?',
'Api\\Repository\\InvoiceRepository' => '?',
'Api\\Repository\\LogRepository' => '?',
'Api\\Repository\\MailerRepository' => '?',
'Api\\Repository\\MealPlanRepository' => '?',
'Api\\Repository\\PaymentRepository' => '?',
'Api\\Repository\\PendingNotificationEventRepository' => '?',
'Api\\Repository\\ProductRepository' => '?',
'Api\\Repository\\PromotionHotelHotelProviderHotelRoomRepository' => '?',
'Api\\Repository\\PromotionRepository' => '?',
'Api\\Repository\\PromotionTypeRepository' => '?',
'Api\\Repository\\ReservationRepository' => '?',
'Api\\Repository\\ReservationStatusTypeRepository' => '?',
'Api\\Repository\\SearchLogRepository' => '?',
'Api\\Repository\\StateRepository' => '?',
'Api\\Repository\\SupplierCategoryRepository' => '?',
'Api\\Repository\\SupplierQCTypeRepository' => '?',
'Api\\Repository\\SupplierRepository' => '?',
'Api\\Repository\\TransferAirportRepository' => '?',
'Api\\Repository\\TransferLocationRepository' => '?',
'Api\\Repository\\TransferProviderRepository' => '?',
'Api\\Repository\\TransferRateRepository' => '?',
'Api\\Repository\\TransferRepository' => '?',
'Api\\Repository\\TransferTransferProviderRepository' => '?',
'Api\\Repository\\TransferVehicleRepository' => '?',
'Api\\Repository\\ZipCodeRepository' => '?',
'App\\Repository\\ClientCategoryRepository' => '?',
'App\\Repository\\CollectionHotelRepository' => '?',
'App\\Repository\\CollectionPageRepository' => '?',
'App\\Repository\\ConsortiaRepository' => '?',
'App\\Repository\\CountryRepository' => '?',
'App\\Repository\\CreditNoteRepository' => '?',
'App\\Repository\\CurrencyRepository' => '?',
'App\\Repository\\CustomerAccountRepository' => '?',
'App\\Repository\\CustomerAccountTypeRepository' => '?',
'App\\Repository\\DepartmentRepository' => '?',
'App\\Repository\\FavoriteDestinationRepository' => '?',
'App\\Repository\\FavoriteHotelRepository' => '?',
'App\\Repository\\GoogleDestinationRepository' => '?',
'App\\Repository\\HotelInfoRepository' => '?',
'App\\Repository\\InvoicePaymentRepository' => '?',
'App\\Repository\\InvoiceRepository' => '?',
'App\\Repository\\LanguageRepository' => '?',
'App\\Repository\\LogRepository' => '?',
'App\\Repository\\LoginLogRepository' => '?',
'App\\Repository\\NoRateRequestRepository' => '?',
'App\\Repository\\NotificationEventCustomerAccountConfigRepository' => '?',
'App\\Repository\\NotificationEventRepository' => '?',
'App\\Repository\\NotificationEventTypeRepository' => '?',
'App\\Repository\\PaymentRepository' => '?',
'App\\Repository\\PaymentToSupplierRepository' => '?',
'App\\Repository\\PaymentTypeRepository' => '?',
'App\\Repository\\PendingNotificationEventRepository' => '?',
'App\\Repository\\ProfileRepository' => '?',
'App\\Repository\\QBBillPaymentRepository' => '?',
'App\\Repository\\QBCreditNoteRepository' => '?',
'App\\Repository\\QBInvoicePaymentRepository' => '?',
'App\\Repository\\QBInvoiceRepository' => '?',
'App\\Repository\\QBPaymentRepository' => '?',
'App\\Repository\\QualityControlRepository' => '?',
'App\\Repository\\QuickbookWebhookRequestRepository' => '?',
'App\\Repository\\QuickbooksSettingRepository' => '?',
'App\\Repository\\QuoteCategoryRepository' => '?',
'App\\Repository\\QuoteItemRepository' => '?',
'App\\Repository\\QuoteRepository' => '?',
'App\\Repository\\RequestAccessRepository' => '?',
'App\\Repository\\ReservationRepository' => '?',
'App\\Repository\\RoleRepository' => '?',
'App\\Repository\\SearchLogRepository' => '?',
'App\\Repository\\StateRepository' => '?',
'App\\Repository\\StripeWebhookRequestRepository' => '?',
'App\\Repository\\SupplierRepository' => '?',
'App\\Repository\\TeamRepository' => '?',
'App\\Repository\\TripItemRepository' => '?',
'App\\Repository\\TripRepository' => '?',
'App\\Repository\\UserRepository' => '?',
'App\\Repository\\VendorRepository' => '?',
]));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')]);
}
/**
* Gets the private 'doctrine.orm.default_configuration' shared service.
*
* @return \Doctrine\ORM\Configuration
*/
protected function getDoctrine_Orm_DefaultConfigurationService()
{
$this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
$instance->setEntityNamespaces(['App' => 'App\\Entity']);
$instance->setMetadataCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()));
$instance->setQueryCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()));
$instance->setResultCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()));
$instance->setMetadataDriverImpl(($this->privates['doctrine.orm.default_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultMetadataDriverService()));
$instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$instance->setProxyNamespace('Proxies');
$instance->setAutoGenerateProxyClasses(true);
$instance->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true))));
$instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$instance->setEntityListenerResolver(($this->privates['doctrine.orm.default_entity_listener_resolver'] ?? ($this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))));
$instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$instance->addCustomStringFunction('FIELD', 'DoctrineExtensions\\Query\\Mysql\\Field');
$instance->addCustomStringFunction('SHA2', 'App\\Doctrine\\Sha2');
$instance->addCustomStringFunction('REPLACE', 'DoctrineExtensions\\Query\\Mysql\\Replace');
return $instance;
}
/**
* Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
*/
protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
{
return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL);
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.default_manager_configurator' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
*/
protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
{
return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
}
/**
* Gets the private 'doctrine.orm.default_metadata_driver' shared service.
*
* @return \Doctrine\Persistence\Mapping\Driver\MappingDriverChain
*/
protected function getDoctrine_Orm_DefaultMetadataDriverService()
{
$this->privates['doctrine.orm.default_metadata_driver'] = $instance = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$instance->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
return $instance;
}
/**
* Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
{
return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.naming_strategy.underscore_number_aware' shared service.
*
* @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
*/
protected function getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService()
{
return $this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true);
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.quote_strategy.default' shared service.
*
* @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
*/
protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
{
return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator_initializer' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
*/
protected function getDoctrine_Orm_ValidatorInitializerService()
{
return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
$this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
$this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.twig.doctrine_extension' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
*/
protected function getDoctrine_Twig_DoctrineExtensionService()
{
return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
}
/**
* Gets the private 'doctrine_migrations.current_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
*/
protected function getDoctrineMigrations_CurrentCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
$this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
$instance->setName('doctrine:migrations:current');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
$this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
$this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
$this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
$this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
$this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
$this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrations_collector' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector
*/
protected function getDoctrineMigrations_MigrationsCollectorService()
{
return $this->privates['doctrine_migrations.migrations_collector'] = new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), ($this->privates['doctrine_migrations.migrations_flattener'] ?? ($this->privates['doctrine_migrations.migrations_flattener'] = new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener())));
}
/**
* Gets the private 'doctrine_migrations.migrations_flattener' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener
*/
protected function getDoctrineMigrations_MigrationsFlattenerService()
{
return $this->privates['doctrine_migrations.migrations_flattener'] = new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener();
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
$this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
$this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
*/
protected function getDoctrineMigrations_SyncMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
$this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
$instance->setName('doctrine:migrations:sync-metadata-storage');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
$this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
$this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.versions_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
*/
protected function getDoctrineMigrations_VersionsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
$this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
$instance->setName('doctrine:migrations:list');
return $instance;
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'error_handler.error_renderer.serializer' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.serializer'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), ($this->privates['twig.error_renderer.html'] ?? $this->getTwig_ErrorRenderer_HtmlService()), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'file_locator' shared service.
*
* @return \Symfony\Component\HttpKernel\Config\FileLocator
*/
protected function getFileLocatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(($this->privates['form.choice_list_factory.property_access'] ?? $this->getForm_ChoiceListFactory_PropertyAccessService()));
}
/**
* Gets the private 'form.choice_list_factory.default' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory
*/
protected function getForm_ChoiceListFactory_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
return $this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory();
}
/**
* Gets the private 'form.choice_list_factory.property_access' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator
*/
protected function getForm_ChoiceListFactory_PropertyAccessService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
return $this->privates['form.choice_list_factory.property_access'] = new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(($this->privates['form.choice_list_factory.default'] ?? ($this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.extension' shared service.
*
* @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
*/
protected function getForm_ExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Form\\Accounting\\PaymentCommissionModelType' => ['privates', 'App\\Form\\Accounting\\PaymentCommissionModelType', 'getPaymentCommissionModelTypeService', false],
'App\\Form\\Accounting\\PaymentInvoiceModelType' => ['privates', 'App\\Form\\Accounting\\PaymentInvoiceModelType', 'getPaymentInvoiceModelTypeService', false],
'App\\Form\\Accounting\\PaymentInvoiceValidationArrayType' => ['privates', 'App\\Form\\Accounting\\PaymentInvoiceValidationArrayType', 'getPaymentInvoiceValidationArrayTypeService', false],
'App\\Form\\Accounting\\PaymentToSupplierType' => ['privates', 'App\\Form\\Accounting\\PaymentToSupplierType', 'getPaymentToSupplierTypeService', false],
'App\\Form\\Accounting\\Report\\CIPVSearchType' => ['privates', 'App\\Form\\Accounting\\Report\\CIPVSearchType', 'getCIPVSearchTypeService', false],
'App\\Form\\Accounting\\Report\\QBInvoiceSearchType' => ['privates', 'App\\Form\\Accounting\\Report\\QBInvoiceSearchType', 'getQBInvoiceSearchTypeService', false],
'App\\Form\\Accounting\\Report\\SalesReportSearchType' => ['privates', 'App\\Form\\Accounting\\Report\\SalesReportSearchType', 'getSalesReportSearchTypeService', false],
'App\\Form\\Accounting\\Report\\TopPerformersSearchType' => ['privates', 'App\\Form\\Accounting\\Report\\TopPerformersSearchType', 'getTopPerformersSearchTypeService', false],
'App\\Form\\Activity\\ActivityAvailabilityRequestType' => ['privates', 'App\\Form\\Activity\\ActivityAvailabilityRequestType', 'getActivityAvailabilityRequestTypeService', false],
'App\\Form\\Bulk\\BulkUserType' => ['privates', 'App\\Form\\Bulk\\BulkUserType', 'getBulkUserTypeService', false],
'App\\Form\\Checkout\\CardRequestType' => ['privates', 'App\\Form\\Checkout\\CardRequestType', 'getCardRequestTypeService', false],
'App\\Form\\Checkout\\CheckoutRequestType' => ['privates', 'App\\Form\\Checkout\\CheckoutRequestType', 'getCheckoutRequestTypeService', false],
'App\\Form\\Checkout\\MultiNameType' => ['privates', 'App\\Form\\Checkout\\MultiNameType', 'getMultiNameTypeService', false],
'App\\Form\\CoreOffice\\ActivityType' => ['privates', 'App\\Form\\CoreOffice\\ActivityType', 'getActivityTypeService', false],
'App\\Form\\CoreOffice\\Activity\\ActivityCategoryType' => ['privates', 'App\\Form\\CoreOffice\\Activity\\ActivityCategoryType', 'getActivityCategoryTypeService', false],
'App\\Form\\CoreOffice\\Activity\\ActivityGroupType' => ['privates', 'App\\Form\\CoreOffice\\Activity\\ActivityGroupType', 'getActivityGroupTypeService', false],
'App\\Form\\CoreOffice\\Activity\\ActivityRateType' => ['privates', 'App\\Form\\CoreOffice\\Activity\\ActivityRateType', 'getActivityRateTypeService', false],
'App\\Form\\CoreOffice\\CityType' => ['privates', 'App\\Form\\CoreOffice\\CityType', 'getCityTypeService', false],
'App\\Form\\CoreOffice\\CountryType' => ['privates', 'App\\Form\\CoreOffice\\CountryType', 'getCountryTypeService', false],
'App\\Form\\CoreOffice\\CredentialType' => ['privates', 'App\\Form\\CoreOffice\\CredentialType', 'getCredentialTypeService', false],
'App\\Form\\CoreOffice\\CurrencyType' => ['privates', 'App\\Form\\CoreOffice\\CurrencyType', 'getCurrencyTypeService', false],
'App\\Form\\CoreOffice\\File\\FileImageType' => ['privates', 'App\\Form\\CoreOffice\\File\\FileImageType', 'getFileImageTypeService', false],
'App\\Form\\CoreOffice\\HotelType' => ['privates', 'App\\Form\\CoreOffice\\HotelType', 'getHotelTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelDeduplicateType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelDeduplicateType', 'getHotelDeduplicateTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelFilterType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelFilterType', 'getHotelFilterTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderHotelRoomType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderHotelRoomType', 'getHotelHotelProviderHotelRoomTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderType', 'getHotelHotelProviderTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelRoomAvailabilityType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelRoomAvailabilityType', 'getHotelRoomAvailabilityType2Service', false],
'App\\Form\\CoreOffice\\Hotel\\HotelRoomBedType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelRoomBedType', 'getHotelRoomBedType2Service', false],
'App\\Form\\CoreOffice\\Hotel\\HotelRoomRateType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelRoomRateType', 'getHotelRoomRateTypeService', false],
'App\\Form\\CoreOffice\\Hotel\\HotelRoomType' => ['privates', 'App\\Form\\CoreOffice\\Hotel\\HotelRoomType', 'getHotelRoomTypeService', false],
'App\\Form\\CoreOffice\\MealPlanType' => ['privates', 'App\\Form\\CoreOffice\\MealPlanType', 'getMealPlanTypeService', false],
'App\\Form\\CoreOffice\\ProfileType' => ['privates', 'App\\Form\\CoreOffice\\ProfileType', 'getProfileTypeService', false],
'App\\Form\\CoreOffice\\PromotionAssignType' => ['privates', 'App\\Form\\CoreOffice\\PromotionAssignType', 'getPromotionAssignTypeService', false],
'App\\Form\\CoreOffice\\PromotionSearchType' => ['privates', 'App\\Form\\CoreOffice\\PromotionSearchType', 'getPromotionSearchTypeService', false],
'App\\Form\\CoreOffice\\PromotionType' => ['privates', 'App\\Form\\CoreOffice\\PromotionType', 'getPromotionTypeService', false],
'App\\Form\\CoreOffice\\RoleType' => ['privates', 'App\\Form\\CoreOffice\\RoleType', 'getRoleTypeService', false],
'App\\Form\\CoreOffice\\StateType' => ['privates', 'App\\Form\\CoreOffice\\StateType', 'getStateTypeService', false],
'App\\Form\\CoreOffice\\SupplierType' => ['privates', 'App\\Form\\CoreOffice\\SupplierType', 'getSupplierTypeService', false],
'App\\Form\\CoreOffice\\TransferType' => ['privates', 'App\\Form\\CoreOffice\\TransferType', 'getTransferTypeService', false],
'App\\Form\\CoreOffice\\Transfer\\TransferAirportType' => ['privates', 'App\\Form\\CoreOffice\\Transfer\\TransferAirportType', 'getTransferAirportTypeService', false],
'App\\Form\\CoreOffice\\Transfer\\TransferLocationType' => ['privates', 'App\\Form\\CoreOffice\\Transfer\\TransferLocationType', 'getTransferLocationTypeService', false],
'App\\Form\\CoreOffice\\Transfer\\TransferRateType' => ['privates', 'App\\Form\\CoreOffice\\Transfer\\TransferRateType', 'getTransferRateTypeService', false],
'App\\Form\\CoreOffice\\Transfer\\TransferVehicleType' => ['privates', 'App\\Form\\CoreOffice\\Transfer\\TransferVehicleType', 'getTransferVehicleTypeService', false],
'App\\Form\\CoreOffice\\ZipCodeType' => ['privates', 'App\\Form\\CoreOffice\\ZipCodeType', 'getZipCodeTypeService', false],
'App\\Form\\CustomerAccountType' => ['privates', 'App\\Form\\CustomerAccountType', 'getCustomerAccountTypeService', false],
'App\\Form\\CustomerAccount\\CustomerAccountSearchType' => ['privates', 'App\\Form\\CustomerAccount\\CustomerAccountSearchType', 'getCustomerAccountSearchTypeService', false],
'App\\Form\\CustomerAccount\\DomainType' => ['privates', 'App\\Form\\CustomerAccount\\DomainType', 'getDomainTypeService', false],
'App\\Form\\Hotel\\HotelAvailabilityRequestType' => ['privates', 'App\\Form\\Hotel\\HotelAvailabilityRequestType', 'getHotelAvailabilityRequestTypeService', false],
'App\\Form\\LogSearchType' => ['privates', 'App\\Form\\LogSearchType', 'getLogSearchTypeService', false],
'App\\Form\\Login\\ForgotPasswordType' => ['privates', 'App\\Form\\Login\\ForgotPasswordType', 'getForgotPasswordTypeService', false],
'App\\Form\\Login\\RequestAccessType' => ['privates', 'App\\Form\\Login\\RequestAccessType', 'getRequestAccessTypeService', false],
'App\\Form\\Login\\ResetPasswordType' => ['privates', 'App\\Form\\Login\\ResetPasswordType', 'getResetPasswordTypeService', false],
'App\\Form\\MyQuoteItem\\CancellationPolicyType' => ['privates', 'App\\Form\\MyQuoteItem\\CancellationPolicyType', 'getCancellationPolicyTypeService', false],
'App\\Form\\MyQuoteItem\\MyQuoteItemType' => ['privates', 'App\\Form\\MyQuoteItem\\MyQuoteItemType', 'getMyQuoteItemTypeService', false],
'App\\Form\\MyQuoteItem\\QuoteItemType' => ['privates', 'App\\Form\\MyQuoteItem\\QuoteItemType', 'getQuoteItemTypeService', false],
'App\\Form\\NoRateRequest\\NoRateRequestType' => ['privates', 'App\\Form\\NoRateRequest\\NoRateRequestType', 'getNoRateRequestTypeService', false],
'App\\Form\\Promo\\CollectionHotelType' => ['privates', 'App\\Form\\Promo\\CollectionHotelType', 'getCollectionHotelTypeService', false],
'App\\Form\\Promo\\CollectionPageSearchType' => ['privates', 'App\\Form\\Promo\\CollectionPageSearchType', 'getCollectionPageSearchTypeService', false],
'App\\Form\\Promo\\CollectionPageType' => ['privates', 'App\\Form\\Promo\\CollectionPageType', 'getCollectionPageTypeService', false],
'App\\Form\\Promo\\CollectionRequestType' => ['privates', 'App\\Form\\Promo\\CollectionRequestType', 'getCollectionRequestTypeService', false],
'App\\Form\\QualityControl\\QualityControlSearchType' => ['privates', 'App\\Form\\QualityControl\\QualityControlSearchType', 'getQualityControlSearchTypeService', false],
'App\\Form\\QualityControl\\QualityControlType' => ['privates', 'App\\Form\\QualityControl\\QualityControlType', 'getQualityControlTypeService', false],
'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationType' => ['privates', 'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationType', 'getCarRentalLocationTypeService', false],
'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationsType' => ['privates', 'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationsType', 'getCarRentalLocationsTypeService', false],
'App\\Form\\QuoteItem\\Transfer\\AddOnType' => ['privates', 'App\\Form\\QuoteItem\\Transfer\\AddOnType', 'getAddOnTypeService', false],
'App\\Form\\QuoteItem\\Transfer\\TransferAirportType' => ['privates', 'App\\Form\\QuoteItem\\Transfer\\TransferAirportType', 'getTransferAirportType2Service', false],
'App\\Form\\QuoteItem\\Transfer\\TransferCityType' => ['privates', 'App\\Form\\QuoteItem\\Transfer\\TransferCityType', 'getTransferCityTypeService', false],
'App\\Form\\QuoteItem\\Transfer\\TransferLocationType' => ['privates', 'App\\Form\\QuoteItem\\Transfer\\TransferLocationType', 'getTransferLocationType2Service', false],
'App\\Form\\QuoteItem\\Transfer\\TransferType' => ['privates', 'App\\Form\\QuoteItem\\Transfer\\TransferType', 'getTransferType2Service', false],
'App\\Form\\Quote\\AdditionalInformationType' => ['privates', 'App\\Form\\Quote\\AdditionalInformationType', 'getAdditionalInformationTypeService', false],
'App\\Form\\Quote\\AgentQuoteItemType' => ['privates', 'App\\Form\\Quote\\AgentQuoteItemType', 'getAgentQuoteItemTypeService', false],
'App\\Form\\Quote\\AgentQuoteType' => ['privates', 'App\\Form\\Quote\\AgentQuoteType', 'getAgentQuoteTypeService', false],
'App\\Form\\Quote\\NameType' => ['privates', 'App\\Form\\Quote\\NameType', 'getNameTypeService', false],
'App\\Form\\Quote\\QuoteItemSearchType' => ['privates', 'App\\Form\\Quote\\QuoteItemSearchType', 'getQuoteItemSearchTypeService', false],
'App\\Form\\Quote\\QuoteItemType' => ['privates', 'App\\Form\\Quote\\QuoteItemType', 'getQuoteItemType2Service', false],
'App\\Form\\Quote\\QuoteSearchType' => ['privates', 'App\\Form\\Quote\\QuoteSearchType', 'getQuoteSearchTypeService', false],
'App\\Form\\Quote\\QuoteSearchTypeOrg' => ['privates', 'App\\Form\\Quote\\QuoteSearchTypeOrg', 'getQuoteSearchTypeOrgService', false],
'App\\Form\\Quote\\QuoteType' => ['privates', 'App\\Form\\Quote\\QuoteType', 'getQuoteTypeService', false],
'App\\Form\\Quote\\RemoveQuoteItemType' => ['privates', 'App\\Form\\Quote\\RemoveQuoteItemType', 'getRemoveQuoteItemTypeService', false],
'App\\Form\\Quote\\ReservationSearchType' => ['privates', 'App\\Form\\Quote\\ReservationSearchType', 'getReservationSearchTypeService', false],
'App\\Form\\Report\\CommissionReportSearchType' => ['privates', 'App\\Form\\Report\\CommissionReportSearchType', 'getCommissionReportSearchTypeService', false],
'App\\Form\\RequestAccess\\AgentType' => ['privates', 'App\\Form\\RequestAccess\\AgentType', 'getAgentTypeService', false],
'App\\Form\\RequestAccess\\RequestAccessApprovalType' => ['privates', 'App\\Form\\RequestAccess\\RequestAccessApprovalType', 'getRequestAccessApprovalTypeService', false],
'App\\Form\\RequestAccess\\RequestAccessSearchType' => ['privates', 'App\\Form\\RequestAccess\\RequestAccessSearchType', 'getRequestAccessSearchTypeService', false],
'App\\Form\\Supplier\\SupplierRequestFormType' => ['privates', 'App\\Form\\Supplier\\SupplierRequestFormType', 'getSupplierRequestFormTypeService', false],
'App\\Form\\Transfer\\TransferAvailabilityRequestType' => ['privates', 'App\\Form\\Transfer\\TransferAvailabilityRequestType', 'getTransferAvailabilityRequestTypeService', false],
'App\\Form\\Trip\\CancelType' => ['privates', 'App\\Form\\Trip\\CancelType', 'getCancelTypeService', false],
'App\\Form\\Trip\\RemoveTripItemType' => ['privates', 'App\\Form\\Trip\\RemoveTripItemType', 'getRemoveTripItemTypeService', false],
'App\\Form\\Trip\\RenameTripType' => ['privates', 'App\\Form\\Trip\\RenameTripType', 'getRenameTripTypeService', false],
'App\\Form\\Trip\\TripItemType' => ['privates', 'App\\Form\\Trip\\TripItemType', 'getTripItemTypeService', false],
'App\\Form\\UserType' => ['privates', 'App\\Form\\UserType', 'getUserTypeService', false],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
], [
'App\\Form\\Accounting\\PaymentCommissionModelType' => '?',
'App\\Form\\Accounting\\PaymentInvoiceModelType' => '?',
'App\\Form\\Accounting\\PaymentInvoiceValidationArrayType' => '?',
'App\\Form\\Accounting\\PaymentToSupplierType' => '?',
'App\\Form\\Accounting\\Report\\CIPVSearchType' => '?',
'App\\Form\\Accounting\\Report\\QBInvoiceSearchType' => '?',
'App\\Form\\Accounting\\Report\\SalesReportSearchType' => '?',
'App\\Form\\Accounting\\Report\\TopPerformersSearchType' => '?',
'App\\Form\\Activity\\ActivityAvailabilityRequestType' => '?',
'App\\Form\\Bulk\\BulkUserType' => '?',
'App\\Form\\Checkout\\CardRequestType' => '?',
'App\\Form\\Checkout\\CheckoutRequestType' => '?',
'App\\Form\\Checkout\\MultiNameType' => '?',
'App\\Form\\CoreOffice\\ActivityType' => '?',
'App\\Form\\CoreOffice\\Activity\\ActivityCategoryType' => '?',
'App\\Form\\CoreOffice\\Activity\\ActivityGroupType' => '?',
'App\\Form\\CoreOffice\\Activity\\ActivityRateType' => '?',
'App\\Form\\CoreOffice\\CityType' => '?',
'App\\Form\\CoreOffice\\CountryType' => '?',
'App\\Form\\CoreOffice\\CredentialType' => '?',
'App\\Form\\CoreOffice\\CurrencyType' => '?',
'App\\Form\\CoreOffice\\File\\FileImageType' => '?',
'App\\Form\\CoreOffice\\HotelType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelDeduplicateType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelFilterType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderHotelRoomType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelHotelProviderType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelRoomAvailabilityType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelRoomBedType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelRoomRateType' => '?',
'App\\Form\\CoreOffice\\Hotel\\HotelRoomType' => '?',
'App\\Form\\CoreOffice\\MealPlanType' => '?',
'App\\Form\\CoreOffice\\ProfileType' => '?',
'App\\Form\\CoreOffice\\PromotionAssignType' => '?',
'App\\Form\\CoreOffice\\PromotionSearchType' => '?',
'App\\Form\\CoreOffice\\PromotionType' => '?',
'App\\Form\\CoreOffice\\RoleType' => '?',
'App\\Form\\CoreOffice\\StateType' => '?',
'App\\Form\\CoreOffice\\SupplierType' => '?',
'App\\Form\\CoreOffice\\TransferType' => '?',
'App\\Form\\CoreOffice\\Transfer\\TransferAirportType' => '?',
'App\\Form\\CoreOffice\\Transfer\\TransferLocationType' => '?',
'App\\Form\\CoreOffice\\Transfer\\TransferRateType' => '?',
'App\\Form\\CoreOffice\\Transfer\\TransferVehicleType' => '?',
'App\\Form\\CoreOffice\\ZipCodeType' => '?',
'App\\Form\\CustomerAccountType' => '?',
'App\\Form\\CustomerAccount\\CustomerAccountSearchType' => '?',
'App\\Form\\CustomerAccount\\DomainType' => '?',
'App\\Form\\Hotel\\HotelAvailabilityRequestType' => '?',
'App\\Form\\LogSearchType' => '?',
'App\\Form\\Login\\ForgotPasswordType' => '?',
'App\\Form\\Login\\RequestAccessType' => '?',
'App\\Form\\Login\\ResetPasswordType' => '?',
'App\\Form\\MyQuoteItem\\CancellationPolicyType' => '?',
'App\\Form\\MyQuoteItem\\MyQuoteItemType' => '?',
'App\\Form\\MyQuoteItem\\QuoteItemType' => '?',
'App\\Form\\NoRateRequest\\NoRateRequestType' => '?',
'App\\Form\\Promo\\CollectionHotelType' => '?',
'App\\Form\\Promo\\CollectionPageSearchType' => '?',
'App\\Form\\Promo\\CollectionPageType' => '?',
'App\\Form\\Promo\\CollectionRequestType' => '?',
'App\\Form\\QualityControl\\QualityControlSearchType' => '?',
'App\\Form\\QualityControl\\QualityControlType' => '?',
'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationType' => '?',
'App\\Form\\QuoteItem\\CarRental\\CarRentalLocationsType' => '?',
'App\\Form\\QuoteItem\\Transfer\\AddOnType' => '?',
'App\\Form\\QuoteItem\\Transfer\\TransferAirportType' => '?',
'App\\Form\\QuoteItem\\Transfer\\TransferCityType' => '?',
'App\\Form\\QuoteItem\\Transfer\\TransferLocationType' => '?',
'App\\Form\\QuoteItem\\Transfer\\TransferType' => '?',
'App\\Form\\Quote\\AdditionalInformationType' => '?',
'App\\Form\\Quote\\AgentQuoteItemType' => '?',
'App\\Form\\Quote\\AgentQuoteType' => '?',
'App\\Form\\Quote\\NameType' => '?',
'App\\Form\\Quote\\QuoteItemSearchType' => '?',
'App\\Form\\Quote\\QuoteItemType' => '?',
'App\\Form\\Quote\\QuoteSearchType' => '?',
'App\\Form\\Quote\\QuoteSearchTypeOrg' => '?',
'App\\Form\\Quote\\QuoteType' => '?',
'App\\Form\\Quote\\RemoveQuoteItemType' => '?',
'App\\Form\\Quote\\ReservationSearchType' => '?',
'App\\Form\\Report\\CommissionReportSearchType' => '?',
'App\\Form\\RequestAccess\\AgentType' => '?',
'App\\Form\\RequestAccess\\RequestAccessApprovalType' => '?',
'App\\Form\\RequestAccess\\RequestAccessSearchType' => '?',
'App\\Form\\Supplier\\SupplierRequestFormType' => '?',
'App\\Form\\Transfer\\TransferAvailabilityRequestType' => '?',
'App\\Form\\Trip\\CancelType' => '?',
'App\\Form\\Trip\\RemoveTripItemType' => '?',
'App\\Form\\Trip\\RenameTripType' => '?',
'App\\Form\\Trip\\TripItemType' => '?',
'App\\Form\\UserType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
}, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => ($this->privates['form.extension'] ?? $this->getForm_ExtensionService())], ($this->privates['form.resolved_type_factory'] ?? $this->getForm_ResolvedTypeFactoryService()));
}
/**
* Gets the private 'form.resolved_type_factory' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
*/
protected function getForm_ResolvedTypeFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
return $this->privates['form.resolved_type_factory'] = new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.color' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ColorType
*/
protected function getForm_Type_ColorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true, '_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(($this->privates['form.type_extension.form.request_handler'] ?? $this->getForm_TypeExtension_Form_RequestHandlerService()));
}
/**
* Gets the private 'form.type_extension.form.request_handler' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler
*/
protected function getForm_TypeExtension_Form_RequestHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
return $this->privates['form.type_extension.form.request_handler'] = new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
}
/**
* Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
*/
protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.repeated.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension
*/
protected function getForm_TypeExtension_Repeated_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php';
return $this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension();
}
/**
* Gets the private 'form.type_extension.submit.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension
*/
protected function getForm_TypeExtension_Submit_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/SubmitTypeValidatorExtension.php';
return $this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension();
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'fragment.handler' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
*/
protected function getFragment_HandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'inline' => '?',
]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'fragment.uri_generator' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator
*/
protected function getFragment_UriGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
return $this->privates['fragment.uri_generator'] = new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.date_time_param_converter' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
*/
protected function getFrameworkExtraBundle_DateTimeParamConverterService()
{
return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
}
/**
* Gets the private 'identity_translator' shared service.
*
* @return \Symfony\Component\Translation\IdentityTranslator
*/
protected function getIdentityTranslatorService()
{
return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
}
/**
* Gets the private 'jms_serializer.accessor_strategy.default' shared service.
*
* @return \JMS\Serializer\Accessor\DefaultAccessorStrategy
*/
protected function getJmsSerializer_AccessorStrategy_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
return $this->privates['jms_serializer.accessor_strategy.default'] = new \JMS\Serializer\Accessor\DefaultAccessorStrategy(($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
}
/**
* Gets the private 'jms_serializer.array_collection_handler' shared service.
*
* @return \JMS\Serializer\Handler\ArrayCollectionHandler
*/
protected function getJmsSerializer_ArrayCollectionHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
}
/**
* Gets the private 'jms_serializer.cache.cache_clearer' shared service.
*
* @return \JMS\SerializerBundle\Cache\CacheClearer
*/
protected function getJmsSerializer_Cache_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
}
/**
* Gets the private 'jms_serializer.camel_case_naming_strategy' shared service.
*
* @return \JMS\Serializer\Naming\CamelCaseNamingStrategy
*/
protected function getJmsSerializer_CamelCaseNamingStrategyService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
return $this->privates['jms_serializer.camel_case_naming_strategy'] = new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_', true);
}
/**
* Gets the private 'jms_serializer.constraint_violation_handler' shared service.
*
* @return \JMS\Serializer\Handler\ConstraintViolationHandler
*/
protected function getJmsSerializer_ConstraintViolationHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
}
/**
* Gets the private 'jms_serializer.datetime_handler' shared service.
*
* @return \JMS\Serializer\Handler\DateHandler
*/
protected function getJmsSerializer_DatetimeHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP', 'UTC', true);
}
/**
* Gets the private 'jms_serializer.deserialization_graph_navigator_factory' shared service.
*
* @return \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory
*/
protected function getJmsSerializer_DeserializationGraphNavigatorFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
return $this->privates['jms_serializer.deserialization_graph_navigator_factory'] = new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['jms_serializer.handler_registry'] ?? $this->getJmsSerializer_HandlerRegistryService()), ($this->privates['jms_serializer.doctrine_object_constructor'] ?? $this->getJmsSerializer_DoctrineObjectConstructorService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? $this->getJmsSerializer_AccessorStrategy_DefaultService()), ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
}
/**
* Gets the private 'jms_serializer.doctrine_object_constructor' shared service.
*
* @return \JMS\Serializer\Construction\DoctrineObjectConstructor
*/
protected function getJmsSerializer_DoctrineObjectConstructorService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
return $this->privates['jms_serializer.doctrine_object_constructor'] = new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), 'null');
}
/**
* Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
*
* @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
*/
protected function getJmsSerializer_DoctrineProxySubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(true, false);
}
/**
* Gets the private 'jms_serializer.event_dispatcher' shared service.
*
* @return \JMS\Serializer\EventDispatcher\LazyEventDispatcher
*/
protected function getJmsSerializer_EventDispatcherService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
$this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', false],
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', false],
], [
'jms_serializer.doctrine_proxy_subscriber' => '?',
'jms_serializer.stopwatch_subscriber' => '?',
]));
$instance->setListeners(['serializer.pre_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => NULL], 1 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 2 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 3 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ORM\\PersistentCollection'], 4 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], 5 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], 6 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 7 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 8 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], 1 => NULL, 2 => NULL, 3 => NULL]]]);
return $instance;
}
/**
* Gets the private 'jms_serializer.expression_evaluator' shared service.
*
* @return \JMS\Serializer\Expression\ExpressionEvaluator
*/
protected function getJmsSerializer_ExpressionEvaluatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator(($this->privates['jms_serializer.expression_language'] ?? $this->getJmsSerializer_ExpressionLanguageService()), ['container' => $this]);
}
/**
* Gets the private 'jms_serializer.expression_language' shared service.
*
* @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
*/
protected function getJmsSerializer_ExpressionLanguageService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
$this->privates['jms_serializer.expression_language'] = $instance = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$instance->registerProvider(($this->privates['jms_serializer.expression_language.function_provider'] ?? ($this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider())));
return $instance;
}
/**
* Gets the private 'jms_serializer.expression_language.function_provider' shared service.
*
* @return \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider
*/
protected function getJmsSerializer_ExpressionLanguage_FunctionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
return $this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider();
}
/**
* Gets the private 'jms_serializer.form_error_handler' shared service.
*
* @return \JMS\Serializer\Handler\FormErrorHandler
*/
protected function getJmsSerializer_FormErrorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'jms_serializer.handler_registry' shared service.
*
* @return \JMS\Serializer\Handler\LazyHandlerRegistry
*/
protected function getJmsSerializer_HandlerRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
return $this->privates['jms_serializer.handler_registry'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', false],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', false],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', false],
'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', false],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', false],
], [
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.form_error_handler' => '?',
'jms_serializer.iterator_handler' => '?',
]), [1 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']], 'Symfony\\Component\\Form\\Form' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToxml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToXml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorToxml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorTojson']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']]], 2 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']]]]);
}
/**
* Gets the private 'jms_serializer.iterator_handler' shared service.
*
* @return \JMS\Serializer\Handler\IteratorHandler
*/
protected function getJmsSerializer_IteratorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
}
/**
* Gets the private 'jms_serializer.json_deserialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory
*/
protected function getJmsSerializer_JsonDeserializationVisitorService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
$this->privates['jms_serializer.json_deserialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
$instance->setOptions(0);
return $instance;
}
/**
* Gets the private 'jms_serializer.json_serialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory
*/
protected function getJmsSerializer_JsonSerializationVisitorService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
$this->privates['jms_serializer.json_serialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$instance->setOptions(1216);
return $instance;
}
/**
* Gets the private 'jms_serializer.metadata.annotation_and_attributes_reader' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader
*/
protected function getJmsSerializer_Metadata_AnnotationAndAttributesReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
return $this->privates['jms_serializer.metadata.annotation_and_attributes_reader'] = new \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'jms_serializer.metadata.annotation_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\AnnotationDriver
*/
protected function getJmsSerializer_Metadata_AnnotationDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
return $this->privates['jms_serializer.metadata.annotation_driver'] = new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['jms_serializer.metadata.annotation_and_attributes_reader'] ?? $this->getJmsSerializer_Metadata_AnnotationAndAttributesReaderService()), ($this->privates['jms_serializer.serialized_name_annotation_strategy'] ?? $this->getJmsSerializer_SerializedNameAnnotationStrategyService()), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the private 'jms_serializer.metadata.cache.file_cache' shared service.
*
* @return \Metadata\Cache\FileCache
*/
protected function getJmsSerializer_Metadata_Cache_FileCacheService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
return $this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer'));
}
/**
* Gets the private 'jms_serializer.metadata.chain_driver' shared service.
*
* @return \Metadata\Driver\DriverChain
*/
protected function getJmsSerializer_Metadata_ChainDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
return $this->privates['jms_serializer.metadata.chain_driver'] = new \Metadata\Driver\DriverChain([0 => ($this->privates['jms_serializer.metadata.yaml_driver'] ?? $this->getJmsSerializer_Metadata_YamlDriverService()), 1 => ($this->privates['jms_serializer.metadata.xml_driver'] ?? $this->getJmsSerializer_Metadata_XmlDriverService()), 2 => ($this->privates['jms_serializer.metadata.annotation_driver'] ?? $this->getJmsSerializer_Metadata_AnnotationDriverService())]);
}
/**
* Gets the private 'jms_serializer.metadata.doctrine_type_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
*/
protected function getJmsSerializer_Metadata_DoctrineTypeDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
return $this->privates['jms_serializer.metadata.doctrine_type_driver'] = new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(($this->privates['jms_serializer.metadata.chain_driver'] ?? $this->getJmsSerializer_Metadata_ChainDriverService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the private 'jms_serializer.metadata.file_locator' shared service.
*
* @return \Metadata\Driver\FileLocator
*/
protected function getJmsSerializer_Metadata_FileLocatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
return $this->privates['jms_serializer.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]);
}
/**
* Gets the private 'jms_serializer.metadata.lazy_loading_driver' shared service.
*
* @return \Metadata\Driver\LazyLoadingDriver
*/
protected function getJmsSerializer_Metadata_LazyLoadingDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
return $this->privates['jms_serializer.metadata.lazy_loading_driver'] = new \Metadata\Driver\LazyLoadingDriver(($this->privates['jms_serializer.metadata.service_locator'] ?? $this->getJmsSerializer_Metadata_ServiceLocatorService()), 'metadata_driver');
}
/**
* Gets the private 'jms_serializer.metadata.service_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getJmsSerializer_Metadata_ServiceLocatorService()
{
return $this->privates['jms_serializer.metadata.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', false],
], [
'metadata_driver' => '?',
]);
}
/**
* Gets the private 'jms_serializer.metadata.xml_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\XmlDriver
*/
protected function getJmsSerializer_Metadata_XmlDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
return $this->privates['jms_serializer.metadata.xml_driver'] = new \JMS\Serializer\Metadata\Driver\XmlDriver(($this->privates['jms_serializer.metadata.file_locator'] ?? ($this->privates['jms_serializer.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))), ($this->privates['jms_serializer.serialized_name_annotation_strategy'] ?? $this->getJmsSerializer_SerializedNameAnnotationStrategyService()), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the private 'jms_serializer.metadata.yaml_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\YamlDriver
*/
protected function getJmsSerializer_Metadata_YamlDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
return $this->privates['jms_serializer.metadata.yaml_driver'] = new \JMS\Serializer\Metadata\Driver\YamlDriver(($this->privates['jms_serializer.metadata.file_locator'] ?? ($this->privates['jms_serializer.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))), ($this->privates['jms_serializer.serialized_name_annotation_strategy'] ?? $this->getJmsSerializer_SerializedNameAnnotationStrategyService()), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the private 'jms_serializer.metadata_factory' shared service.
*
* @return \Metadata\MetadataFactory
*/
protected function getJmsSerializer_MetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
$this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(($this->privates['jms_serializer.metadata.lazy_loading_driver'] ?? $this->getJmsSerializer_Metadata_LazyLoadingDriverService()), 'Metadata\\ClassHierarchyMetadata', true);
$instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
$instance->setIncludeInterfaces(false);
return $instance;
}
/**
* Gets the private 'jms_serializer.serialization_graph_navigator_factory' shared service.
*
* @return \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory
*/
protected function getJmsSerializer_SerializationGraphNavigatorFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
return $this->privates['jms_serializer.serialization_graph_navigator_factory'] = new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['jms_serializer.handler_registry'] ?? $this->getJmsSerializer_HandlerRegistryService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? $this->getJmsSerializer_AccessorStrategy_DefaultService()), ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
}
/**
* Gets the private 'jms_serializer.serialized_name_annotation_strategy' shared service.
*
* @return \JMS\Serializer\Naming\SerializedNameAnnotationStrategy
*/
protected function getJmsSerializer_SerializedNameAnnotationStrategyService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
return $this->privates['jms_serializer.serialized_name_annotation_strategy'] = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(($this->privates['jms_serializer.camel_case_naming_strategy'] ?? ($this->privates['jms_serializer.camel_case_naming_strategy'] = new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_', true))));
}
/**
* Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
*
* @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
*/
protected function getJmsSerializer_StopwatchSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'jms_serializer.twig_extension.serializer' shared service.
*
* @return \JMS\Serializer\Twig\SerializerRuntimeExtension
*/
protected function getJmsSerializer_TwigExtension_SerializerService()
{
return $this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension();
}
/**
* Gets the private 'jms_serializer.type_parser' shared service.
*
* @return \JMS\Serializer\Type\Parser
*/
protected function getJmsSerializer_TypeParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
return $this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser();
}
/**
* Gets the private 'jms_serializer.unserialize_object_constructor' shared service.
*
* @return \JMS\Serializer\Construction\UnserializeObjectConstructor
*/
protected function getJmsSerializer_UnserializeObjectConstructorService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
return $this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor();
}
/**
* Gets the private 'jms_serializer.xml_deserialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory
*/
protected function getJmsSerializer_XmlDeserializationVisitorService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
return $this->privates['jms_serializer.xml_deserialization_visitor'] = new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory();
}
/**
* Gets the private 'jms_serializer.xml_serialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory
*/
protected function getJmsSerializer_XmlSerializationVisitorService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
$this->privates['jms_serializer.xml_serialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
$instance->setFormatOutput(true);
return $instance;
}
/**
* Gets the private 'json_log_configurator' shared autowired service.
*
* @return \App\Utilities\Logs\CloudWatchJsonConfigurator
*/
protected function getJsonLogConfiguratorService()
{
return $this->privates['json_log_configurator'] = new \App\Utilities\Logs\CloudWatchJsonConfigurator();
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
}
/**
* Gets the private 'mailer.data_collector' shared service.
*
* @return \Symfony\Component\Mailer\DataCollector\MessageDataCollector
*/
protected function getMailer_DataCollectorService()
{
return $this->privates['mailer.data_collector'] = new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
}
/**
* Gets the private 'mailer.envelope_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\EnvelopeListener
*/
protected function getMailer_EnvelopeListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/EnvelopeListener.php';
return $this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL);
}
/**
* Gets the private 'mailer.mailer' shared service.
*
* @return \Symfony\Component\Mailer\Mailer
*/
protected function getMailer_MailerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
$a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a, NULL, $b);
}
/**
* Gets the private 'mailer.message_logger_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageLoggerListener
*/
protected function getMailer_MessageLoggerListenerService()
{
return $this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener();
}
/**
* Gets the private 'mailer.transport_factory' shared service.
*
* @return \Symfony\Component\Mailer\Transport
*/
protected function getMailer_TransportFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
return $this->privates['mailer.transport_factory'] = new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['mailer.transport_factory.mailchimp'] ?? $this->getMailer_TransportFactory_MailchimpService());
yield 1 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
yield 2 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
yield 3 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
yield 4 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
}, 5));
}
/**
* Gets the private 'mailer.transport_factory.mailchimp' shared service.
*
* @return \Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory
*/
protected function getMailer_TransportFactory_MailchimpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailchimp-mailer/Transport/MandrillTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.mailchimp'])) {
return $this->privates['mailer.transport_factory.mailchimp'];
}
return $this->privates['mailer.transport_factory.mailchimp'] = new \Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.native' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
*/
protected function getMailer_TransportFactory_NativeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.native'])) {
return $this->privates['mailer.transport_factory.native'];
}
return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.null' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NullTransportFactory
*/
protected function getMailer_TransportFactory_NullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.null'])) {
return $this->privates['mailer.transport_factory.null'];
}
return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.sendmail' shared service.
*
* @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
*/
protected function getMailer_TransportFactory_SendmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.sendmail'])) {
return $this->privates['mailer.transport_factory.sendmail'];
}
return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.smtp' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
*/
protected function getMailer_TransportFactory_SmtpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.smtp'])) {
return $this->privates['mailer.transport_factory.smtp'];
}
return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transports' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Transports
*/
protected function getMailer_TransportsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
$a = ($this->privates['mailer.transport_factory'] ?? $this->getMailer_TransportFactoryService());
if (isset($this->privates['mailer.transports'])) {
return $this->privates['mailer.transports'];
}
return $this->privates['mailer.transports'] = $a->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_authenticator'] ?? $this->getMaker_Maker_MakeAuthenticatorService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:auth');
$instance->setDescription('Creates a Guard authenticator of different flavors');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
$this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_command'] ?? ($this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:command');
$instance->setDescription('Creates a new console command class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_controller'] ?? $this->getMaker_Maker_MakeControllerService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:controller');
$instance->setDescription('Creates a new controller class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_crud'] ?? $this->getMaker_Maker_MakeCrudService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:crud');
$instance->setDescription('Creates CRUD for Doctrine entity class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_docker_database'] ?? $this->getMaker_Maker_MakeDockerDatabaseService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:docker:database');
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_entity'] ?? $this->getMaker_Maker_MakeEntityService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:entity');
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
$this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_fixtures'] ?? ($this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:fixtures');
$instance->setDescription('Creates a new class to load Doctrine fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_form'] ?? $this->getMaker_Maker_MakeFormService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:form');
$instance->setDescription('Creates a new form class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_message'] ?? $this->getMaker_Maker_MakeMessageService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:message');
$instance->setDescription('Creates a new message and handler');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
$this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_messenger_middleware'] ?? ($this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:messenger-middleware');
$instance->setDescription('Creates a new messenger middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
$this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_migration'] ?? ($this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4)))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:migration');
$instance->setDescription('Creates a new migration based on database changes');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_registration_form'] ?? $this->getMaker_Maker_MakeRegistrationFormService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:registration-form');
$instance->setDescription('Creates a new registration form system');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_reset_password'] ?? $this->getMaker_Maker_MakeResetPasswordService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:reset-password');
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
$this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_serializer_encoder'] ?? ($this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:serializer:encoder');
$instance->setDescription('Creates a new serializer encoder class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
$this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_serializer_normalizer'] ?? ($this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:serializer:normalizer');
$instance->setDescription('Creates a new serializer normalizer class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_subscriber'] ?? $this->getMaker_Maker_MakeSubscriberService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:subscriber');
$instance->setDescription('Creates a new event subscriber class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
$this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_test'] ?? ($this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
$instance->setDescription('Creates a new test class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
$this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_twig_extension'] ?? ($this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
$this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_user'] ?? $this->getMaker_Maker_MakeUserService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:user');
$instance->setDescription('Creates a new security user class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
$this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_validator'] ?? ($this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:validator');
$instance->setDescription('Creates a new validator and constraint class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
$this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_voter'] ?? ($this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.autoloader_finder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder
*/
protected function getMaker_AutoloaderFinderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
return $this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App');
}
/**
* Gets the private 'maker.autoloader_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil
*/
protected function getMaker_AutoloaderUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
return $this->privates['maker.autoloader_util'] = new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(($this->privates['maker.autoloader_finder'] ?? ($this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App'))));
}
/**
* Gets the private 'maker.console_error_listener' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber
*/
protected function getMaker_ConsoleErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Event/ConsoleErrorSubscriber.php';
return $this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber();
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), false, ['default' => [0 => [0 => 'App\\Entity', 1 => ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]], 'api' => [0 => [0 => 'Api\\Entity', 1 => ($this->privates['doctrine.orm.api_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ApiAnnotationMetadataDriverService())]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
$this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
$instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
return $instance;
}
/**
* Gets the private 'maker.event_registry' shared service.
*
* @return \Symfony\Bundle\MakerBundle\EventRegistry
*/
protected function getMaker_EventRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
return $this->privates['maker.event_registry'] = new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'maker.file_link_formatter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
*/
protected function getMaker_FileLinkFormatterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['maker.autoloader_util'] ?? $this->getMaker_AutoloaderUtilService()), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->privates['maker.template_component_generator'] ?? $this->getMaker_TemplateComponentGeneratorService()));
}
/**
* Gets the private 'maker.maker.make_authenticator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator
*/
protected function getMaker_Maker_MakeAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
return $this->privates['maker.maker.make_authenticator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? $this->getMaker_SecurityControllerBuilderService()));
}
/**
* Gets the private 'maker.maker.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeCommand
*/
protected function getMaker_Maker_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
return $this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand();
}
/**
* Gets the private 'maker.maker.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeController
*/
protected function getMaker_Maker_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
return $this->privates['maker.maker.make_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.maker.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeCrud
*/
protected function getMaker_Maker_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
return $this->privates['maker.maker.make_crud'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()));
}
/**
* Gets the private 'maker.maker.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase
*/
protected function getMaker_Maker_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
return $this->privates['maker.maker.make_docker_database'] = new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.maker.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeEntity
*/
protected function getMaker_Maker_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
return $this->privates['maker.maker.make_entity'] = new \Symfony\Bundle\MakerBundle\Maker\MakeEntity(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__, 4), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()));
}
/**
* Gets the private 'maker.maker.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeFixtures
*/
protected function getMaker_Maker_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
return $this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures();
}
/**
* Gets the private 'maker.maker.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeForm
*/
protected function getMaker_Maker_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
return $this->privates['maker.maker.make_form'] = new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()));
}
/**
* Gets the private 'maker.maker.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeMessage
*/
protected function getMaker_Maker_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
return $this->privates['maker.maker.make_message'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessage(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.maker.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware
*/
protected function getMaker_Maker_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
return $this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware();
}
/**
* Gets the private 'maker.maker.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeMigration
*/
protected function getMaker_Maker_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
return $this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4));
}
/**
* Gets the private 'maker.maker.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm
*/
protected function getMaker_Maker_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
return $this->privates['maker.maker.make_registration_form'] = new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
}
/**
* Gets the private 'maker.maker.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword
*/
protected function getMaker_Maker_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
return $this->privates['maker.maker.make_reset_password'] = new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()));
}
/**
* Gets the private 'maker.maker.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder
*/
protected function getMaker_Maker_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
return $this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder();
}
/**
* Gets the private 'maker.maker.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer
*/
protected function getMaker_Maker_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
return $this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer();
}
/**
* Gets the private 'maker.maker.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber
*/
protected function getMaker_Maker_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
return $this->privates['maker.maker.make_subscriber'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(($this->privates['maker.event_registry'] ?? $this->getMaker_EventRegistryService()));
}
/**
* Gets the private 'maker.maker.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeTest
*/
protected function getMaker_Maker_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
return $this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest();
}
/**
* Gets the private 'maker.maker.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension
*/
protected function getMaker_Maker_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
return $this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension();
}
/**
* Gets the private 'maker.maker.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeUser
*/
protected function getMaker_Maker_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
return $this->privates['maker.maker.make_user'] = new \Symfony\Bundle\MakerBundle\Maker\MakeUser(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.user_class_builder'] ?? ($this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder())), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
}
/**
* Gets the private 'maker.maker.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeValidator
*/
protected function getMaker_Maker_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
return $this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator();
}
/**
* Gets the private 'maker.maker.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeVoter
*/
protected function getMaker_Maker_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
return $this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter();
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'maker.security_config_updater' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater
*/
protected function getMaker_SecurityConfigUpdaterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
return $this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater();
}
/**
* Gets the private 'maker.security_controller_builder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder
*/
protected function getMaker_SecurityControllerBuilderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
return $this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
}
/**
* Gets the private 'maker.template_component_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator
*/
protected function getMaker_TemplateComponentGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
return $this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
}
/**
* Gets the private 'maker.user_class_builder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Security\UserClassBuilder
*/
protected function getMaker_UserClassBuilderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
return $this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder();
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.command.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
*/
protected function getMonolog_Command_ServerLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
$this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
$instance->setName('server:log');
$instance->setDescription('Start a log server that displays logs in real time');
return $instance;
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_MainService()
{
return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler(($this->privates['cloudwatch_handler'] ?? $this->getCloudwatchHandlerService()), new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(300), 0, true, true, NULL);
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ConsoleService()
{
$this->privates['monolog.logger.console'] = $instance = new \Symfony\Bridge\Monolog\Logger('console');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.debug' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DebugService()
{
$this->privates['monolog.logger.debug'] = $instance = new \Symfony\Bridge\Monolog\Logger('debug');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.doctrine' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DoctrineService()
{
$this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.event' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_EventService()
{
$this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.http_client' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_HttpClientService()
{
$this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.mailer' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MailerService()
{
$this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.php' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_PhpService()
{
$this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.profiler' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ProfilerService()
{
$this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.router' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RouterService()
{
$this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler.storage' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
*/
protected function getProfiler_StorageService()
{
return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, ($this->privates['cache.property_access'] ?? ($this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false))), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 3 => ($this->privates['doctrine.orm.api_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ApiEntityManager_PropertyInfoExtractorService());
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['doctrine.orm.api_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ApiEntityManager_PropertyInfoExtractorService());
yield 2 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 3 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 4 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['doctrine.orm.api_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ApiEntityManager_PropertyInfoExtractorService());
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'property_info.php_doc_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor
*/
protected function getPropertyInfo_PhpDocExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/PhpDocExtractor.php';
return $this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor();
}
/**
* Gets the private 'property_info.phpstan_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor
*/
protected function getPropertyInfo_PhpstanExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/PhpStanExtractor.php';
return $this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor();
}
/**
* Gets the private 'property_info.reflection_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor
*/
protected function getPropertyInfo_ReflectionExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
return $this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor();
}
/**
* Gets the private 'property_info.serializer_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
*/
protected function getPropertyInfo_SerializerExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
*/
protected function getResponseListenerService()
{
return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false);
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', $this->getEnv('SITE_BASE_HOST'), $this->getEnv('SITE_BASE_SCHEME'), 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'routing.loader.annotation' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader
*/
protected function getRouting_Loader_AnnotationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
return $this->privates['routing.loader.annotation'] = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'test');
}
/**
* Gets the private 'routing.loader.annotation.directory' shared service.
*
* @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
*/
protected function getRouting_Loader_Annotation_DirectoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
return $this->privates['routing.loader.annotation.directory'] = new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
}
/**
* Gets the private 'routing.loader.annotation.file' shared service.
*
* @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
*/
protected function getRouting_Loader_Annotation_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
return $this->privates['routing.loader.annotation.file'] = new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
}
/**
* Gets the private 'routing.loader.container' shared service.
*
* @return \Symfony\Component\Routing\Loader\ContainerLoader
*/
protected function getRouting_Loader_ContainerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
return $this->privates['routing.loader.container'] = new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'App\\Kernel',
]), 'test');
}
/**
* Gets the private 'routing.loader.directory' shared service.
*
* @return \Symfony\Component\Routing\Loader\DirectoryLoader
*/
protected function getRouting_Loader_DirectoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
return $this->privates['routing.loader.directory'] = new \Symfony\Component\Routing\Loader\DirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'test');
}
/**
* Gets the private 'routing.loader.glob' shared service.
*
* @return \Symfony\Component\Routing\Loader\GlobFileLoader
*/
protected function getRouting_Loader_GlobService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
return $this->privates['routing.loader.glob'] = new \Symfony\Component\Routing\Loader\GlobFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'test');
}
/**
* Gets the private 'routing.loader.php' shared service.
*
* @return \Symfony\Component\Routing\Loader\PhpFileLoader
*/
protected function getRouting_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
return $this->privates['routing.loader.php'] = new \Symfony\Component\Routing\Loader\PhpFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'test');
}
/**
* Gets the private 'routing.loader.xml' shared service.
*
* @return \Symfony\Component\Routing\Loader\XmlFileLoader
*/
protected function getRouting_Loader_XmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
return $this->privates['routing.loader.xml'] = new \Symfony\Component\Routing\Loader\XmlFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'test');
}
/**
* Gets the private 'routing.loader.yml' shared service.
*
* @return \Symfony\Component\Routing\Loader\YamlFileLoader
*/
protected function getRouting_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
return $this->privates['routing.loader.yml'] = new \Symfony\Component\Routing\Loader\YamlFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'test');
}
/**
* Gets the private 'routing.resolver' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderResolver
*/
protected function getRouting_ResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
$this->privates['routing.resolver'] = $instance = new \Symfony\Component\Config\Loader\LoaderResolver();
$instance->addLoader(($this->privates['routing.loader.xml'] ?? $this->getRouting_Loader_XmlService()));
$instance->addLoader(($this->privates['routing.loader.yml'] ?? $this->getRouting_Loader_YmlService()));
$instance->addLoader(($this->privates['routing.loader.php'] ?? $this->getRouting_Loader_PhpService()));
$instance->addLoader(($this->privates['routing.loader.glob'] ?? $this->getRouting_Loader_GlobService()));
$instance->addLoader(($this->privates['routing.loader.directory'] ?? $this->getRouting_Loader_DirectoryService()));
$instance->addLoader(($this->privates['routing.loader.container'] ?? $this->getRouting_Loader_ContainerService()));
$instance->addLoader(($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
$instance->addLoader(($this->privates['routing.loader.annotation.directory'] ?? $this->getRouting_Loader_Annotation_DirectoryService()));
$instance->addLoader(($this->privates['routing.loader.annotation.file'] ?? $this->getRouting_Loader_Annotation_FileService()));
return $instance;
}
/**
* Gets the private 'secrets.decryption_key' shared service.
*
* @return \Symfony\Component\String\LazyString
*/
protected function getSecrets_DecryptionKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
return $this->privates['secrets.decryption_key'] = \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET');
}
/**
* Gets the private 'secrets.local_vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
*/
protected function getSecrets_LocalVaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
return $this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.test.local'));
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), ($this->privates['secrets.decryption_key'] ?? $this->getSecrets_DecryptionKeyService()));
}
/**
* Gets the private 'security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
*/
protected function getSecurity_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
return $this->privates['security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())));
}
/**
* Gets the private 'security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter
*/
protected function getSecurity_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['security.access.expression_voter'])) {
return $this->privates['security.access.expression_voter'];
}
return $this->privates['security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))));
}
/**
* Gets the private 'security.access.simple_role_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter
*/
protected function getSecurity_Access_SimpleRoleVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
return $this->privates['security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter();
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.guard_handler' shared service.
*
* @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_GuardHandlerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.guard_handler'])) {
return $this->privates['security.authentication.guard_handler'];
}
$this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
$instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
return $this->privates['security.authentication.listener.anonymous.main'];
}
return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
}
/**
* Gets the private 'security.authentication.listener.basic.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.basic.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Basic_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.basic.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.basic.main'])) {
return $this->privates['security.authentication.listener.basic.main'];
}
$this->privates['security.authentication.listener.basic.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, 'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
$instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.guard.main' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Guard_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
if (isset($this->privates['security.authentication.listener.guard.main'])) {
return $this->privates['security.authentication.listener.guard.main'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.guard.main'])) {
return $this->privates['security.authentication.listener.guard.main'];
}
return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'main', new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
}, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_ManagerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
}, 3), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.authentication.provider.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.dao.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Dao_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
}
/**
* Gets the private 'security.authentication.provider.guard.main' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Guard_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
}, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
}
/**
* Gets the private 'security.authentication.session_strategy' shared service.
*
* @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
*/
protected function getSecurity_Authentication_SessionStrategyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.authentication.trust_resolver' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
*/
protected function getSecurity_Authentication_TrustResolverService()
{
return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
}
/**
* Gets the private 'security.authentication_utils' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
*/
protected function getSecurity_AuthenticationUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the private 'security.command.debug_firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
*/
protected function getSecurity_Command_DebugFirewallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
$this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
$instance->setName('debug:firewall');
$instance->setDescription('Display information about your security firewall(s)');
return $instance;
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*
* @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'App\\Entity\\User']);
$instance->setName('security:encode-password');
$instance->setDescription('Encode a password');
return $instance;
}
/**
* Gets the private 'security.command.user_password_hash' shared service.
*
* @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
*/
protected function getSecurity_Command_UserPasswordHashService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
$this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'App\\Entity\\User']);
$instance->setName('security:hash-password');
$instance->setDescription('Hash a user password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.csrf.token_generator' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
*/
protected function getSecurity_Csrf_TokenGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
protected function getSecurity_EncoderFactory_GenericService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
}
/**
* Gets the private 'security.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.exception_listener.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
*/
protected function getSecurity_ExceptionListener_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
return $this->privates['security.exception_listener.main'] = new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULL, ($this->privates['App\\Security\\AccessDeniedHandler'] ?? $this->getAccessDeniedHandlerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false);
}
/**
* Gets the private 'security.expression_language' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
*/
protected function getSecurity_ExpressionLanguageService()
{
return $this->privates['security.expression_language'] = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.main' => NULL;
}, 2));
}
/**
* Gets the private 'security.firewall.map.config.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
*/
protected function getSecurity_Firewall_Map_Config_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.config.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL);
}
/**
* Gets the private 'security.firewall.map.config.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
*/
protected function getSecurity_Firewall_Map_Config_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.config.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', 'App\\Security\\AccessDeniedHandler', NULL, [0 => 'guard', 1 => 'http_basic', 2 => 'anonymous'], NULL);
}
/**
* Gets the private 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, ($this->privates['security.firewall.map.config.dev'] ?? $this->getSecurity_Firewall_Map_Config_DevService()));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
yield 3 => ($this->privates['security.authentication.listener.basic.main'] ?? $this->getSecurity_Authentication_Listener_Basic_MainService());
yield 4 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 6), ($this->privates['security.exception_listener.main'] ?? $this->getSecurity_ExceptionListener_MainService()), ($this->privates['security.logout_listener.main'] ?? $this->getSecurity_LogoutListener_MainService()), ($this->privates['security.firewall.map.config.main'] ?? $this->getSecurity_Firewall_Map_Config_MainService()), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
}
/**
* Gets the private 'security.impersonate_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
*/
protected function getSecurity_ImpersonateUrlGeneratorService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['security.impersonate_url_generator'])) {
return $this->privates['security.impersonate_url_generator'];
}
return $this->privates['security.impersonate_url_generator'] = new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.logout.listener.default.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login');
}
/**
* Gets the private 'security.logout.listener.session.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\SessionLogoutListener
*/
protected function getSecurity_Logout_Listener_Session_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionLogoutListener.php';
return $this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener();
}
/**
* Gets the private 'security.logout_listener.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\LogoutListener
*/
protected function getSecurity_LogoutListener_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
return $this->privates['security.logout_listener.main'] = new \Symfony\Component\Security\Http\Firewall\LogoutListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']);
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
}
/**
* Gets the private 'security.rememberme.response_listener' shared service.
*
* @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
*/
protected function getSecurity_Rememberme_ResponseListenerService()
{
return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]);
}
/**
* Gets the private 'security.untracked_token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
*/
protected function getSecurity_UntrackedTokenStorageService()
{
return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
}
/**
* Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User', 'email', NULL);
}
/**
* Gets the private 'security.user_checker' shared service.
*
* @return \Symfony\Component\Security\Core\User\InMemoryUserChecker
*/
protected function getSecurity_UserCheckerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker();
}
/**
* Gets the private 'security.user_password_hasher' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
*/
protected function getSecurity_UserPasswordHasherService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'sensio_framework_extra.cache.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
*/
protected function getSensioFrameworkExtra_Cache_ListenerService()
{
return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
*/
protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
{
return $this->privates['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] ?? ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())));
}
/**
* Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
*
* @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
*/
protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
{
return $this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(($this->privates['sensio_framework_extra.converter.manager'] ?? $this->getSensioFrameworkExtra_Converter_ManagerService()), true);
}
/**
* Gets the private 'sensio_framework_extra.converter.manager' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
*/
protected function getSensioFrameworkExtra_Converter_ManagerService()
{
$this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0, 'doctrine.orm');
$instance->add(($this->privates['framework_extra_bundle.date_time_param_converter'] ?? ($this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter())), 0, 'datetime');
return $instance;
}
/**
* Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
*/
protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
{
return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->privates['sensio_framework_extra.security.expression_language.default'] ?? ($this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.guesser' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
*/
protected function getSensioFrameworkExtra_View_GuesserService()
{
return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(($this->privates['sensio_framework_extra.view.guesser'] ?? ($this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.denormalizer.array' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer
*/
protected function getSerializer_Denormalizer_ArrayService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
return $this->privates['serializer.denormalizer.array'] = new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer();
}
/**
* Gets the private 'serializer.denormalizer.unwrapping' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer
*/
protected function getSerializer_Denormalizer_UnwrappingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
return $this->privates['serializer.denormalizer.unwrapping'] = new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'serializer.encoder.csv' shared service.
*
* @return \Symfony\Component\Serializer\Encoder\CsvEncoder
*/
protected function getSerializer_Encoder_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
return $this->privates['serializer.encoder.csv'] = new \Symfony\Component\Serializer\Encoder\CsvEncoder();
}
/**
* Gets the private 'serializer.encoder.json' shared service.
*
* @return \Symfony\Component\Serializer\Encoder\JsonEncoder
*/
protected function getSerializer_Encoder_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
return $this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
}
/**
* Gets the private 'serializer.encoder.xml' shared service.
*
* @return \Symfony\Component\Serializer\Encoder\XmlEncoder
*/
protected function getSerializer_Encoder_XmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
return $this->privates['serializer.encoder.xml'] = new \Symfony\Component\Serializer\Encoder\XmlEncoder();
}
/**
* Gets the private 'serializer.encoder.yaml' shared service.
*
* @return \Symfony\Component\Serializer\Encoder\YamlEncoder
*/
protected function getSerializer_Encoder_YamlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
return $this->privates['serializer.encoder.yaml'] = new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL);
}
/**
* Gets the private 'serializer.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getSerializer_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
}
/**
* Gets the private 'serializer.mapping.chain_loader' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Loader\LoaderChain
*/
protected function getSerializer_Mapping_ChainLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.chain_loader'] = new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]);
}
/**
* Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
*/
protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
return $this->privates['serializer.mapping.class_discriminator_resolver'] = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(($this->privates['serializer.mapping.chain_loader'] ?? $this->getSerializer_Mapping_ChainLoaderService()));
}
/**
* Gets the private 'serializer.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'serializer.normalizer.backed_enum' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer
*/
protected function getSerializer_Normalizer_BackedEnumService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
return $this->privates['serializer.normalizer.backed_enum'] = new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer();
}
/**
* Gets the private 'serializer.normalizer.constraint_violation_list' shared autowired service.
*
* @return \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer
*/
protected function getSerializer_Normalizer_ConstraintViolationListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
return $this->privates['serializer.normalizer.constraint_violation_list'] = new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'serializer.normalizer.data_uri' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\DataUriNormalizer
*/
protected function getSerializer_Normalizer_DataUriService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
return $this->privates['serializer.normalizer.data_uri'] = new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService()));
}
/**
* Gets the private 'serializer.normalizer.dateinterval' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer
*/
protected function getSerializer_Normalizer_DateintervalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
return $this->privates['serializer.normalizer.dateinterval'] = new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer();
}
/**
* Gets the private 'serializer.normalizer.datetime' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer
*/
protected function getSerializer_Normalizer_DatetimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
return $this->privates['serializer.normalizer.datetime'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer();
}
/**
* Gets the private 'serializer.normalizer.datetimezone' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer
*/
protected function getSerializer_Normalizer_DatetimezoneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
return $this->privates['serializer.normalizer.datetimezone'] = new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer();
}
/**
* Gets the private 'serializer.normalizer.form_error' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer
*/
protected function getSerializer_Normalizer_FormErrorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
return $this->privates['serializer.normalizer.form_error'] = new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer();
}
/**
* Gets the private 'serializer.normalizer.json_serializable' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer
*/
protected function getSerializer_Normalizer_JsonSerializableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
return $this->privates['serializer.normalizer.json_serializable'] = new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL);
}
/**
* Gets the private 'serializer.normalizer.mime_message' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer
*/
protected function getSerializer_Normalizer_MimeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
return $this->privates['serializer.normalizer.mime_message'] = new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(($this->privates['serializer.normalizer.property'] ?? $this->getSerializer_Normalizer_PropertyService()));
}
/**
* Gets the private 'serializer.normalizer.object' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
*/
protected function getSerializer_Normalizer_ObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL);
}
/**
* Gets the private 'serializer.normalizer.problem' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\ProblemNormalizer
*/
protected function getSerializer_Normalizer_ProblemService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
return $this->privates['serializer.normalizer.problem'] = new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true);
}
/**
* Gets the private 'serializer.normalizer.property' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\PropertyNormalizer
*/
protected function getSerializer_Normalizer_PropertyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
return $this->privates['serializer.normalizer.property'] = new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL);
}
/**
* Gets the private 'serializer.normalizer.uid' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\UidNormalizer
*/
protected function getSerializer_Normalizer_UidService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
return $this->privates['serializer.normalizer.uid'] = new \Symfony\Component\Serializer\Normalizer\UidNormalizer();
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
$a = ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['session.storage.factory.service'] ?? $this->getSession_Storage_Factory_ServiceService()), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session.handler.native_file' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler
*/
protected function getSession_Handler_NativeFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
return $this->privates['session.handler.native_file'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__, 3).'/sessions/test')));
}
/**
* Gets the private 'session.storage.factory.service' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
*/
protected function getSession_Storage_Factory_ServiceService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
return $this->privates['session.storage.factory.service'] = new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
}
/**
* Gets the private 'session.storage.metadata_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
*/
protected function getSession_Storage_MetadataBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
return $this->privates['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
*/
protected function getSession_Storage_NativeService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], ($this->privates['session.handler.native_file'] ?? $this->getSession_Handler_NativeFileService()), ($this->privates['session.storage.metadata_bag'] ?? $this->getSession_Storage_MetadataBagService()));
}
/**
* Gets the private 'slugger' shared service.
*
* @return \Symfony\Component\String\Slugger\AsciiSlugger
*/
protected function getSluggerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en');
}
/**
* Gets the private 'streamed_response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
*/
protected function getStreamedResponseListenerService()
{
return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
}
/**
* Gets the private 'test.client.cookiejar' service.
*
* @return \Symfony\Component\BrowserKit\CookieJar
*/
protected function getTest_Client_CookiejarService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/browser-kit/CookieJar.php';
$this->factories['service_container']['test.client.cookiejar'] = function () {
return new \Symfony\Component\BrowserKit\CookieJar();
};
return $this->factories['service_container']['test.client.cookiejar']();
}
/**
* Gets the private 'test.client.history' service.
*
* @return \Symfony\Component\BrowserKit\History
*/
protected function getTest_Client_HistoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/browser-kit/History.php';
$this->factories['service_container']['test.client.history'] = function () {
return new \Symfony\Component\BrowserKit\History();
};
return $this->factories['service_container']['test.client.history']();
}
/**
* Gets the private 'test.session.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getTest_Session_ListenerService()
{
return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
], [
'session' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'translation.dumper.csv' shared service.
*
* @return \Symfony\Component\Translation\Dumper\CsvFileDumper
*/
protected function getTranslation_Dumper_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
return $this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper();
}
/**
* Gets the private 'translation.dumper.ini' shared service.
*
* @return \Symfony\Component\Translation\Dumper\IniFileDumper
*/
protected function getTranslation_Dumper_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
return $this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper();
}
/**
* Gets the private 'translation.dumper.json' shared service.
*
* @return \Symfony\Component\Translation\Dumper\JsonFileDumper
*/
protected function getTranslation_Dumper_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
return $this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper();
}
/**
* Gets the private 'translation.dumper.mo' shared service.
*
* @return \Symfony\Component\Translation\Dumper\MoFileDumper
*/
protected function getTranslation_Dumper_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
return $this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper();
}
/**
* Gets the private 'translation.dumper.php' shared service.
*
* @return \Symfony\Component\Translation\Dumper\PhpFileDumper
*/
protected function getTranslation_Dumper_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
return $this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper();
}
/**
* Gets the private 'translation.dumper.po' shared service.
*
* @return \Symfony\Component\Translation\Dumper\PoFileDumper
*/
protected function getTranslation_Dumper_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
return $this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper();
}
/**
* Gets the private 'translation.dumper.qt' shared service.
*
* @return \Symfony\Component\Translation\Dumper\QtFileDumper
*/
protected function getTranslation_Dumper_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
return $this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper();
}
/**
* Gets the private 'translation.dumper.res' shared service.
*
* @return \Symfony\Component\Translation\Dumper\IcuResFileDumper
*/
protected function getTranslation_Dumper_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
return $this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper();
}
/**
* Gets the private 'translation.dumper.xliff' shared service.
*
* @return \Symfony\Component\Translation\Dumper\XliffFileDumper
*/
protected function getTranslation_Dumper_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
return $this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper();
}
/**
* Gets the private 'translation.dumper.yaml' shared service.
*
* @return \Symfony\Component\Translation\Dumper\YamlFileDumper
*/
protected function getTranslation_Dumper_YamlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
return $this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml');
}
/**
* Gets the private 'translation.dumper.yml' shared service.
*
* @return \Symfony\Component\Translation\Dumper\YamlFileDumper
*/
protected function getTranslation_Dumper_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
return $this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper();
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', ($this->privates['translation.extractor.php'] ?? ($this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor())));
$instance->addExtractor('twig', ($this->privates['twig.translation.extractor'] ?? $this->getTwig_Translation_ExtractorService()));
return $instance;
}
/**
* Gets the private 'translation.extractor.php' shared service.
*
* @return \Symfony\Component\Translation\Extractor\PhpExtractor
*/
protected function getTranslation_Extractor_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
return $this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor();
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.provider_collection' shared service.
*
* @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
*/
protected function getTranslation_ProviderCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
return $this->privates['translation.provider_collection'] = ($this->privates['translation.provider_collection_factory'] ?? $this->getTranslation_ProviderCollectionFactoryService())->fromConfig([]);
}
/**
* Gets the private 'translation.provider_collection_factory' shared service.
*
* @return \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory
*/
protected function getTranslation_ProviderCollectionFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
return $this->privates['translation.provider_collection_factory'] = new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['translation.provider_factory.null'] ?? ($this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory()));
}, 1), []);
}
/**
* Gets the private 'translation.provider_factory.null' shared service.
*
* @return \Symfony\Component\Translation\Provider\NullProviderFactory
*/
protected function getTranslation_ProviderFactory_NullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/ProviderFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/AbstractProviderFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/NullProviderFactory.php';
return $this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory();
}
/**
* Gets the private 'translation.reader' shared service.
*
* @return \Symfony\Component\Translation\Reader\TranslationReader
*/
protected function getTranslation_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the private 'translation.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
*/
protected function getTranslation_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]))->withContext('translation.warmer', $this));
}
/**
* Gets the private 'translation.writer' shared service.
*
* @return \Symfony\Component\Translation\Writer\TranslationWriter
*/
protected function getTranslation_WriterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
$this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
$instance->addDumper('php', ($this->privates['translation.dumper.php'] ?? ($this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper())));
$instance->addDumper('xlf', ($this->privates['translation.dumper.xliff'] ?? ($this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper())));
$instance->addDumper('po', ($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())));
$instance->addDumper('mo', ($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())));
$instance->addDumper('yml', ($this->privates['translation.dumper.yml'] ?? ($this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper())));
$instance->addDumper('yaml', ($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))));
$instance->addDumper('ts', ($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())));
$instance->addDumper('csv', ($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())));
$instance->addDumper('ini', ($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())));
$instance->addDumper('json', ($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())));
$instance->addDumper('res', ($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())));
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'translations', 4 => 'vendor/symfony/framework-bundle/translations', 5 => 'vendor/symfony/twig-bundle/translations', 6 => 'vendor/twig/extra-bundle/translations', 7 => 'vendor/sensio/framework-extra-bundle/src/translations', 8 => 'vendor/doctrine/doctrine-bundle/translations', 9 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 10 => 'vendor/symfony/security-bundle/translations', 11 => 'vendor/symfony/web-profiler-bundle/translations', 12 => 'vendor/symfony/monolog-bundle/translations', 13 => 'vendor/symfony/debug-bundle/translations', 14 => 'vendor/symfony/maker-bundle/src/translations', 15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 16 => 'vendor/jms/serializer-bundle/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en']);
return $instance;
}
/**
* Gets the private 'translator.formatter.default' shared service.
*
* @return \Symfony\Component\Translation\Formatter\MessageFormatter
*/
protected function getTranslator_Formatter_DefaultService()
{
return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(($this->privates['identity_translator'] ?? ($this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator())));
}
/**
* Gets the private 'twig.app_variable' shared service.
*
* @return \Symfony\Bridge\Twig\AppVariable
*/
protected function getTwig_AppVariableService()
{
$this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
$instance->setEnvironment('test');
$instance->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
if ($this->has('request_stack')) {
$instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:twig');
$instance->setDescription('Show a list of twig functions, filters, globals and tests');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
$instance->setDescription('Lint a Twig template and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'twig.configurator.environment' shared service.
*
* @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
*/
protected function getTwig_Configurator_EnvironmentService()
{
return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ',');
}
/**
* Gets the private 'twig.error_renderer.html' shared service.
*
* @return \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer
*/
protected function getTwig_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
return $this->privates['twig.error_renderer.html'] = new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
}
/**
* Gets the private 'twig.extension.assets' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\AssetExtension
*/
protected function getTwig_Extension_AssetsService()
{
return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'twig.extension.code' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CodeExtension
*/
protected function getTwig_Extension_CodeService()
{
return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), 'UTF-8');
}
/**
* Gets the private 'twig.extension.debug.stopwatch' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
*/
protected function getTwig_Extension_Debug_StopwatchService()
{
return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
}
/**
* Gets the private 'twig.extension.dump' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\DumpExtension
*/
protected function getTwig_Extension_DumpService()
{
return $this->privates['twig.extension.dump'] = new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
}
/**
* Gets the private 'twig.extension.expression' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
*/
protected function getTwig_Extension_ExpressionService()
{
return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
}
/**
* Gets the private 'twig.extension.form' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\FormExtension
*/
protected function getTwig_Extension_FormService()
{
return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'twig.extension.httpfoundation' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
*/
protected function getTwig_Extension_HttpfoundationService()
{
return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
}
/**
* Gets the private 'twig.extension.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
*/
protected function getTwig_Extension_HttpkernelService()
{
return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
}
/**
* Gets the private 'twig.extension.intl' shared service.
*
* @return \Twig\Extra\Intl\IntlExtension
*/
protected function getTwig_Extension_IntlService()
{
return $this->privates['twig.extension.intl'] = new \Twig\Extra\Intl\IntlExtension();
}
/**
* Gets the private 'twig.extension.logout_url' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
*/
protected function getTwig_Extension_LogoutUrlService()
{
return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'twig.extension.profiler' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
*/
protected function getTwig_Extension_ProfilerService()
{
return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'twig.extension.routing' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\RoutingExtension
*/
protected function getTwig_Extension_RoutingService()
{
return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'twig.extension.security' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SecurityExtension
*/
protected function getTwig_Extension_SecurityService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['twig.extension.security'])) {
return $this->privates['twig.extension.security'];
}
$b = ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService());
if (isset($this->privates['twig.extension.security'])) {
return $this->privates['twig.extension.security'];
}
return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension($a, $b);
}
/**
* Gets the private 'twig.extension.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfExtension
*/
protected function getTwig_Extension_SecurityCsrfService()
{
return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
}
/**
* Gets the private 'twig.extension.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerExtension
*/
protected function getTwig_Extension_SerializerService()
{
return $this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension();
}
/**
* Gets the private 'twig.extension.trans' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\TranslationExtension
*/
protected function getTwig_Extension_TransService()
{
return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'twig.extension.weblink' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
*/
protected function getTwig_Extension_WeblinkService()
{
return $this->privates['twig.extension.weblink'] = new \Symfony\Bridge\Twig\Extension\WebLinkExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'twig.extension.webprofiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
*/
protected function getTwig_Extension_WebprofilerService()
{
$a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$a->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
}
/**
* Gets the private 'twig.extension.yaml' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\YamlExtension
*/
protected function getTwig_Extension_YamlService()
{
return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
}
/**
* Gets the private 'twig.form.engine' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
*/
protected function getTwig_Form_EngineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.form.engine'])) {
return $this->privates['twig.form.engine'];
}
return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
$a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
if (isset($this->privates['twig.form.renderer'])) {
return $this->privates['twig.form.renderer'];
}
return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.loader.native_filesystem' shared service.
*
* @return \Twig\Loader\FilesystemLoader
*/
protected function getTwig_Loader_NativeFilesystemService()
{
$this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'twig.mailer.message_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageListener
*/
protected function getTwig_Mailer_MessageListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
$a = ($this->privates['twig.mime_body_renderer'] ?? $this->getTwig_MimeBodyRendererService());
if (isset($this->privates['twig.mailer.message_listener'])) {
return $this->privates['twig.mailer.message_listener'];
}
return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, $a);
}
/**
* Gets the private 'twig.mime_body_renderer' shared service.
*
* @return \Symfony\Bridge\Twig\Mime\BodyRenderer
*/
protected function getTwig_MimeBodyRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.mime_body_renderer'])) {
return $this->privates['twig.mime_body_renderer'];
}
return $this->privates['twig.mime_body_renderer'] = new \Symfony\Bridge\Twig\Mime\BodyRenderer($a);
}
/**
* Gets the private 'twig.missing_extension_suggestor' shared service.
*
* @return \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor
*/
protected function getTwig_MissingExtensionSuggestorService()
{
return $this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
}
/**
* Gets the private 'twig.profile' shared service.
*
* @return \Twig\Profiler\Profile
*/
protected function getTwig_ProfileService()
{
return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
$a = ($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService());
if (isset($this->privates['twig.runtime.httpkernel'])) {
return $this->privates['twig.runtime.httpkernel'];
}
return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime($a, ($this->privates['fragment.uri_generator'] ?? $this->getFragment_UriGeneratorService()));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.runtime.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
*/
protected function getTwig_Runtime_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* Gets the private 'twig.runtime_loader' shared service.
*
* @return \Twig\RuntimeLoader\ContainerRuntimeLoader
*/
protected function getTwig_RuntimeLoaderService()
{
return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
]));
}
/**
* Gets the private 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('twig.template_cache_warmer', $this), ($this->privates['twig.template_iterator'] ?? ($this->privates['twig.template_iterator'] = new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')))));
}
/**
* Gets the private 'twig.template_iterator' shared service.
*
* @return \Symfony\Bundle\TwigBundle\TemplateIterator
*/
protected function getTwig_TemplateIteratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_iterator'] = new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates'));
}
/**
* Gets the private 'twig.translation.extractor' shared service.
*
* @return \Symfony\Bridge\Twig\Translation\TwigExtractor
*/
protected function getTwig_Translation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
return $this->privates['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the private 'uri_signer' shared service.
*
* @return \Symfony\Component\HttpKernel\UriSigner
*/
protected function getUriSignerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
}
/**
* Gets the private 'url_helper' shared service.
*
* @return \Symfony\Component\HttpFoundation\UrlHelper
*/
protected function getUrlHelperService()
{
return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'validate_request_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
*/
protected function getValidateRequestListenerService()
{
return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService())]);
$instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
$instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
$instance->addLoader(($this->privates['doctrine.orm.api_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_ApiEntityManager_ValidatorLoaderService()));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(($this->privates['validator.expression_language'] ?? $this->getValidator_ExpressionLanguageService()));
}
/**
* Gets the private 'validator.expression_language' shared service.
*
* @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
*/
protected function getValidator_ExpressionLanguageService()
{
return $this->privates['validator.expression_language'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
}
/**
* Gets the private 'validator.property_info_loader' shared service.
*
* @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
*/
protected function getValidator_PropertyInfoLoaderService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL);
}
/**
* Gets the private 'validator.validator_factory' shared service.
*
* @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
*/
protected function getValidator_ValidatorFactoryService()
{
return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
]));
}
/**
* Gets the private 'var_dumper.command.server_dump' shared service.
*
* @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
*/
protected function getVarDumper_Command_ServerDumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
$this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(($this->privates['var_dumper.dump_server'] ?? $this->getVarDumper_DumpServerService()), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
$instance->setName('server:dump');
$instance->setDescription('Start a dump server that collects and displays dumps in a single place');
return $instance;
}
/**
* Gets the private 'var_dumper.contextualized_cli_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\ContextualizedDumper
*/
protected function getVarDumper_ContextualizedCliDumperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
return $this->privates['var_dumper.contextualized_cli_dumper'] = new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]);
}
/**
* Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
protected function getVarDumper_ContextualizedCliDumper_InnerService()
{
$this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.dump_server' shared service.
*
* @return \Symfony\Component\VarDumper\Server\DumpServer
*/
protected function getVarDumper_DumpServerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
return $this->privates['var_dumper.dump_server'] = new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ($this->privates['monolog.logger.debug'] ?? $this->getMonolog_Logger_DebugService()));
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
}
/**
* Gets the private 'web_link.add_link_header_listener' shared service.
*
* @return \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener
*/
protected function getWebLink_AddLinkHeaderListenerService()
{
return $this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener();
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'router.request_context.scheme' => false,
'router.request_context.host' => false,
'google_recaptcha_site_key' => false,
'app_env' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'router.request_context.scheme': $value = $this->getEnv('SITE_BASE_SCHEME'); break;
case 'router.request_context.host': $value = $this->getEnv('SITE_BASE_HOST'); break;
case 'google_recaptcha_site_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
case 'app_env': $value = $this->getEnv('APP_ENV'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelTestDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'test',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelTestDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'quickbooks' => [
'auth_mode' => 'oauth2',
'ClientID' => 'ABDYHEcAKl8YqVXteYVbzbuyZrWrme9LGDfNQU8UUHiyQ4uvKl',
'ClientSecret' => 'KRb400qRUgeSx27NEnZCGkypfVij9PykiEmK4LoC',
'QBORealmID' => '4620816365149951710',
'baseUrl' => 'Development',
'webhookToken' => '8ab1d612-9076-49c8-aae4-5bdd58d84016',
'INCOME_ACCOUNT_BASE' => '96',
'INCOME_ACCOUNT_HOTELS' => '97',
'INCOME_ACCOUNT_ACTIVITIES' => '98',
'INCOME_ACCOUNT_TRANSFERS' => '100',
'INCOME_ACCOUNT_CAR_RENTAL' => '99',
'INCOME_ACCOUNT_VILLAS' => '101',
'INCOME_ACCOUNT_AGENCY_COMMISSION' => '96',
'INCOME_ACCOUNT_OX_PAYMENT' => '35',
'EXPENSE_ACCOUNT_HOTELS' => '102',
'EXPENSE_ACCOUNT_ACTIVITIES' => '80',
'EXPENSE_ACCOUNT_TRANSFERS' => '104',
'EXPENSE_ACCOUNT_CAR_RENTAL' => '103',
'EXPENSE_ACCOUNT_VILLAS' => '105',
'EXPENSE_ACCOUNT_COMMISSIONS' => '96',
],
'stripe' => [
'test' => [
'key' => 'sk_test_51L1cD8AwyQ7DoRuBOHCP4VPmueuPE9F6iY0tLrNBLIPZW3fCo4CEesojIgzrMksdlfp1ymrvTl5MujDJ6o3U4pDy00tEKCRNBX',
'publicK' => 'pk_test_51L1cD8AwyQ7DoRuBw16asLxk2hIkppGO61SBI6rV69OlFDDfKFOW2QrW47cv8ENqnMmK64alkrpEl4dxyKAOhJt700eUssMFlh',
],
'dev' => [
'key' => 'sk_test_51L1cD8AwyQ7DoRuBOHCP4VPmueuPE9F6iY0tLrNBLIPZW3fCo4CEesojIgzrMksdlfp1ymrvTl5MujDJ6o3U4pDy00tEKCRNBX',
'publicK' => 'pk_test_51L1cD8AwyQ7DoRuBw16asLxk2hIkppGO61SBI6rV69OlFDDfKFOW2QrW47cv8ENqnMmK64alkrpEl4dxyKAOhJt700eUssMFlh',
],
'prod' => [
'key' => 'nope',
'publicK' => 'nope',
],
],
'quote_item_file_directory' => (\dirname(__DIR__, 4).'/public/uploads/quote_item_file_directory'),
'bulk_user_file_folder' => '/uploads/bulk_user_file/',
'bulk_user_file_directory' => (\dirname(__DIR__, 4).'/public/uploads/bulk_user_file'),
'quality_control_file_folder' => '/uploads/quality_control_file/',
'quality_control_file_directory' => (\dirname(__DIR__, 4).'/public/uploads/quality_control_file'),
'ovn_logo_directory' => (\dirname(__DIR__, 4).'/public/img/logo'),
'customer_account_logo_directory' => (\dirname(__DIR__, 4).'/public/uploads/customerAccountLogo'),
'customer_account_logo_website_directory' => (\dirname(__DIR__, 4).'/public/uploads/customerAccountLogo/logoWebsite'),
'collection_banner_directory' => (\dirname(__DIR__, 4).'/public/img/promo/collections'),
'collection_hotel_logo_directory' => (\dirname(__DIR__, 4).'/public/img/promo/hotelLogo'),
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'test.client.parameters' => [
],
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_lifetime' => 259200,
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.save_path' => (\dirname(__DIR__, 3).'/sessions/test'),
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => 'bootstrap_4_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
'api' => 'doctrine.orm.api_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
'api' => 'doctrine.dbal.api_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'security.role_hierarchy.roles' => [
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'main',
],
'security.main._indexed_authenticators' => [
],
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.main' => NULL,
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'maker.compatible_check.doctrine.supports_attributes' => false,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'doctrine_migrations.migrations_collector' => [
0 => 'doctrine_migrations',
1 => '@DoctrineMigrations/Collector/migrations.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\Command\\HotelRemindersCommand',
1 => 'console.command.public_alias.App\\Command\\InvoicingSystemAPICommand',
2 => 'console.command.public_alias.App\\Command\\NotificationDailyPendingPaymentsCommand',
3 => 'console.command.public_alias.App\\Command\\NotificationDailyReportsCommand',
4 => 'console.command.public_alias.App\\Command\\NotificationSystemAPICommand',
5 => 'console.command.public_alias.App\\Command\\NotificationSystemCommand',
6 => 'console.command.public_alias.App\\Command\\UpdateBillsCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}