Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (5)
Time
Message
deprecation
Method "Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface::getConfiguration()" might add "?ConfigurationInterface" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\JMSSerializerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "Kira0269\LogViewerBundle\DependencyInjection\LogViewerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
JMS\SerializerBundle\DependencyInjection\Compiler\ServiceMapPass implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "JMS\SerializerBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "BornFree\TacticianDomainEventBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since lexik/jwt-authentication-bundle 2.5: The "lexik_jwt_authentication.private_key_path" configuration key is deprecated since version 2.5. Use "lexik_jwt_authentication.secret_key" instead.
Since lexik/jwt-authentication-bundle 2.5: The "lexik_jwt_authentication.public_key_path" configuration key is deprecated since version 2.5. Use "lexik_jwt_authentication.public_key" instead.
Since lexik/jwt-authentication-bundle 2.16: The "lexik_jwt_authentication.user_identity_field" configuration key is deprecated since version 2.16, use "lexik_jwt_authentication.user_id_claim" or implement "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" instead.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Gesdinet\JWTRefreshTokenBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since gos/web-socket-bundle 3.11: The child node "client" at path "gos_web_socket" is deprecated and will be removed in GosWebSocketBundle 4.0. Use the new websocket authentication API instead.
Since gos/web-socket-bundle 3.11: The child node "firewall" at path "gos_web_socket.client" is deprecated and will be removed in GosWebSocketBundle 4.0. Set the firewalls on the session authentication provider instead.
Since gos/web-socket-bundle 3.1: The child node "pushers" at path "gos_web_socket" is deprecated and will be removed in GosWebSocketBundle 4.0. Use the symfony/messenger component instead.
Since gos/web-socket-bundle 3.1: The child node "wamp" at path "gos_web_socket.pushers" is deprecated and will be removed in GosWebSocketBundle 4.0. Use the symfony/messenger component instead.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Kira0269\LogViewerBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\EventListener\RegisterPushHandlersListener" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.
Since gos/web-socket-bundle 3.7: The "Gos\Bundle\WebSocketBundle\Server\App\PushableWampServerInterface" interface is deprecated and will be removed in 4.0, use the symfony/messenger component instead.
Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampConnectionFactory" class is deprecated and will be removed in 4.0, use "Gos\Component\WebSocketClient\Wamp\ClientFactory" instead.
Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampConnectionFactoryInterface" interface is deprecated and will be removed in 4.0, use "Gos\Component\WebSocketClient\Wamp\ClientFactoryInterface" instead.
Since symfony/security-bundle 5.3: The "security.encoder_factory" service is deprecated, use "security.password_hasher_factory" instead. It is being referenced by the "whater.use_case.security_command" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\CommonBundle\Subscriber\SitemapWebpagesSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\BlogBundle\Subscriber\SitemapBlogpagesSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ZonesBundle\Subscriber\SitemapTownsPagesSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ZonesBundle\Subscriber\SitemapCountryAreasPagesSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\WhaterBundle\Subscriber\SitemapDistributionNetworksPagesSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "BornFree\TacticianDomainEventBundle\Command\DebugCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\UpdateSinacDistributionNetwoksCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\UpdateSinacDistributionNetwoksV2Command" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\UpdateSinacAnalitycsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\UpdateWhaterPointGoogleGeopositionCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\UpdateWhaterPointNominatimGeopositionCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\LoadOsmWhaterPointsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\UpdateWhaterPointWithNearestDistributionNetworkCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\UpdateTownNominatimGeopositionCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\ProcessWhaterPointsExcelConsoleCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\CleanPendingCartOrderConsoleCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Whater\UI\ConsoleBundle\Command\DebugSendCloudCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\MediaBundle\Subscriber\MediaSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\BlogBundle\Subscriber\ArticleSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\BlogBundle\Subscriber\ArticleCategorySerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\UserBundle\Subscriber\UserSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\UserBundle\Subscriber\OrganizationLicenseSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\UserBundle\Subscriber\OrganizationLicenseFeeSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\UserBundle\Subscriber\OwnershipRequestSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ProductBundle\Subscriber\WalletOperationSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ProductBundle\Subscriber\CartOrderSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ProductBundle\Subscriber\CartOrderItemSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ProductBundle\Subscriber\ProductSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ProductBundle\Subscriber\ProductCategorySerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ProductBundle\Subscriber\ProductAttributeSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ProductBundle\Subscriber\ProductVariationSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ProductBundle\Subscriber\ProductValorationSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ProductBundle\Subscriber\WalletLiquidationRequestSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ProductBundle\Subscriber\WhatercoinCouponSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ZonesBundle\Subscriber\CountrySerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ZonesBundle\Subscriber\CountryAreaSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ZonesBundle\Subscriber\TownSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ZonesBundle\Subscriber\TownLocationSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ZonesBundle\Subscriber\AgrupationSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ZonesBundle\Subscriber\UbicationSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\ZonesBundle\Subscriber\EstablishmentSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\WhaterBundle\Subscriber\DistributionNetworkSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\WhaterBundle\Subscriber\WhaterPointSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\WhaterBundle\Subscriber\AnalyticalSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\WhaterBundle\Subscriber\WhaterOrganizationSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\WhaterBundle\Subscriber\WhaterDeviceSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\WhaterBundle\Subscriber\ImportDataFileSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Whater\Infrastructure\NotificationBundle\Subscriber\NotificationSerializerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" class implements "Symfony\Component\Security\Guard\AuthenticatorInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::createAuthenticatedToken()" might add "GuardTokenInterface" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supportsRememberMe()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" instead.
User 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.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api_private" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
Populated the TokenStorage with an anonymous Token.
security
deprecation
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.
User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead if you want to check if the request is (fully) authenticated.
User Deprecated: Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2
User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" class is deprecated since version 5.2. Use "Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader" instead.
User Deprecated: Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2
User Deprecated: Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2
"SELECT DISTINCT w0_.uuid AS uuid_0, w0_.status AS status_1, w0_.default_locale AS default_locale_2, w0_.header_image_url AS header_image_url_3, w0_.publish_at AS publish_at_4, w0_.show_in_blog AS show_in_blog_5, w0_.show_in_whaterpoints AS show_in_whaterpoints_6, w0_.show_in_distribution_networks AS show_in_distribution_networks_7, w0_.created_at AS created_at_8, w0_.updated_at AS updated_at_9 FROM wt_blog_article w0_ LEFT JOIN wt_blog_article_translation w1_ ON w0_.uuid = w1_.article_uuid WHERE (w0_.status = ?) AND (w0_.publish_at <= ?) ORDER BY w0_.publish_at DESC LIMIT 500"
(parameters:
[1 => "AS_PUBLIC"
2 => "2025-06-01 12:41:41"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT DISTINCT w0_.uuid AS uuid_0, w0_.status AS status_1, w0_.default_locale AS default_locale_2, w0_.header_image_url AS header_image_url_3, w0_.publish_at AS publish_at_4, w0_.show_in_blog AS show_in_blog_5, w0_.show_in_whaterpoints AS show_in_whaterpoints_6, w0_.show_in_distribution_networks AS show_in_distribution_networks_7, w0_.created_at AS created_at_8, w0_.updated_at AS updated_at_9 FROM wt_blog_article w0_ LEFT JOIN wt_blog_article_translation w1_ ON w0_.uuid = w1_.article_uuid WHERE (w0_.status = ?) AND (w0_.publish_at <= ?) ORDER BY w0_.publish_at DESC LIMIT 500"
"params" => [1 => "AS_PUBLIC"
2 => "2025-06-01 12:41:41"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.slug AS slug_2, t0.title AS title_3, t0.locale AS locale_4, t0.content AS content_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.article_uuid AS article_uuid_10 FROM wt_blog_article_translation t0 WHERE t0.article_uuid = ?"
(parameters:
[1 => "0bbf99db-6290-4dce-b700-8ad52ada2b8f"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.slug AS slug_2, t0.title AS title_3, t0.locale AS locale_4, t0.content AS content_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.article_uuid AS article_uuid_10 FROM wt_blog_article_translation t0 WHERE t0.article_uuid = ?"
"params" => [1 => "0bbf99db-6290-4dce-b700-8ad52ada2b8f"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.slug AS slug_2, t0.title AS title_3, t0.locale AS locale_4, t0.content AS content_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.article_uuid AS article_uuid_10 FROM wt_blog_article_translation t0 WHERE t0.article_uuid = ?"
(parameters:
[1 => "f7c7d08d-55cf-46b7-8c62-1501a1a058c3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.slug AS slug_2, t0.title AS title_3, t0.locale AS locale_4, t0.content AS content_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.article_uuid AS article_uuid_10 FROM wt_blog_article_translation t0 WHERE t0.article_uuid = ?"
"params" => [1 => "f7c7d08d-55cf-46b7-8c62-1501a1a058c3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.slug AS slug_2, t0.title AS title_3, t0.locale AS locale_4, t0.content AS content_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.article_uuid AS article_uuid_10 FROM wt_blog_article_translation t0 WHERE t0.article_uuid = ?"
(parameters:
[1 => "05595977-d915-44e4-9a64-52e196c006bb"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.slug AS slug_2, t0.title AS title_3, t0.locale AS locale_4, t0.content AS content_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.article_uuid AS article_uuid_10 FROM wt_blog_article_translation t0 WHERE t0.article_uuid = ?"
"params" => [1 => "05595977-d915-44e4-9a64-52e196c006bb"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.slug AS slug_2, t0.title AS title_3, t0.locale AS locale_4, t0.content AS content_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.article_uuid AS article_uuid_10 FROM wt_blog_article_translation t0 WHERE t0.article_uuid = ?"
(parameters:
[1 => "81b8d230-27cf-49c2-bf2b-5763b378c37b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.slug AS slug_2, t0.title AS title_3, t0.locale AS locale_4, t0.content AS content_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.article_uuid AS article_uuid_10 FROM wt_blog_article_translation t0 WHERE t0.article_uuid = ?"
"params" => [1 => "81b8d230-27cf-49c2-bf2b-5763b378c37b"
]
"types" => [1 => 2]
]
"SELECT w0_.uuid AS uuid_0, w0_.name AS name_1, w0_.slug AS slug_2, w0_.external_ids AS external_ids_3, w0_.geo_name_id AS geo_name_id_4, w0_.population AS population_5, w0_.longitude AS longitude_6, w0_.latitude AS latitude_7, ST_AsBinary(w0_.geometry_polygon) AS geometry_polygon_8, w0_.created_at AS created_at_9, w0_.updated_at AS updated_at_10, w0_.sinac_synchonization_at AS sinac_synchonization_at_11, w0_.country_area_uuid AS country_area_uuid_12, w0_.country_uuid AS country_uuid_13, w0_.whater_organization_uuid AS whater_organization_uuid_14 FROM wt_zone_town w0_ ORDER BY w0_.name ASC LIMIT 500000"
doctrine
[
"sql" => "SELECT w0_.uuid AS uuid_0, w0_.name AS name_1, w0_.slug AS slug_2, w0_.external_ids AS external_ids_3, w0_.geo_name_id AS geo_name_id_4, w0_.population AS population_5, w0_.longitude AS longitude_6, w0_.latitude AS latitude_7, ST_AsBinary(w0_.geometry_polygon) AS geometry_polygon_8, w0_.created_at AS created_at_9, w0_.updated_at AS updated_at_10, w0_.sinac_synchonization_at AS sinac_synchonization_at_11, w0_.country_area_uuid AS country_area_uuid_12, w0_.country_uuid AS country_uuid_13, w0_.whater_organization_uuid AS whater_organization_uuid_14 FROM wt_zone_town w0_ ORDER BY w0_.name ASC LIMIT 500000"
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "10678518-6844-469a-b629-7a0e297a6138"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "10678518-6844-469a-b629-7a0e297a6138"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "5b9c0e38-3441-4a8d-89de-daa0a860ba02"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "5b9c0e38-3441-4a8d-89de-daa0a860ba02"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "00688125-8486-4f44-8bc7-1330d25ee248"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "00688125-8486-4f44-8bc7-1330d25ee248"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "69d0b1e7-3c14-4ed4-9f70-16aebd286dc3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "69d0b1e7-3c14-4ed4-9f70-16aebd286dc3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "e384d5bc-8222-4f64-857d-0977a8eb3038"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "e384d5bc-8222-4f64-857d-0977a8eb3038"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "7e9c4539-de48-411f-9e9a-87c10beca457"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "7e9c4539-de48-411f-9e9a-87c10beca457"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "231150e5-2b48-4171-be5d-e5b8fac434ae"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "231150e5-2b48-4171-be5d-e5b8fac434ae"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "b847c6d2-b945-4a86-b0dc-49e645ae7eb3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "b847c6d2-b945-4a86-b0dc-49e645ae7eb3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "36139e9b-76cf-43ec-a68f-763ceabd3302"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "36139e9b-76cf-43ec-a68f-763ceabd3302"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "1932a648-f3d5-4720-98fd-d05336229db0"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "1932a648-f3d5-4720-98fd-d05336229db0"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "b312bce0-972f-444c-8c65-bd4becea68b4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "b312bce0-972f-444c-8c65-bd4becea68b4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "00435a2d-c217-4b3e-8ca5-bbef6568c73b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "00435a2d-c217-4b3e-8ca5-bbef6568c73b"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "c82a6eec-d21d-4355-bf0f-cdd28ec26053"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "c82a6eec-d21d-4355-bf0f-cdd28ec26053"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "43342e49-1dcf-418e-8333-0a31d9882119"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "43342e49-1dcf-418e-8333-0a31d9882119"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "3abe6a8d-648a-400f-a7fb-b7096591d6b9"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "3abe6a8d-648a-400f-a7fb-b7096591d6b9"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "e3c49555-3f5e-4fd1-b874-7cd5b21303e0"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "e3c49555-3f5e-4fd1-b874-7cd5b21303e0"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "8480f006-22a2-41c9-aea5-dd13e97cf836"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "8480f006-22a2-41c9-aea5-dd13e97cf836"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "36b1d5f3-89af-4c93-8459-2e934bcfef56"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "36b1d5f3-89af-4c93-8459-2e934bcfef56"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "f0c05708-e0e9-470c-8500-5f763a940682"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "f0c05708-e0e9-470c-8500-5f763a940682"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "268cd8be-c816-460a-bb79-5e377ed05f6c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "268cd8be-c816-460a-bb79-5e377ed05f6c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "bbd600f6-d14c-4527-9bef-13a0ee376c39"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "bbd600f6-d14c-4527-9bef-13a0ee376c39"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "5064e172-7612-4a6b-8f1e-aa03efdcb145"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "5064e172-7612-4a6b-8f1e-aa03efdcb145"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "f7b90383-2a61-4cc6-a3f9-c95c6fadd24b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "f7b90383-2a61-4cc6-a3f9-c95c6fadd24b"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "dc3ff466-3142-49d4-9753-1919e9b7454a"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "dc3ff466-3142-49d4-9753-1919e9b7454a"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "216abc6f-594d-49ea-8977-8976ca33e92c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "216abc6f-594d-49ea-8977-8976ca33e92c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "26de9a83-8ff6-4fc8-8e1d-0046517c969c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "26de9a83-8ff6-4fc8-8e1d-0046517c969c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "a0826373-0fba-4682-9035-244686313226"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "a0826373-0fba-4682-9035-244686313226"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "54325f05-de82-4b62-988e-3b7e8def1335"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "54325f05-de82-4b62-988e-3b7e8def1335"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "551e3386-0248-447e-abf0-70d32d498ff4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "551e3386-0248-447e-abf0-70d32d498ff4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "b4b4edc6-86c2-4965-b525-d877a60fb4e8"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "b4b4edc6-86c2-4965-b525-d877a60fb4e8"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "82b25506-2106-41c1-a608-a60fdb3955f3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "82b25506-2106-41c1-a608-a60fdb3955f3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "7c706964-99a8-4299-9d21-c41d079bd9af"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "7c706964-99a8-4299-9d21-c41d079bd9af"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "91c9da24-8d5e-4017-9ce2-346b5dfd38b0"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "91c9da24-8d5e-4017-9ce2-346b5dfd38b0"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "50e971a2-4571-470b-b94c-06514f3f794b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "50e971a2-4571-470b-b94c-06514f3f794b"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "58f610ad-487e-4413-990e-387040b89a46"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "58f610ad-487e-4413-990e-387040b89a46"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "d8b0f770-4b25-4953-a715-9165f58d1794"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "d8b0f770-4b25-4953-a715-9165f58d1794"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "16c67b03-22c2-494b-9079-3cbec7732f06"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "16c67b03-22c2-494b-9079-3cbec7732f06"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "38f4c746-3986-40d7-9983-c9c94460f883"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "38f4c746-3986-40d7-9983-c9c94460f883"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "b1e215ef-5803-432f-b46e-7645475201ca"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "b1e215ef-5803-432f-b46e-7645475201ca"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "68cd824a-510d-471c-b776-0e6454ce7cd8"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "68cd824a-510d-471c-b776-0e6454ce7cd8"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "d2f0db35-cf38-407f-8e9f-7a7df6c86276"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "d2f0db35-cf38-407f-8e9f-7a7df6c86276"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "e6440bbe-87ea-4128-8729-8458fdfc68e7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "e6440bbe-87ea-4128-8729-8458fdfc68e7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "50ac9754-02a4-4bee-beeb-47365c24f712"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "50ac9754-02a4-4bee-beeb-47365c24f712"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "86b54e63-f3d0-4446-ad6d-d7ea5c2544f9"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "86b54e63-f3d0-4446-ad6d-d7ea5c2544f9"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "55202ec3-ea6f-47dd-aad2-07e76832f149"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "55202ec3-ea6f-47dd-aad2-07e76832f149"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "328c7af7-5fc6-41e8-ab1a-1099028e4f9e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "328c7af7-5fc6-41e8-ab1a-1099028e4f9e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "15af559b-6afb-49e2-823c-16182d87a15a"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "15af559b-6afb-49e2-823c-16182d87a15a"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "8cd9e764-de6c-4c05-8459-a1f08e6ee255"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "8cd9e764-de6c-4c05-8459-a1f08e6ee255"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "54425159-99f8-46d1-ae91-0dcd77182a14"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "54425159-99f8-46d1-ae91-0dcd77182a14"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "edd80d6c-7990-4469-94c1-378ea916a6c6"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "edd80d6c-7990-4469-94c1-378ea916a6c6"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "6575f2e0-8e05-4821-9e51-ed77f94715ff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "6575f2e0-8e05-4821-9e51-ed77f94715ff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "4a54b694-b1e9-4fbe-8601-55d5976df3a4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "4a54b694-b1e9-4fbe-8601-55d5976df3a4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "2681cd0f-8dcc-4414-8504-5dcf2ba8c0db"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "2681cd0f-8dcc-4414-8504-5dcf2ba8c0db"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "ec5064da-3350-4b51-9efe-d20480270ab8"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "ec5064da-3350-4b51-9efe-d20480270ab8"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "333f3b50-8ed4-4291-adc3-1835cc8eb628"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "333f3b50-8ed4-4291-adc3-1835cc8eb628"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "2fa2184b-ea91-4b6c-8f45-4bf6bc19c89e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "2fa2184b-ea91-4b6c-8f45-4bf6bc19c89e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "1a611881-2b65-40c5-b462-8f744b19c91e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "1a611881-2b65-40c5-b462-8f744b19c91e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "90c3154e-b839-49d8-9703-59399573df93"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "90c3154e-b839-49d8-9703-59399573df93"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "306fc3bb-415a-4828-85bb-fb9325d4ca66"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "306fc3bb-415a-4828-85bb-fb9325d4ca66"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "b9334e72-5ca0-4a80-b32c-e3cd5d24264b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "b9334e72-5ca0-4a80-b32c-e3cd5d24264b"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "f22624ca-e17c-44be-ba2a-f91238e93155"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "f22624ca-e17c-44be-ba2a-f91238e93155"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "253f4b31-0836-4699-823e-477d4cd1a99e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "253f4b31-0836-4699-823e-477d4cd1a99e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "9407a6f3-86ab-44b3-a76e-ac7fca7ceeef"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "9407a6f3-86ab-44b3-a76e-ac7fca7ceeef"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "51d622b1-b7f3-444d-921d-2faec68c51b4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "51d622b1-b7f3-444d-921d-2faec68c51b4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "3ff1d72f-741a-4eed-b682-bef65e849baf"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "3ff1d72f-741a-4eed-b682-bef65e849baf"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "14205483-6a32-4941-86c6-15712ca09ecb"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "14205483-6a32-4941-86c6-15712ca09ecb"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "e76fdc3b-96da-4d56-a4e3-5d930f5333e4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "e76fdc3b-96da-4d56-a4e3-5d930f5333e4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "362982d9-ebc2-4ff1-a980-1244980dc177"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "362982d9-ebc2-4ff1-a980-1244980dc177"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "d2332087-2c0b-4267-bf28-7a9fe0fdf517"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "d2332087-2c0b-4267-bf28-7a9fe0fdf517"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "eae60f57-8bfe-4962-bf5a-8df421ccff1d"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "eae60f57-8bfe-4962-bf5a-8df421ccff1d"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "29e73df6-b81a-4280-a413-dea330e5588c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "29e73df6-b81a-4280-a413-dea330e5588c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "0bf01bfa-6810-41df-97ca-b4664dd167e1"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "0bf01bfa-6810-41df-97ca-b4664dd167e1"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "6d8f5aa3-7c83-405e-aeef-5ea663b6d69b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "6d8f5aa3-7c83-405e-aeef-5ea663b6d69b"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "20fe5b98-6701-4995-8048-f03f7c3b9c6b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "20fe5b98-6701-4995-8048-f03f7c3b9c6b"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "75f478f6-faf2-4446-ac57-7bdd7a78f0c2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "75f478f6-faf2-4446-ac57-7bdd7a78f0c2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "d250cad8-7f48-4875-b92a-1bdf0d85effd"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "d250cad8-7f48-4875-b92a-1bdf0d85effd"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "280a5ac8-4dce-43d1-b3af-74ac5df677cb"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "280a5ac8-4dce-43d1-b3af-74ac5df677cb"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "75d989db-4fbc-4eb9-983f-f11dc6610c8f"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "75d989db-4fbc-4eb9-983f-f11dc6610c8f"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "fb4b1799-841c-4cb6-85de-4dc1f871f0f5"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "fb4b1799-841c-4cb6-85de-4dc1f871f0f5"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "19e12521-6c03-43b4-a701-acac1b5682a7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "19e12521-6c03-43b4-a701-acac1b5682a7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "60350776-04b1-42ff-9de9-0112f745d129"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "60350776-04b1-42ff-9de9-0112f745d129"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "cc74f415-5f0f-423f-adc3-ff0cde13593c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "cc74f415-5f0f-423f-adc3-ff0cde13593c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "d6e7dab1-c0c1-47d4-88b0-33b2c03625fe"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "d6e7dab1-c0c1-47d4-88b0-33b2c03625fe"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "6ea87685-04a0-471e-a613-b39173fa292d"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "6ea87685-04a0-471e-a613-b39173fa292d"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "6e3689b8-65f6-4953-bd6f-60a9b16a5519"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "6e3689b8-65f6-4953-bd6f-60a9b16a5519"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "01d267e4-0203-48e0-bc5a-d26215e7f658"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "01d267e4-0203-48e0-bc5a-d26215e7f658"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "813b048a-92ff-4cd3-beee-d1615de86166"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "813b048a-92ff-4cd3-beee-d1615de86166"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "12544785-2ea1-4dff-b478-1296d109dd6d"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "12544785-2ea1-4dff-b478-1296d109dd6d"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "c8efd1ef-bede-43b1-8782-448d1a28b51e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "c8efd1ef-bede-43b1-8782-448d1a28b51e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "b9aa9646-c260-43ff-8a85-0910e62d63b4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "b9aa9646-c260-43ff-8a85-0910e62d63b4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "299f952c-6d03-4186-928f-618da0b5fee6"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "299f952c-6d03-4186-928f-618da0b5fee6"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "4c912ac3-f01d-4052-b377-304e212b14ef"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "4c912ac3-f01d-4052-b377-304e212b14ef"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "be544d91-48d7-4063-806b-8383b70a08ab"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "be544d91-48d7-4063-806b-8383b70a08ab"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "fd304041-49b2-4366-aebb-afba918fc89e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "fd304041-49b2-4366-aebb-afba918fc89e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "4efac1d5-dc40-4192-8bba-07c59213c314"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "4efac1d5-dc40-4192-8bba-07c59213c314"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "42ea2adc-0d91-4f55-b524-c33fa78cfc01"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "42ea2adc-0d91-4f55-b524-c33fa78cfc01"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "2ee0fa29-5630-4339-a167-c076bfc07d5e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "2ee0fa29-5630-4339-a167-c076bfc07d5e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "c20aee07-6005-46ac-92f0-16064e0d4431"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "c20aee07-6005-46ac-92f0-16064e0d4431"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "a37a1bc5-a06a-4603-bb68-cec628a15ed2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "a37a1bc5-a06a-4603-bb68-cec628a15ed2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "7a457c97-0027-48a1-bd5d-8afdb67fef85"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "7a457c97-0027-48a1-bd5d-8afdb67fef85"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "8937ffc3-6330-4bb3-80e9-f0a589aede74"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "8937ffc3-6330-4bb3-80e9-f0a589aede74"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "36102a10-301e-40c4-8e05-7266aba5030b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "36102a10-301e-40c4-8e05-7266aba5030b"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "0c730b3b-12cd-489f-99eb-3c53f5371521"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "0c730b3b-12cd-489f-99eb-3c53f5371521"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "78489615-8595-454d-8207-d9a7af87e0af"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "78489615-8595-454d-8207-d9a7af87e0af"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "c0cead87-2139-4e5a-adbc-9d8ab009978f"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "c0cead87-2139-4e5a-adbc-9d8ab009978f"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "0a006e62-09ed-4f88-8fc0-e67b62a139b3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "0a006e62-09ed-4f88-8fc0-e67b62a139b3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "3ef0b101-b837-4436-8dd3-861575c1ba89"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "3ef0b101-b837-4436-8dd3-861575c1ba89"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "7e0f6ea6-af10-4824-89e6-1f5f8fad7043"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "7e0f6ea6-af10-4824-89e6-1f5f8fad7043"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "e87b3c0b-72c5-4854-9ca1-89ba58541c76"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "e87b3c0b-72c5-4854-9ca1-89ba58541c76"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "82452baa-5386-4d4e-b3ad-1ea09e8fbcec"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "82452baa-5386-4d4e-b3ad-1ea09e8fbcec"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "b8b6ecd4-7605-4e62-9b1d-879d4405bd40"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "b8b6ecd4-7605-4e62-9b1d-879d4405bd40"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "32f5adb8-cbbd-41be-8197-f18b5480d1e0"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "32f5adb8-cbbd-41be-8197-f18b5480d1e0"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "1a87496a-1f7c-492d-a42d-c12f677cc1dc"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "1a87496a-1f7c-492d-a42d-c12f677cc1dc"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "050d3421-f57f-42fe-b2af-2f1a0b05a9ca"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "050d3421-f57f-42fe-b2af-2f1a0b05a9ca"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "62a0f8c1-b3ec-4855-aeb8-9959e2fba2de"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "62a0f8c1-b3ec-4855-aeb8-9959e2fba2de"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "6228d111-eedf-4e26-84eb-3728472dbe66"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "6228d111-eedf-4e26-84eb-3728472dbe66"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "ae1c4647-5511-4aa9-bee7-d67e314672e4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "ae1c4647-5511-4aa9-bee7-d67e314672e4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "d761debc-d38c-4042-b254-858a210f14aa"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "d761debc-d38c-4042-b254-858a210f14aa"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "6870710e-fbf8-4b43-91c7-98b307945bcb"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "6870710e-fbf8-4b43-91c7-98b307945bcb"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "99c3dfda-91fc-4068-a9f2-3a606dea7675"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "99c3dfda-91fc-4068-a9f2-3a606dea7675"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "68472e07-ad4d-4a39-b60f-d86f32487219"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "68472e07-ad4d-4a39-b60f-d86f32487219"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "22507fd4-1834-45be-a833-f9869709069c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "22507fd4-1834-45be-a833-f9869709069c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "0dbb1ffc-76b9-412f-b726-f1ab542ecfe5"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "0dbb1ffc-76b9-412f-b726-f1ab542ecfe5"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "b34fb4e1-6e7d-4274-ad88-09cfe58f5e65"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "b34fb4e1-6e7d-4274-ad88-09cfe58f5e65"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "695d89b8-7480-4cf4-be84-a959f140ba38"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "695d89b8-7480-4cf4-be84-a959f140ba38"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "28e4c338-556e-426f-ac4b-617ce7265f4a"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "28e4c338-556e-426f-ac4b-617ce7265f4a"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "68e39876-bfa4-4733-bba1-f4d68943cfcd"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "68e39876-bfa4-4733-bba1-f4d68943cfcd"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "970e8baa-f525-42dd-b724-26c1e252f75c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "970e8baa-f525-42dd-b724-26c1e252f75c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "ec19d3bf-5e72-4280-9961-5cfbb59474f3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "ec19d3bf-5e72-4280-9961-5cfbb59474f3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "c734fec0-a426-4a4c-a9d9-387e2e023c92"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "c734fec0-a426-4a4c-a9d9-387e2e023c92"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "159130d2-b369-4499-9723-ee988ec0fdfa"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "159130d2-b369-4499-9723-ee988ec0fdfa"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "f5ede177-858c-45b0-95d7-f756440d6e3d"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "f5ede177-858c-45b0-95d7-f756440d6e3d"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "50d22f39-f9a8-44c5-879c-52a1b02c78fb"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "50d22f39-f9a8-44c5-879c-52a1b02c78fb"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "d0ddc2a8-5ab5-435f-a7fd-7d9063b379cf"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "d0ddc2a8-5ab5-435f-a7fd-7d9063b379cf"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "78c6bdbf-4a6c-4a8f-80af-3adf4718b2da"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "78c6bdbf-4a6c-4a8f-80af-3adf4718b2da"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "529e6779-0d87-46a4-8fe1-0d36197957bd"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "529e6779-0d87-46a4-8fe1-0d36197957bd"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "02122063-9bb9-4bde-9bbe-a9787c2f7081"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "02122063-9bb9-4bde-9bbe-a9787c2f7081"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "0ea1bc14-8087-4f4d-8f2e-4e65066734d0"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "0ea1bc14-8087-4f4d-8f2e-4e65066734d0"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "3e09cc1f-4285-4078-bc0e-e83ac1960f43"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "3e09cc1f-4285-4078-bc0e-e83ac1960f43"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "31a7720a-a53f-40d9-9566-e42084e2ec0c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "31a7720a-a53f-40d9-9566-e42084e2ec0c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "1949dbfb-0012-4358-8eda-6c671dcd4fcb"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "1949dbfb-0012-4358-8eda-6c671dcd4fcb"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "95ad94ae-2661-4ca9-8c31-01d9961be8fd"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "95ad94ae-2661-4ca9-8c31-01d9961be8fd"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "3de9deb4-9fcc-45f2-8e93-82e2af04e272"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "3de9deb4-9fcc-45f2-8e93-82e2af04e272"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "fa6ddc8d-5f7a-4011-98a6-47bb483a91f3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "fa6ddc8d-5f7a-4011-98a6-47bb483a91f3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "539469f5-1710-4e17-ac75-356dc5f33d79"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "539469f5-1710-4e17-ac75-356dc5f33d79"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "46c43aef-5260-4fee-b4a6-eb11a03a5fee"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "46c43aef-5260-4fee-b4a6-eb11a03a5fee"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "ef69f418-f63d-4aa0-be4b-f2eddbe872c4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "ef69f418-f63d-4aa0-be4b-f2eddbe872c4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "9137cdff-5259-43ba-b5da-31c101ba735d"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "9137cdff-5259-43ba-b5da-31c101ba735d"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "a7ce8841-b1d9-474f-afa5-e07e4ceddf26"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "a7ce8841-b1d9-474f-afa5-e07e4ceddf26"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "f59950c6-b313-42db-87bf-8d0fa812a12f"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "f59950c6-b313-42db-87bf-8d0fa812a12f"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "0b633fba-1c7a-48d5-912a-cf35b69c2371"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "0b633fba-1c7a-48d5-912a-cf35b69c2371"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "74a803de-b55d-474c-96ec-7f3b5c0e4e98"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "74a803de-b55d-474c-96ec-7f3b5c0e4e98"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "83c45622-2361-4a16-90a9-ae7cfe4dec11"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "83c45622-2361-4a16-90a9-ae7cfe4dec11"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "15611e6f-5805-4bf5-92d0-5ccec7fad177"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "15611e6f-5805-4bf5-92d0-5ccec7fad177"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "4f06731f-5289-4b4a-a488-43545907f328"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "4f06731f-5289-4b4a-a488-43545907f328"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "da3b19cc-f248-45e6-8384-6e084f504279"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "da3b19cc-f248-45e6-8384-6e084f504279"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "36ef73f3-9ef2-4dc6-891b-bee4dda01777"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "36ef73f3-9ef2-4dc6-891b-bee4dda01777"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "5f626f7b-0f44-4465-a34e-fddec790ec35"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "5f626f7b-0f44-4465-a34e-fddec790ec35"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "e82ce321-b721-4b84-9d12-ea426deb66d2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "e82ce321-b721-4b84-9d12-ea426deb66d2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "c03d5925-7d03-47b6-87b8-659f85146888"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "c03d5925-7d03-47b6-87b8-659f85146888"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "3cfe9706-3c25-4f57-a58b-67a751d56235"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "3cfe9706-3c25-4f57-a58b-67a751d56235"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "eef8404d-7495-4ad5-99b2-86044059afaf"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "eef8404d-7495-4ad5-99b2-86044059afaf"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "a96d99e8-0545-412a-a78a-4c9d6f43467c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "a96d99e8-0545-412a-a78a-4c9d6f43467c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "e2d28ee8-2213-458c-9984-fda88e13cd67"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "e2d28ee8-2213-458c-9984-fda88e13cd67"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "9f8f6e64-4947-42d7-aea1-2338d442bba7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "9f8f6e64-4947-42d7-aea1-2338d442bba7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "fe782f59-f154-4d9c-87b8-289bf70a5964"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "fe782f59-f154-4d9c-87b8-289bf70a5964"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "0cc92669-99b3-4cc6-a8d5-8d44f53f2270"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "0cc92669-99b3-4cc6-a8d5-8d44f53f2270"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "9cde8b96-e355-4ce7-b1b3-cdec5b9b6044"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "9cde8b96-e355-4ce7-b1b3-cdec5b9b6044"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "fe646d4a-2745-411e-8966-7c7bf8976588"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "fe646d4a-2745-411e-8966-7c7bf8976588"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "c8de3b58-ce1b-438d-a1a1-54813c332f7c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "c8de3b58-ce1b-438d-a1a1-54813c332f7c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "426a38c8-54a7-409d-b330-fceff2b8c6ce"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "426a38c8-54a7-409d-b330-fceff2b8c6ce"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "8539a94d-bed7-46ba-aaa3-be4e7b022c23"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "8539a94d-bed7-46ba-aaa3-be4e7b022c23"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "e8659b0c-4e0d-4178-9235-b5209f78fdfb"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "e8659b0c-4e0d-4178-9235-b5209f78fdfb"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "05b4d739-2307-45b8-9334-2978664082dc"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "05b4d739-2307-45b8-9334-2978664082dc"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "7f6c1786-f757-4fb2-abed-8e24e0b2b90f"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "7f6c1786-f757-4fb2-abed-8e24e0b2b90f"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "55601604-6df2-4263-9683-e3b0289d2002"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "55601604-6df2-4263-9683-e3b0289d2002"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "935a04aa-5d43-4cfb-bbe7-c453bdd86841"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "935a04aa-5d43-4cfb-bbe7-c453bdd86841"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "3dd5e8c6-d264-4fce-bcd4-61a170f80ff9"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "3dd5e8c6-d264-4fce-bcd4-61a170f80ff9"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "76506786-a2ad-4a71-82cb-f6d1ea0faddc"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "76506786-a2ad-4a71-82cb-f6d1ea0faddc"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "26399d18-9ed0-4d6f-bf7e-42c9717d6f19"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "26399d18-9ed0-4d6f-bf7e-42c9717d6f19"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "845dcd29-74ba-4170-89e2-e028029c6c92"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "845dcd29-74ba-4170-89e2-e028029c6c92"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "0c596c2d-f7d5-4867-9580-92a5f5bc14be"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "0c596c2d-f7d5-4867-9580-92a5f5bc14be"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "8dc8dbee-a253-47dd-bc69-97d210268944"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "8dc8dbee-a253-47dd-bc69-97d210268944"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "59d974a0-3997-42c5-b402-c2131d9d4dd6"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "59d974a0-3997-42c5-b402-c2131d9d4dd6"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "a5f078d7-6a67-4764-9362-a97b10355496"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "a5f078d7-6a67-4764-9362-a97b10355496"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "9e5f9837-1df6-4686-9d8d-cd27a7e5e005"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "9e5f9837-1df6-4686-9d8d-cd27a7e5e005"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "d94bf034-2527-4f04-8c66-e9231e3fdbd1"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "d94bf034-2527-4f04-8c66-e9231e3fdbd1"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "6422db92-1d75-49ed-8cbe-0095aa8652e4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "6422db92-1d75-49ed-8cbe-0095aa8652e4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "6eefd36d-d455-4dbd-996e-ab63dbf0498c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "6eefd36d-d455-4dbd-996e-ab63dbf0498c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "94a6604e-2397-4a49-87a5-91066a5c60bd"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "94a6604e-2397-4a49-87a5-91066a5c60bd"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "4c87c9cb-0b64-48ac-8e90-db8f27a6338e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "4c87c9cb-0b64-48ac-8e90-db8f27a6338e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "c5483937-ce38-4c6a-a6bc-5b775eabc6f1"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "c5483937-ce38-4c6a-a6bc-5b775eabc6f1"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "8e82ee07-fa9f-46af-89ea-1b08974aa35e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "8e82ee07-fa9f-46af-89ea-1b08974aa35e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "d8abe487-eca3-4a70-ae35-f19cf225e5e7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "d8abe487-eca3-4a70-ae35-f19cf225e5e7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "994bf0f6-e8f1-4e84-a25b-b9d6e65c524a"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "994bf0f6-e8f1-4e84-a25b-b9d6e65c524a"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "2880d373-a7c0-49b6-b4c5-cc6806cdbcc4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "2880d373-a7c0-49b6-b4c5-cc6806cdbcc4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "ab8535e9-0afe-48ad-83c6-9539c9252e10"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "ab8535e9-0afe-48ad-83c6-9539c9252e10"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "50344094-5246-48e5-8fbf-d9a54969e21d"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "50344094-5246-48e5-8fbf-d9a54969e21d"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "ba1ac8b0-bd27-4c72-a51c-57b37f07740f"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "ba1ac8b0-bd27-4c72-a51c-57b37f07740f"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "15df724b-f9dd-4f5b-841a-8a73c6a841f3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "15df724b-f9dd-4f5b-841a-8a73c6a841f3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "c5853c59-dd2c-42d3-91d3-9cd3789e849c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "c5853c59-dd2c-42d3-91d3-9cd3789e849c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "2f7d6103-569b-45cf-913a-8dfdc22020ac"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "2f7d6103-569b-45cf-913a-8dfdc22020ac"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "4f673cb0-413b-4a77-afbc-90170cc48f8f"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "4f673cb0-413b-4a77-afbc-90170cc48f8f"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "f0a2f766-0319-485d-a019-2949c5245ddd"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "f0a2f766-0319-485d-a019-2949c5245ddd"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "cacc834c-3018-4a9f-9a94-66917092ff25"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "cacc834c-3018-4a9f-9a94-66917092ff25"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "fd197256-4461-4f5a-8a4f-fee32d52e5f0"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "fd197256-4461-4f5a-8a4f-fee32d52e5f0"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "07df79e0-49c3-42af-b690-033232adf3ce"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "07df79e0-49c3-42af-b690-033232adf3ce"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "b578ea32-7293-4540-81ee-7e4b1fbf23db"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "b578ea32-7293-4540-81ee-7e4b1fbf23db"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "5dd1bca6-95d0-453e-bd7a-b71cd21df541"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "5dd1bca6-95d0-453e-bd7a-b71cd21df541"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "07549d74-fd4a-462b-a741-1a1b8aa666ef"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "07549d74-fd4a-462b-a741-1a1b8aa666ef"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "dd130e7e-b13b-4067-80b5-4ab161c408c2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "dd130e7e-b13b-4067-80b5-4ab161c408c2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "910016f0-bfaf-4b60-b5aa-799d2103383a"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "910016f0-bfaf-4b60-b5aa-799d2103383a"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "96868cd4-fc93-4c01-92c5-486774476c32"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "96868cd4-fc93-4c01-92c5-486774476c32"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "810dc6e4-5f4f-4d8c-b430-87dd89661767"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "810dc6e4-5f4f-4d8c-b430-87dd89661767"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "db19d4d2-96ce-4021-bbea-73927d70187b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "db19d4d2-96ce-4021-bbea-73927d70187b"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "8fb56d28-72ab-4ada-8c42-f5de755a6927"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "8fb56d28-72ab-4ada-8c42-f5de755a6927"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "337ad6c9-9786-4f73-96ca-71436fbcdae5"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "337ad6c9-9786-4f73-96ca-71436fbcdae5"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "015c1164-52de-4095-9c52-6a2c1a4544d5"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "015c1164-52de-4095-9c52-6a2c1a4544d5"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "09b28282-6f78-4cb4-bb32-a5cfeea8b7db"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "09b28282-6f78-4cb4-bb32-a5cfeea8b7db"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "7257b694-39e2-436b-b93e-fdab46b86895"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "7257b694-39e2-436b-b93e-fdab46b86895"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "aba4aaab-526e-4b0a-a5cd-9c2315669694"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "aba4aaab-526e-4b0a-a5cd-9c2315669694"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "a3ec7823-6cea-4439-b212-b82a521871f8"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "a3ec7823-6cea-4439-b212-b82a521871f8"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "96321b06-c487-4e6c-a618-85934e4bf6be"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "96321b06-c487-4e6c-a618-85934e4bf6be"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "857a47f6-d75f-4fb6-b08e-5cfe4ad55f33"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "857a47f6-d75f-4fb6-b08e-5cfe4ad55f33"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "0d7ddd18-2906-4668-979c-35d5921738f7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "0d7ddd18-2906-4668-979c-35d5921738f7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "ddbd87b8-0d61-447d-98ea-abbb328af97e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "ddbd87b8-0d61-447d-98ea-abbb328af97e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "4bf6e701-9f28-41a5-bad6-66c3245b817b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "4bf6e701-9f28-41a5-bad6-66c3245b817b"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "c1421115-11a4-42ac-98a0-24f583de247a"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "c1421115-11a4-42ac-98a0-24f583de247a"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "0de86eea-00d9-4e11-88b0-b78192fdb86c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "0de86eea-00d9-4e11-88b0-b78192fdb86c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "41326d02-5d76-4f71-889b-8c4aa5119477"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "41326d02-5d76-4f71-889b-8c4aa5119477"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "f7b3f54a-e35b-4292-98f7-90e92a7e21ba"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "f7b3f54a-e35b-4292-98f7-90e92a7e21ba"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "93d03484-4b23-494f-ba2f-da2561545832"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "93d03484-4b23-494f-ba2f-da2561545832"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "ac02c150-c28c-49b7-b031-88cb64565b4c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "ac02c150-c28c-49b7-b031-88cb64565b4c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
(parameters:
[1 => "292d01a4-8cad-4ee6-9c14-ba79fe57c84b"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.uuid AS uuid_1, t0.iso_code AS iso_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.iso_code3 AS iso_code3_6, t0.iso_numeric AS iso_numeric_7, t0.geo_name_id AS geo_name_id_8, t0.continent AS continent_9, t0.capital AS capital_10, t0.area_in_km2 AS area_in_km2_11, t0.population AS population_12, t0.longitude AS longitude_13, t0.latitude AS latitude_14 FROM wt_zone_country t0 WHERE t0.uuid = ?"
"params" => [1 => "292d01a4-8cad-4ee6-9c14-ba79fe57c84b"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.data_collector.websocket" service is deprecated and will be removed in GosWebSocketBundle 4.0.
User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\DataCollector\WebsocketDataCollector" class is deprecated and will be removed in 4.0.
Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Error: Maximum execution time of 30 seconds exceeded" at /var/www/whater-server-pre/vendor/doctrine/dbal/src/Driver/PDO/Statement.php line 130
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.event_listener.close_pusher_connections" service is deprecated and will be removed in GosWebSocketBundle 4.0.
User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\EventListener\ClosePusherConnectionsListener" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.
User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.registry.pusher" service is deprecated and will be removed in GosWebSocketBundle 4.0.
User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\PusherRegistry" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.
User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.pusher.wamp" service is deprecated and will be removed in GosWebSocketBundle 4.0, use the symfony/messenger component instead.
User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\DataCollectingPusherDecorator" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.
User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\PusherInterface" interface is deprecated and will be removed in 4.0, use the symfony/messenger component instead.
User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.pusher.wamp.data_collector.inner" service is deprecated and will be removed in GosWebSocketBundle 4.0.
User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampPusher" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.
User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\AbstractPusher" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.
User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.pusher.wamp.connection_factory" service is deprecated and will be removed in GosWebSocketBundle 4.0, use the symfony/messenger component instead.
User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampConnectionFactory" class is deprecated and will be removed in 4.0, use "Gos\Component\WebSocketClient\Wamp\ClientFactory" instead.
User Deprecated: Since gos/web-socket-bundle 3.1: The "Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampConnectionFactoryInterface" interface is deprecated and will be removed in 4.0, use "Gos\Component\WebSocketClient\Wamp\ClientFactoryInterface" instead.
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
605
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension" (parent: .abstract.instanceof.Twig\Extra\Intl\IntlExtension).
Resolving inheritance for "Twig\Extra\Intl\IntlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.anonymous_api" (parent: limiter).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_private" (parent: security.firewall.config).
Resolving inheritance for "security.authentication.provider.guard.api_private" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.api_private" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.exception_listener.api_private" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_private" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: whater.security.authentication_success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: whater.security.authentication_failure_handler).
Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "shivas_versioning.cache.version" (parent: cache.system).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "gos_web_socket.authentication.provider.session.default" (parent: gos_web_socket.authentication.provider.session).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.whater_point_image" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.analytical_media" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.product_image" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.whater_valoration_image" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.distribution_network_valoration_image" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.whater_point_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.whater_point_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.whater_point_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.analytical_media" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.analytical_media" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.analytical_media" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.product_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.product_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.product_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.whater_valoration_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.whater_valoration_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.whater_valoration_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.distribution_network_valoration_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.distribution_network_valoration_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.distribution_network_valoration_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray" (parent: .abstract.instanceof.Geocoder\Dumper\GeoArray).
Resolving inheritance for "Geocoder\Dumper\GeoArray" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson" (parent: .abstract.instanceof.Geocoder\Dumper\GeoJson).
Resolving inheritance for "Geocoder\Dumper\GeoJson" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx" (parent: .abstract.instanceof.Geocoder\Dumper\Gpx).
Resolving inheritance for "Geocoder\Dumper\Gpx" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml" (parent: .abstract.instanceof.Geocoder\Dumper\Kml).
Resolving inheritance for "Geocoder\Dumper\Kml" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb" (parent: .abstract.instanceof.Geocoder\Dumper\Wkb).
Resolving inheritance for "Geocoder\Dumper\Wkb" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt" (parent: .abstract.instanceof.Geocoder\Dumper\Wkt).
Resolving inheritance for "Geocoder\Dumper\Wkt" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" (parent: .abstract.instanceof.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory).
Resolving inheritance for "Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Kira0269\LogViewerBundle\Controller\DashboardController" (parent: .abstract.instanceof.Kira0269\LogViewerBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Kira0269\LogViewerBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Kira0269\LogViewerBundle\Controller\DashboardController).
Resolving inheritance for "Kira0269\LogViewerBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Kira0269\LogViewerBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Kira0269\LogViewerBundle\Controller\ViewerController" (parent: .abstract.instanceof.Kira0269\LogViewerBundle\Controller\ViewerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Kira0269\LogViewerBundle\Controller\ViewerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Kira0269\LogViewerBundle\Controller\ViewerController).
Resolving inheritance for "Kira0269\LogViewerBundle\Controller\ViewerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Kira0269\LogViewerBundle\Controller\ViewerController).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.qr_ticket_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Common\CommonController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\AdminUserController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\AppUserController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\AdminOrganizationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\AppOrganizationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AdminOrganizationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AppOrganizationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\Api\AdminUserApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\AdminOrganizationLicenseFeeController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\Api\AdminOrganizationLicenseFeeApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\Api\AppOrganizationLicenseFeeApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\AdminOrganizationLicenseController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\Api\AdminOrganizationLicenseApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\Api\AppOrganizationLicenseApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\AppOrganizationLicenseController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Security\SecurityController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\AdminAnalyticalController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\AdminDistributionNetworkController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\AdminSinacController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\AdminWhaterController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\AdminWhaterDeviceController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\AdminWhaterPointController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\AppWhaterPointController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\PublicAnalyticalController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\PublicDistributionNetworkController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\PublicWhaterController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\AppWhaterController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\PublicWhaterDeviceController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\PublicWhaterPointController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AdminAnalyticalApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AdminDistributionNetworkApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AppDistributionNetworkApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\PublicDistributionNetworkApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AdminSinacApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AdminWhaterDeviceApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AppWhaterDeviceApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AdminWhaterPointApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AppWhaterPointApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AdminWhaterValorationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AdminDistributionNetworkValorationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AppWhaterValorationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\AppDistributionNetworkValorationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Api\PublicWhaterApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\PublicZonesController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\PublicTownController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\PublicTownLocationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\PublicCountryAreaController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\PublicUbicationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\PublicEstablishmentController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\PublicEstablishmentApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\AdminCountryController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\AdminDistrictController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\AdminEstablishmentController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\AdminUbicationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\AppUbicationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\AdminTownController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\AdminTownLocationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\AdminAgrupationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\AppTownController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\PublicTownApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\PublicTownLocationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AppTownApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AdminCountryApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AppCountryApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AdminDistrictApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AdminEstablishmentApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AppEstablishmentApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AdminUbicationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AppUbicationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AdminTownApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AdminTownLocationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AdminAgrupationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\AppAgrupationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Zones\Api\PublicCountryApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Blog\AdminBlogArticleController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Blog\AdminBlogCategoryController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Blog\PublicBlogArticleController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Blog\Api\AdminBlogCategoryApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Blog\Api\AdminBlogArticleApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Whater\Widget\WhaterWidgetController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\PublicCartOrderController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\PublicProductController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AdminProductController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AdminProductCategoryController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AdminProductAttributeController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AdminProductVariationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AppProductVariationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AppProductController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AdminCartOrderController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AppCartOrderController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AppCartOrderItemController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AdminCartOrderApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AppCartOrderApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AppCartOrderItemApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\PublicCartOrderApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AdminProductApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AdminProductCategoryApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AdminProductAttributeApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AdminProductVariationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AppProductVariationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AppProductCategoryApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AppProductApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\PublicProductApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AppWalletOperationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AppWalletOperationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AdminWalletLiquidationRequestApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AdminWalletLiquidationRequestController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Notification\Api\AppNotificationApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Notification\AppNotificationController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\AdminOwnershipRequestController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\Api\AdminOwnershipRequestApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\User\Api\AppOwnershipRequestApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\AppWhatercoinCouponController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\WebBundle\Controller\Product\Api\AppWhatercoinCouponApiController" (parent: Whater\UI\WebBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\RestBundle\Controller\AbstractBusController" (parent: Whater\UI\RestBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\RestBundle\Controller\Security\SecurityController" (parent: Whater\UI\RestBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\RestBundle\Controller\User\PrivateUserController" (parent: Whater\UI\RestBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\RestBundle\Controller\User\PublicUserController" (parent: Whater\UI\RestBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" (parent: Whater\UI\RestBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" (parent: Whater\UI\RestBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" (parent: Whater\UI\RestBundle\Controller\AbstractController).
Resolving inheritance for "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" (parent: Whater\UI\RestBundle\Controller\AbstractController).
Resolving inheritance for "whater.command.update_sinac_distribution_networks_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.command.update_sinac_distribution_networks_v2_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.command.update_sinac_analitycs_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.command.update_google_whater_point_geoposition_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.command.update_nominatim_whater_point_geoposition_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.command.load_osm_whater_points_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.command.update_whater_point_with_nearest_distribution_network_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.command.update_town_nominatim_geoposition_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.command.process_whater_points_excel_console_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.command.clean_pending_cart_order_console_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.command.debu_send_cloud_command" (parent: whater.abstract.bus_command).
Resolving inheritance for "whater.use_case.security_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.forgot_password_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.reset_password_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.signup_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_refresh_token_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.abstract.event_listener_bus_controller" (parent: whater.abstract.event_listener).
Resolving inheritance for "whater.sitemap.webpages_subscriber" (parent: whater.abstract.bus_subscriber).
Resolving inheritance for "whater.repository.media" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.whater_point_image" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.analytical_media" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.product_image" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.whater_valoration_image" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.distribution_network_valoration_image" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.ubication_image" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.article" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.article_translation" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.article_category" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.article_category_tanslation" (parent: whater.abstract.repository).
Resolving inheritance for "whater.sitemap.blogpages_subscriber" (parent: whater.abstract.bus_subscriber).
Resolving inheritance for "whater.use_case.register_blog_article_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_blog_article_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_blog_article_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_blog_article_for_whaterpoint_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_blog_article_for_blog_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_blog_articles_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.public_list_blog_articles_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_blog_article_category_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_blog_article_category_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_blog_article_category_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_blog_article_category_for_blog_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_blog_article_categories_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.public_list_blog_article_categories_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.repository.user" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.role" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.organization_license" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.organization_license_fee" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.ownership_request" (parent: whater.abstract.repository).
Resolving inheritance for "whater.use_case.register_user_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_user_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_user_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_profile_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_user_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_user_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_user_by_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_user_by_username_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.contact_adminsitrators_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_list_organization_license_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_list_organization_license_fee_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_list_organization_license_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_organization_license_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_organization_license_fee_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_request_organization_license_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_organization_license_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_organization_license_fee_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_organization_license_fees_for_new_license_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_organization_license_fee_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_organization_license_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_edit_organization_license_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.check_organization_license_widget_request_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.add_user_to_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_add_whatercoins_to_user_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.remove_user_from_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.count_referral_users_by_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.contact_form_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_list_ownership_request_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_register_ubication_ownership_request_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_register_town_ownership_request_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_register_town_ubication_ownership_request_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_register_distribution_network_ownership_request_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_ownership_request_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_ownership_request_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_users_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_cart_order_for_checkout_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_admin_cart_order_for_view_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_cart_order_item_by_seller_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_list_cart_order_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_list_wallet_liquidation_request_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_list_buyer_cart_order_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_cart_order_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_update_cart_order_for_whater_refills_data_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.assign_user_to_cart_order_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_abandone_cart_order_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.clean_peding_cart_orders_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_product_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_product_category_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_product_attribute_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_product_variation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_register_product_variation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_wallet_liquidation_request_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_wallet_liquidation_request_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_register_product_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_product_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_product_category_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_product_attribute_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_product_variation_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_product_for_show_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_wallet_liquidation_request_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_shipping_methods_from_sendcloud_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_product_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_product_category_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_product_attribute_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_product_variation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_edit_product_variation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_edit_product_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_admin_product_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_admin_product_category_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_admin_product_attribute_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_public_product_attribute_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_admin_product_variation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_app_product_variation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_app_product_category_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_public_product_category_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_app_product_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_public_product_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_vist_vendor_cart_order_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_list_my_wallet_operations_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_list_organization_wallet_operations_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_user_confirm_cart_order_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_update_shipping_items_for_cart_order_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.complete_purchase_event_cart_order_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.request_stripe_web_hook_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_cart_order_for_whatercoins_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_cart_order_for_catalog_product_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_cart_order_for_whater_refills_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_recommended_products_for_whaterpoint_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_recommended_products_for_distribution_network_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_product_attribute_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_product_variation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_register_product_valoration_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_register_whatercoin_coupon_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_edit_whatercoin_coupon_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_delete_whatercoin_coupon_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_apply_for_whatercoin_coupon_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_list_whatercoin_coupon_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whatercoin_coupon_by_code_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whatercoin_coupon_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.listener.cart_order_update_state_event_listener" (parent: whater.abstract.event_listener_bus_controller).
Resolving inheritance for "whater.repository.wallet_operation" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.wallet_liquidation_request" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.cart_order" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.cart_order_item" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.product" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.product_category" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.product_attribute" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.product_variation" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.product_valoration" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.whatercoin_coupon" (parent: whater.abstract.repository).
Resolving inheritance for "whater.use_case.register_country_area_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_town_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_town_location_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_agrupation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_location_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_establishment_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_country_by_iso_code_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_country_area_by_external_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_town_by_external_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_nearest_town_by_lat_long_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whaterpoint_map_detaisl_by__id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_country_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_country_area_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_town_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_list_town_location_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_list_agrupation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_list_agrupation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_admin_ubication_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_app_ubication_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_establishment_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_district_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_town_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_town_location_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_agrupation_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_ubication_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_establishment_for_editing_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_town_by_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_town_by_slug_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_town_location_by_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_town_location_by_slug_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_ubication_by_slug_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_country_area_by_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_country_area_by_slug_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_ubication_by_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_establishment_by_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_country_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_country_area_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_country_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_country_area_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_town_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_town_location_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_agrupation_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_edit_town_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.update_sinac_synchronization_town_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.update_town_center_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.update_town_location_center_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_ubication_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_edit_ubication_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_establishment_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_establishment_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_ubication_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_ubications_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_establishments_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_town_locations_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_towns_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_agrupations_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_country_areas_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_countries_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.listener.town_polygon_update_event_listener" (parent: whater.abstract.event_listener_bus_controller).
Resolving inheritance for "whater.listener.town_location_polygon_update_event_listener" (parent: whater.abstract.event_listener_bus_controller).
Resolving inheritance for "whater.sitemap.town_subscriber" (parent: whater.abstract.bus_subscriber).
Resolving inheritance for "whater.sitemap.country_area_subscriber" (parent: whater.abstract.bus_subscriber).
Resolving inheritance for "whater.repository.country" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.country_area" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.town" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.town_location" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.ubication" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.establishment" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.district" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.agrupation" (parent: whater.abstract.repository).
Resolving inheritance for "whater.use_case.register_distribution_network_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_distribution_network_by_external_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_distribution_network_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_distribution_network_children_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_distribution_networks_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_whater_points_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.process_whater_points_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_whater_organizations_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.upload_whater_analytical_file_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_sync_sinac_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_log_files_dashboard_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_import_data_file_for_show_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.cancel_import_data_file_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_admin_whater_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_app_whater_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_whater_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_register_whater_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_admin_whater_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_app_whater_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_whater_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_organization_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_organization_by_sinac_label_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_list_whater_point_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_list_my_whater_points_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_register_stripe_express_account_to_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_remove_stripe_express_account_to_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_list_my_organization_whater_points_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.public_list_whater_point_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_import_data_file_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_rest_whater_point_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_whater_device_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_whater_point_by_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_whater_point_analytical_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_whater_point_valorations_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_distribution_network_valorations_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_analytical_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_distribution_network_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.list_random_whaterpoint_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_sinac_analytical_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_sample_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_whater_point_geoposition_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_analytical_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_analytical_for_whaterpoint_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_register_analytical_for_distribution_network_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_distribution_network_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.fix_distribution_network_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.update_distribution_network_sinac_info_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.update_distribution_network_area_and_center_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_distribution_network_update_analitycs_update_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_analytical_by_sinac_bulletin_number_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_analytical_by_distribution_network_and_responsable_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_whater_point_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_whater_device_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.edit_whater_device_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_edit_whater_point_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_edit_whater_point_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_point_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_device_for_edit_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_device_for_show_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_analytical_for_show_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_distribuion_network_for_show_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_distribuion_network_for_show_bt_slug_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_point_by_sinac_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_point_by_osm_id_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_point_for_show_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_point_for_show_by_slug_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_whater_widget_log_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_widget_register_by_month_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_whater_point_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_whater_device_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_distribution_network_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_whater_analytical_file_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_analytical_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.add_children_to_distribution_network_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.assign_whater_point_to_nearest_distribution_network" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_distribution_network_children_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_whater_valoration_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_distribution_network_valoration_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_whater_valoration_comment_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.register_distribution_network_valoration_comment_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_valoration_for_show_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_whater_dashboard_stats_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.get_nearest_whaterpoint_by_lat_long_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.request_the_things_network_webhook_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.send_email_to_administrators_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_whater_valoration_comment_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.delete_distribution_network_valoration_comment_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.reply_whater_valoration_comment_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.reply_distribution_network_valoration_comment_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.import_whater_devices_excel_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.admin_add_whater_coins_to_whater_organization_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.listener.distribution_network_polygon_update_event_listener" (parent: whater.abstract.event_listener_bus_controller).
Resolving inheritance for "whater.repository.distribution_network" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.analytical" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.analytical_sample" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.analytical_parameter" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.whater_point" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.whater_device" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.whater_widget_log" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.whater_valoration" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.distribution_network_valoration" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.whater_organization" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.import_data_file" (parent: whater.abstract.repository).
Resolving inheritance for "whater.repository.whater_organization_code" (parent: whater.abstract.repository).
Resolving inheritance for "whater.sitemap.distribution_network_subscriber" (parent: whater.abstract.bus_subscriber).
Resolving inheritance for "whater.repository.notification" (parent: whater.abstract.repository).
Resolving inheritance for "whater.use_case.mark_notification_as_read_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.mark_notification_as_unread_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.mark_all_notification_as_read_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_list_my_notifications_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_delete_notification_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "whater.use_case.app_count_my_unread_notifications_command" (parent: whater.abstract.command_handler).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snc_redis" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.websocket" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.eight_points_guzzle" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.sinacLog" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
3
Skipping service "Twig\Extra\Intl\ArrayExtension": Class or interface "Twig\Extra\Intl\ArrayExtension" cannot be loaded.
Skipping service "Twig\Extra\Intl\DateExtension": Class or interface "Twig\Extra\Intl\DateExtension" cannot be loaded.
Skipping service "Twig\Extra\Intl\TextExtension": Class or interface "Twig\Extra\Intl\TextExtension" cannot be loaded.
191
Removing method "setAuthorizationChecker" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKnpSnappyPdf" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSlugify" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplating" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setViewHandler" of service "Whater\UI\RestBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKnpSnappyPdf" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSlugify" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplating" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setViewHandler" of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKnpSnappyPdf" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSlugify" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplating" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setViewHandler" of service "Whater\UI\RestBundle\Controller\User\PublicUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKnpSnappyPdf" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSlugify" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplating" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setViewHandler" of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKnpSnappyPdf" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSlugify" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplating" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setViewHandler" of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKnpSnappyPdf" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSlugify" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplating" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setViewHandler" of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setKnpSnappyPdf" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSlugify" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplating" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setViewHandler" of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Blog\AdminBlogArticleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Blog\AdminBlogCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Blog\Api\AdminBlogArticleApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Blog\Api\AdminBlogCategoryApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Blog\PublicBlogArticleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Common\CommonController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Notification\Api\AppNotificationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Notification\AppNotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AdminCartOrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AdminProductAttributeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AdminProductCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AdminProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AdminProductVariationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AdminWalletLiquidationRequestController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AdminCartOrderApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AdminProductApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AdminProductAttributeApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AdminProductCategoryApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AdminProductVariationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AdminWalletLiquidationRequestApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AppCartOrderApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AppCartOrderItemApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AppProductApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AppProductCategoryApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AppProductVariationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AppWalletOperationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\AppWhatercoinCouponApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\PublicCartOrderApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\Api\PublicProductApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AppCartOrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AppCartOrderItemController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AppProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AppProductVariationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AppWalletOperationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\AppWhatercoinCouponController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\PublicCartOrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Product\PublicProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\AdminOrganizationLicenseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\AdminOrganizationLicenseFeeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\AdminOwnershipRequestController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\AdminUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\Api\AdminOrganizationLicenseApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\Api\AdminOrganizationLicenseFeeApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\Api\AdminOwnershipRequestApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\Api\AdminUserApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\Api\AppOrganizationLicenseApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\Api\AppOrganizationLicenseFeeApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\Api\AppOwnershipRequestApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\AppOrganizationLicenseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\User\AppUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\AdminAnalyticalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\AdminDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\AdminOrganizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\AdminSinacController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\AdminWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\AdminWhaterDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\AdminWhaterPointController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AdminAnalyticalApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AdminDistributionNetworkApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AdminDistributionNetworkValorationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AdminOrganizationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AdminSinacApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AdminWhaterDeviceApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AdminWhaterPointApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AdminWhaterValorationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AppDistributionNetworkApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AppDistributionNetworkValorationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AppOrganizationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AppWhaterDeviceApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AppWhaterPointApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\AppWhaterValorationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\PublicDistributionNetworkApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Api\PublicWhaterApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\AppOrganizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\AppWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\AppWhaterPointController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\PublicAnalyticalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\PublicDistributionNetworkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\PublicWhaterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\PublicWhaterDeviceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\PublicWhaterPointController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Whater\Widget\WhaterWidgetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\AdminAgrupationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\AdminCountryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\AdminDistrictController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\AdminEstablishmentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\AdminTownController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\AdminTownLocationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\AdminUbicationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AdminAgrupationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AdminCountryApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AdminDistrictApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AdminEstablishmentApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AdminTownApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AdminTownLocationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AdminUbicationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AppAgrupationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AppCountryApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AppEstablishmentApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AppTownApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\AppUbicationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\PublicCountryApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\PublicEstablishmentApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\PublicTownApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\Api\PublicTownLocationApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\AppTownController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\AppUbicationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\PublicCountryAreaController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\PublicEstablishmentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\PublicTownController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\PublicTownLocationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\PublicUbicationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParameterBag" of service "Whater\UI\WebBundle\Controller\Zones\PublicZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
326
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.default.store"; reason: private alias.
Removed service "lock.store"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "lock"; reason: private alias.
Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $anonymousApiLimiter"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.whaterusers"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.api_private"; reason: private alias.
Removed service "security.user_checker.api_private"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "hateoas.configuration.metadata.cache"; reason: private alias.
Removed service "slugify"; reason: private alias.
Removed service "Cocur\Slugify\SlugifyInterface"; reason: private alias.
Removed service "Shivas\VersioningBundle\Service\VersionManagerInterface"; reason: private alias.
Removed service "Shivas\VersioningBundle\Formatter\FormatterInterface"; reason: private alias.
Removed service "Shivas\VersioningBundle\Writer\WriterInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\GeneratorInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\DumperInterface"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Authentication\AuthenticatorInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Authentication\ConnectionRepositoryInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Authentication\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Client\Auth\WebsocketAuthenticationProviderInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Client\ClientManipulatorInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Client\ClientStorageInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Pusher\PusherRegistry"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Pusher\ServerPushHandlerRegistry"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Server\App\Dispatcher\RpcDispatcherInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Server\App\Dispatcher\TopicDispatcherInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Server\App\Registry\OriginRegistry"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Server\App\Registry\PeriodicRegistry"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Server\App\Registry\RpcRegistry"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Server\App\Registry\ServerRegistry"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Server\App\Registry\TopicRegistry"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Server\ServerLauncherInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Topic\TopicManager"; reason: private alias.
Removed service "React\EventLoop\LoopInterface"; reason: private alias.
Removed service "gos_web_socket.authentication.storage.driver"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Authentication\Storage\Driver\StorageDriverInterface"; reason: private alias.
Removed service "Gos\Bundle\WebSocketBundle\Client\Driver\DriverInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\Pool"; reason: private alias.
Removed service "sonata.media.http.client"; reason: private alias.
Removed service "sonata.media.http.message_factory"; reason: private alias.
Removed service "sonata.media.adapter.image.default"; reason: private alias.
Removed service "sonata.media.resizer.default"; reason: private alias.
Removed service "bazinga_geocoder.geocoder"; reason: private alias.
Removed service "geocoder"; reason: private alias.
Removed service "Geocoder\Provider\Provider $acmeGeocoder"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $qrTicketQrCodeBuilder"; reason: private alias.
Removed service "GuzzleHttp\ClientInterface $tnnClient"; reason: private alias.
Removed service "FM\ElfinderBundle\Loader\ElFinderLoader"; reason: private alias.
Removed service "fm_elfinder.configurator"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sncRedisLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $websocketLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eightPointsGuzzleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sinacLogLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service "tactician.middleware.doctrine"; reason: private alias.
Removed service "tactician.middleware.doctrine_rollback_only"; reason: private alias.
Removed service "League\Tactician\CommandBus $defaultBus"; reason: private alias.
Removed service "tactician.commandbus"; reason: private alias.
Removed service "League\Tactician\CommandBus"; reason: private alias.
Removed service "tactician.handler.locator.symfony"; reason: private alias.
Removed service "tactician.middleware.command_handler"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".service_locator..J2RLVi"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.NuHbnez"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.omE03im"; reason: private alias.
Removed service ".service_locator.TdimCxg"; reason: private alias.
Removed service ".service_locator.Wjardzy"; reason: private alias.
Removed service ".service_locator.dZjuSUg"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.fl39nwV"; reason: private alias.
Removed service ".service_locator.srd6V0."; reason: private alias.
Removed service ".service_locator.cNtGqL6"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.doctrine_object_constructor.inner"; reason: private alias.
Removed service "nelmio_api_doc.model_describers.jms"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.kGx2cvg"; reason: private alias.
Removed service ".service_locator.SX5RJkz"; reason: private alias.
Removed service ".service_locator.BH.rlhj"; reason: private alias.
Removed service ".service_locator.F4fiQ8a"; reason: private alias.
Removed service ".service_locator.NYeE_LH"; reason: private alias.
Removed service ".service_locator.2NJNFxY"; reason: private alias.
Removed service ".service_locator.M6Gutze"; reason: private alias.
Removed service ".service_locator.O0cf3yi"; reason: private alias.
Removed service ".service_locator.Rx07VHo"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator.vbaHOmu"; reason: private alias.
Removed service ".service_locator.Q_9LoY3"; reason: private alias.
Removed service ".service_locator.zF_ZBzE"; reason: private alias.
Removed service ".service_locator.mtJb34x"; reason: private alias.
Removed service ".service_locator.AGNfthi"; reason: private alias.
Removed service ".service_locator.6vGzmGK"; reason: private alias.
Removed service ".service_locator.JmHnXRx"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
1104
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "config_builder.warmer" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "error_handler.error_renderer.html" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.main.form_login" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.failure_handler.main.form_login" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "doctrine.migrations.dependency_factory" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "sensio_framework_extra.security.listener" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.deserialization_graph_navigator_factory" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
Changed reference of service "jms_serializer.serialization_graph_navigator_factory" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "tactician.middleware.logger" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "hateoas.configuration.metadata.yaml_driver" previously pointing to "hateoas.configuration.provider.chain" to "hateoas.configuration.provider".
Changed reference of service "hateoas.configuration.metadata.xml_driver" previously pointing to "hateoas.configuration.provider.chain" to "hateoas.configuration.provider".
Changed reference of service "hateoas.configuration.metadata.annotation_driver" previously pointing to "hateoas.configuration.provider.chain" to "hateoas.configuration.provider".
Changed reference of service "hateoas.configuration.metadata.attribute_driver" previously pointing to "hateoas.configuration.provider.chain" to "hateoas.configuration.provider".
Changed reference of service "hateoas.generator.symfony" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "presta_sitemap.controller" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fos_rest.versioning.exclusion_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "time.datetime_formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ewz_recaptcha.validator.v3.true" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken.send_token" previously pointing to "debug.validator" to "validator".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "nelmio_api_doc.describers.swagger_php.default" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_security.csp_report.logger" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "nelmio_security.csp_reporter_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "liip_imagine.service.filter" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "gos_web_socket.registry.pusher" previously pointing to "gos_web_socket.pusher.wamp.data_collector" to "gos_web_socket.pusher.wamp".
Changed reference of service "gos_web_socket.server.application.wamp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gos_web_socket.server.builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gos_web_socket.server.websocket" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.media.security.public_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.forbidden_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.superadmin_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.session_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.connected_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.form.type.media" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service "eight_points_guzzle.middleware.event_dispatch.tnn" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "FM\ElfinderBundle\Controller\ElFinderController" previously pointing to "fm_elfinder.loader.default" to "fm_elfinder.loader".
Changed reference of service "Whater\UI\RestBundle\Controller\AbstractController" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "Whater\UI\RestBundle\Controller\AbstractController" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "Whater\UI\RestBundle\Controller\AbstractBusController" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "Whater\UI\RestBundle\Controller\AbstractBusController" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "Whater\UI\RestBundle\Controller\Security\SecurityController" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "Whater\UI\RestBundle\Controller\Security\SecurityController" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "Whater\UI\RestBundle\Controller\User\PrivateUserController" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "Whater\UI\RestBundle\Controller\User\PublicUserController" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "Whater\UI\RestBundle\Controller\User\PublicUserController" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "Whater\UI\RestBundle\Controller\Whater\PrivateWhaterController" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "Whater\UI\RestBundle\Controller\Whater\PrivateDistributionNetworkController" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "Whater\UI\RestBundle\Controller\Zones\PrivateZonesController" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "Whater\UI\RestBundle\Controller\Whater\PublicTheThingsNetworkController" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "whater.abstract.bus_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.abstract.bus_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.security_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.security_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.security_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.forgot_password_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.forgot_password_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.forgot_password_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.forgot_password_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.reset_password_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.reset_password_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.reset_password_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.reset_password_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.signup_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.signup_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.signup_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_refresh_token_command" previously pointing to "debug.validator" to "validator".
Changed reference of service "whater.use_case.get_refresh_token_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_refresh_token_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_refresh_token_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.security.authentication_success_handler" previously pointing to "router.default" to "router".
Changed reference of service "whater.security.authentication_failure_handler" previously pointing to "router.default" to "router".
Changed reference of service "tactician.middleware.chrisguitarguy_tactician_symfony_events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "whater.abstract.command_handler" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.abstract.command_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.abstract.command_handler" previously pointing to "router.default" to "router".
Changed reference of service "whater.abstract.event_listener" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.abstract.event_listener_bus_controller" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.sitemap.webpages_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.media" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.article" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.article" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.article_category" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.article_category" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.sitemap.blogpages_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_blog_article_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_blog_article_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_blog_article_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_blog_article_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_blog_article_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_blog_article_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_blog_article_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_blog_article_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_blog_article_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_blog_article_for_whaterpoint_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_blog_article_for_whaterpoint_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_blog_article_for_whaterpoint_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_blog_article_for_blog_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_blog_article_for_blog_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_blog_article_for_blog_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_blog_articles_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_blog_articles_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_blog_articles_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.public_list_blog_articles_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.public_list_blog_articles_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.public_list_blog_articles_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_blog_article_category_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_blog_article_category_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_blog_article_category_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_blog_article_category_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_blog_article_category_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_blog_article_category_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_blog_article_category_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_blog_article_category_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_blog_article_category_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_blog_article_category_for_blog_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_blog_article_category_for_blog_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_blog_article_category_for_blog_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_blog_article_categories_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_blog_article_categories_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_blog_article_categories_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.public_list_blog_article_categories_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.public_list_blog_article_categories_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.public_list_blog_article_categories_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.user" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.user" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.organization_license" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.organization_license" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.organization_license_fee" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.organization_license_fee" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.ownership_request" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.ownership_request" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_user_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_user_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_user_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_user_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_user_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_user_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_user_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_user_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_user_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_profile_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_profile_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_profile_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_user_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_user_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_user_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_user_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_user_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_user_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_user_by_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_user_by_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_user_by_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_user_by_username_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_user_by_username_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_user_by_username_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.contact_adminsitrators_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.contact_adminsitrators_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.contact_adminsitrators_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_list_organization_license_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_list_organization_license_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_list_organization_license_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_list_organization_license_fee_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_list_organization_license_fee_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_list_organization_license_fee_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_list_organization_license_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_list_organization_license_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_list_organization_license_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_organization_license_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_organization_license_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_organization_license_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_organization_license_fee_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_organization_license_fee_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_organization_license_fee_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_request_organization_license_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_request_organization_license_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_request_organization_license_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_organization_license_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_organization_license_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_organization_license_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_organization_license_fee_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_organization_license_fee_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_organization_license_fee_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_organization_license_fees_for_new_license_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_organization_license_fees_for_new_license_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_organization_license_fees_for_new_license_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_organization_license_fee_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_organization_license_fee_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_organization_license_fee_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_organization_license_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_organization_license_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_organization_license_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_edit_organization_license_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_edit_organization_license_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_edit_organization_license_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.check_organization_license_widget_request_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.check_organization_license_widget_request_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.check_organization_license_widget_request_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.add_user_to_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.add_user_to_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.add_user_to_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_add_whatercoins_to_user_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_add_whatercoins_to_user_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_add_whatercoins_to_user_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.remove_user_from_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.remove_user_from_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.remove_user_from_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.count_referral_users_by_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.count_referral_users_by_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.count_referral_users_by_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.contact_form_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.contact_form_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.contact_form_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_list_ownership_request_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_list_ownership_request_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_list_ownership_request_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_register_ubication_ownership_request_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_register_ubication_ownership_request_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_register_ubication_ownership_request_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_register_town_ownership_request_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_register_town_ownership_request_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_register_town_ownership_request_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_register_town_ubication_ownership_request_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_register_town_ubication_ownership_request_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_register_town_ubication_ownership_request_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_register_distribution_network_ownership_request_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_register_distribution_network_ownership_request_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_register_distribution_network_ownership_request_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_ownership_request_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_ownership_request_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_ownership_request_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_ownership_request_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_ownership_request_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_ownership_request_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_users_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_users_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_users_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_cart_order_for_checkout_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_cart_order_for_checkout_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_cart_order_for_checkout_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_admin_cart_order_for_view_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_admin_cart_order_for_view_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_admin_cart_order_for_view_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_cart_order_item_by_seller_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_cart_order_item_by_seller_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_cart_order_item_by_seller_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_list_cart_order_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_list_cart_order_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_list_cart_order_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_list_wallet_liquidation_request_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_list_wallet_liquidation_request_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_list_wallet_liquidation_request_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_list_buyer_cart_order_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_list_buyer_cart_order_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_list_buyer_cart_order_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_cart_order_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_cart_order_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_cart_order_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_update_cart_order_for_whater_refills_data_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_update_cart_order_for_whater_refills_data_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_update_cart_order_for_whater_refills_data_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.assign_user_to_cart_order_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.assign_user_to_cart_order_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.assign_user_to_cart_order_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_abandone_cart_order_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_abandone_cart_order_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_abandone_cart_order_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.clean_peding_cart_orders_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.clean_peding_cart_orders_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.clean_peding_cart_orders_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_product_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_product_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_product_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_product_category_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_product_category_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_product_category_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_product_attribute_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_product_attribute_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_product_attribute_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_product_variation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_product_variation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_product_variation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_register_product_variation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_register_product_variation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_register_product_variation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_wallet_liquidation_request_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_wallet_liquidation_request_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_wallet_liquidation_request_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_wallet_liquidation_request_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_wallet_liquidation_request_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_wallet_liquidation_request_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_register_product_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_register_product_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_register_product_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_product_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_product_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_product_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_product_category_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_product_category_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_product_category_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_product_attribute_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_product_attribute_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_product_attribute_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_product_variation_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_product_variation_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_product_variation_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_product_for_show_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_product_for_show_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_product_for_show_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_wallet_liquidation_request_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_wallet_liquidation_request_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_wallet_liquidation_request_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_shipping_methods_from_sendcloud_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_shipping_methods_from_sendcloud_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_shipping_methods_from_sendcloud_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_product_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_product_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_product_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_product_category_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_product_category_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_product_category_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_product_attribute_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_product_attribute_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_product_attribute_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_product_variation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_product_variation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_product_variation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_edit_product_variation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_edit_product_variation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_edit_product_variation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_edit_product_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_edit_product_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_edit_product_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_admin_product_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_admin_product_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_admin_product_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_admin_product_category_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_admin_product_category_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_admin_product_category_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_admin_product_attribute_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_admin_product_attribute_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_admin_product_attribute_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_public_product_attribute_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_public_product_attribute_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_public_product_attribute_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_admin_product_variation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_admin_product_variation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_admin_product_variation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_app_product_variation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_app_product_variation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_app_product_variation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_app_product_category_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_app_product_category_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_app_product_category_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_public_product_category_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_public_product_category_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_public_product_category_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_app_product_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_app_product_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_app_product_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_public_product_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_public_product_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_public_product_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_vist_vendor_cart_order_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_vist_vendor_cart_order_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_vist_vendor_cart_order_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_list_my_wallet_operations_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_list_my_wallet_operations_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_list_my_wallet_operations_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_list_organization_wallet_operations_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_list_organization_wallet_operations_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_list_organization_wallet_operations_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_user_confirm_cart_order_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_user_confirm_cart_order_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_user_confirm_cart_order_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_update_shipping_items_for_cart_order_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_update_shipping_items_for_cart_order_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_update_shipping_items_for_cart_order_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.complete_purchase_event_cart_order_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.complete_purchase_event_cart_order_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.complete_purchase_event_cart_order_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.request_stripe_web_hook_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.request_stripe_web_hook_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.request_stripe_web_hook_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.request_stripe_web_hook_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_cart_order_for_whatercoins_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_cart_order_for_whatercoins_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_cart_order_for_whatercoins_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_cart_order_for_catalog_product_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_cart_order_for_catalog_product_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_cart_order_for_catalog_product_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_cart_order_for_whater_refills_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_cart_order_for_whater_refills_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_cart_order_for_whater_refills_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_recommended_products_for_whaterpoint_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_recommended_products_for_whaterpoint_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_recommended_products_for_whaterpoint_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_recommended_products_for_distribution_network_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_recommended_products_for_distribution_network_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_recommended_products_for_distribution_network_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_product_attribute_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_product_attribute_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_product_attribute_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_product_variation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_product_variation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_product_variation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_register_product_valoration_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_register_product_valoration_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_register_product_valoration_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_register_whatercoin_coupon_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_register_whatercoin_coupon_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_register_whatercoin_coupon_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_edit_whatercoin_coupon_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_edit_whatercoin_coupon_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_edit_whatercoin_coupon_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_delete_whatercoin_coupon_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_delete_whatercoin_coupon_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_delete_whatercoin_coupon_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_apply_for_whatercoin_coupon_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_apply_for_whatercoin_coupon_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_apply_for_whatercoin_coupon_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_list_whatercoin_coupon_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_list_whatercoin_coupon_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_list_whatercoin_coupon_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whatercoin_coupon_by_code_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whatercoin_coupon_by_code_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whatercoin_coupon_by_code_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whatercoin_coupon_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whatercoin_coupon_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whatercoin_coupon_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.listener.cart_order_update_state_event_listener" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.wallet_operation" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.wallet_operation" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.cart_order" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.cart_order" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.cart_order_item" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.cart_order_item" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.product" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.product" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.product_category" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.product_category" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.product_attribute" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.product_attribute" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.product_variation" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.product_variation" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.product_valoration" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.product_valoration" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.wallet_liquidations_request" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.wallet_liquidations_request" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.whatercoin_coupon" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.whatercoin_coupon" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_country_area_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_country_area_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_country_area_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_town_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_town_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_town_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_town_location_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_town_location_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_town_location_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_agrupation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_agrupation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_agrupation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_location_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_location_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_location_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_establishment_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_establishment_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_establishment_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_country_by_iso_code_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_country_by_iso_code_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_country_by_iso_code_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_country_area_by_external_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_country_area_by_external_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_country_area_by_external_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_town_by_external_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_town_by_external_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_town_by_external_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_nearest_town_by_lat_long_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_nearest_town_by_lat_long_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_nearest_town_by_lat_long_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whaterpoint_map_detaisl_by__id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whaterpoint_map_detaisl_by__id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whaterpoint_map_detaisl_by__id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_country_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_country_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_country_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_country_area_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_country_area_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_country_area_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_town_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_town_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_town_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_list_town_location_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_list_town_location_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_list_town_location_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_list_agrupation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_list_agrupation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_list_agrupation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_list_agrupation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_list_agrupation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_list_agrupation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_admin_ubication_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_admin_ubication_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_admin_ubication_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_app_ubication_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_app_ubication_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_app_ubication_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_establishment_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_establishment_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_establishment_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_district_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_district_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_district_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_town_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_town_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_town_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_town_location_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_town_location_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_town_location_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_agrupation_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_agrupation_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_agrupation_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_ubication_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_ubication_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_ubication_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_establishment_for_editing_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_establishment_for_editing_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_establishment_for_editing_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_town_by_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_town_by_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_town_by_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_town_by_slug_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_town_by_slug_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_town_by_slug_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_town_location_by_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_town_location_by_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_town_location_by_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_town_location_by_slug_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_town_location_by_slug_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_town_location_by_slug_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_ubication_by_slug_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_ubication_by_slug_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_ubication_by_slug_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_country_area_by_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_country_area_by_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_country_area_by_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_country_area_by_slug_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_country_area_by_slug_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_country_area_by_slug_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_ubication_by_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_ubication_by_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_ubication_by_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_establishment_by_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_establishment_by_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_establishment_by_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_country_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_country_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_country_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_country_area_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_country_area_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_country_area_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_country_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_country_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_country_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_country_area_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_country_area_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_country_area_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_town_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_town_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_town_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_town_location_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_town_location_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_town_location_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_agrupation_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_agrupation_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_agrupation_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_edit_town_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_edit_town_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_edit_town_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.update_sinac_synchronization_town_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.update_sinac_synchronization_town_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.update_sinac_synchronization_town_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.update_town_center_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.update_town_center_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.update_town_center_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.update_town_location_center_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.update_town_location_center_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.update_town_location_center_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_ubication_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_ubication_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_ubication_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_edit_ubication_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_edit_ubication_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_edit_ubication_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_establishment_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_establishment_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_establishment_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_establishment_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_establishment_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_establishment_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_ubication_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_ubication_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_ubication_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_ubications_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_ubications_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_ubications_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_ubications_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_establishments_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_establishments_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_establishments_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_town_locations_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_town_locations_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_town_locations_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_towns_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_towns_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_towns_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_agrupations_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_agrupations_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_agrupations_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_country_areas_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_country_areas_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_country_areas_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_countries_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_countries_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_countries_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.listener.town_polygon_update_event_listener" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.listener.town_location_polygon_update_event_listener" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.country" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.country" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.country_area" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.country_area" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.town" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.town" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.town_location" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.town_location" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.agrupation" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.agrupation" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.ubication" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.ubication" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.establishment" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.establishment" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.sitemap.town_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "whater.sitemap.country_area_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_distribution_network_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_distribution_network_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_distribution_network_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_distribution_network_by_external_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_distribution_network_by_external_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_distribution_network_by_external_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_distribution_network_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_distribution_network_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_distribution_network_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_distribution_network_children_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_distribution_network_children_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_distribution_network_children_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_distribution_networks_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_distribution_networks_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_distribution_networks_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_distribution_networks_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_whater_points_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_whater_points_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_whater_points_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.process_whater_points_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.process_whater_points_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.process_whater_points_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_whater_organizations_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_whater_organizations_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_whater_organizations_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_whater_organizations_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.upload_whater_analytical_file_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.upload_whater_analytical_file_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.upload_whater_analytical_file_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_sync_sinac_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_sync_sinac_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_sync_sinac_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_log_files_dashboard_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_log_files_dashboard_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_log_files_dashboard_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_import_data_file_for_show_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_import_data_file_for_show_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_import_data_file_for_show_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.cancel_import_data_file_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.cancel_import_data_file_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.cancel_import_data_file_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_admin_whater_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_admin_whater_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_admin_whater_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_app_whater_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_app_whater_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_app_whater_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_whater_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_whater_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_whater_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_register_whater_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_register_whater_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_register_whater_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_admin_whater_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_admin_whater_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_admin_whater_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_app_whater_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_app_whater_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_app_whater_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_whater_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_whater_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_whater_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_organization_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_organization_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_organization_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_organization_by_sinac_label_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_organization_by_sinac_label_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_organization_by_sinac_label_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_list_whater_point_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_list_whater_point_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_list_whater_point_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_list_my_whater_points_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_list_my_whater_points_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_list_my_whater_points_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_register_stripe_express_account_to_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_register_stripe_express_account_to_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_register_stripe_express_account_to_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_remove_stripe_express_account_to_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_remove_stripe_express_account_to_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_remove_stripe_express_account_to_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_list_my_organization_whater_points_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_list_my_organization_whater_points_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_list_my_organization_whater_points_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.public_list_whater_point_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.public_list_whater_point_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.public_list_whater_point_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_import_data_file_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_import_data_file_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_import_data_file_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_rest_whater_point_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_rest_whater_point_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_rest_whater_point_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_whater_device_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_whater_device_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_whater_device_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_whater_point_by_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_whater_point_by_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_whater_point_by_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_whater_point_analytical_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_whater_point_analytical_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_whater_point_analytical_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_whater_point_valorations_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_whater_point_valorations_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_whater_point_valorations_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_distribution_network_valorations_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_distribution_network_valorations_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_distribution_network_valorations_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_analytical_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_analytical_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_analytical_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_distribution_network_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_distribution_network_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_distribution_network_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.list_random_whaterpoint_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.list_random_whaterpoint_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.list_random_whaterpoint_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_sinac_analytical_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_sinac_analytical_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_sinac_analytical_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_sample_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_sample_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_sample_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_whater_point_geoposition_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_whater_point_geoposition_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_whater_point_geoposition_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_analytical_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_analytical_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_analytical_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_analytical_for_whaterpoint_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_analytical_for_whaterpoint_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_analytical_for_whaterpoint_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_register_analytical_for_distribution_network_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_register_analytical_for_distribution_network_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_register_analytical_for_distribution_network_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_distribution_network_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_distribution_network_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_distribution_network_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.fix_distribution_network_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.fix_distribution_network_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.fix_distribution_network_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.update_distribution_network_sinac_info_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.update_distribution_network_sinac_info_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.update_distribution_network_sinac_info_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.update_distribution_network_area_and_center_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.update_distribution_network_area_and_center_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.update_distribution_network_area_and_center_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_distribution_network_update_analitycs_update_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_distribution_network_update_analitycs_update_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_distribution_network_update_analitycs_update_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_analytical_by_sinac_bulletin_number_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_analytical_by_sinac_bulletin_number_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_analytical_by_sinac_bulletin_number_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_analytical_by_distribution_network_and_responsable_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_analytical_by_distribution_network_and_responsable_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_analytical_by_distribution_network_and_responsable_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_whater_point_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_whater_point_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_whater_point_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_whater_device_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_whater_device_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_whater_device_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.edit_whater_device_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.edit_whater_device_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.edit_whater_device_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_edit_whater_point_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_edit_whater_point_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_edit_whater_point_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_edit_whater_point_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_edit_whater_point_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_edit_whater_point_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_point_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_point_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_point_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_device_for_edit_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_device_for_edit_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_device_for_edit_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_device_for_show_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_device_for_show_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_device_for_show_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_analytical_for_show_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_analytical_for_show_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_analytical_for_show_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_distribuion_network_for_show_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_distribuion_network_for_show_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_distribuion_network_for_show_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_distribuion_network_for_show_bt_slug_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_distribuion_network_for_show_bt_slug_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_distribuion_network_for_show_bt_slug_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_point_by_sinac_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_point_by_sinac_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_point_by_sinac_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_point_by_osm_id_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_point_by_osm_id_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_point_by_osm_id_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_point_for_show_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_point_for_show_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_point_for_show_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_point_for_show_by_slug_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_point_for_show_by_slug_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_point_for_show_by_slug_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_whater_widget_log_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_whater_widget_log_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_whater_widget_log_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_widget_register_by_month_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_widget_register_by_month_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_widget_register_by_month_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_whater_point_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_whater_point_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_whater_point_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_whater_device_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_whater_device_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_whater_device_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_distribution_network_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_distribution_network_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_distribution_network_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_whater_analytical_file_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_whater_analytical_file_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_whater_analytical_file_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_analytical_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_analytical_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_analytical_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.add_children_to_distribution_network_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.add_children_to_distribution_network_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.add_children_to_distribution_network_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.assign_whater_point_to_nearest_distribution_network" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.assign_whater_point_to_nearest_distribution_network" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.assign_whater_point_to_nearest_distribution_network" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_distribution_network_children_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_distribution_network_children_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_distribution_network_children_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_whater_valoration_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_whater_valoration_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_whater_valoration_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_distribution_network_valoration_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_distribution_network_valoration_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_distribution_network_valoration_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_whater_valoration_comment_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_whater_valoration_comment_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_whater_valoration_comment_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.register_distribution_network_valoration_comment_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.register_distribution_network_valoration_comment_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.register_distribution_network_valoration_comment_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_valoration_for_show_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_valoration_for_show_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_valoration_for_show_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_whater_dashboard_stats_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_whater_dashboard_stats_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_whater_dashboard_stats_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.get_nearest_whaterpoint_by_lat_long_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.get_nearest_whaterpoint_by_lat_long_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.get_nearest_whaterpoint_by_lat_long_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.request_the_things_network_webhook_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.request_the_things_network_webhook_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.request_the_things_network_webhook_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.request_the_things_network_webhook_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.send_email_to_administrators_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.send_email_to_administrators_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.send_email_to_administrators_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.send_email_to_administrators_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_whater_valoration_comment_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_whater_valoration_comment_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_whater_valoration_comment_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.delete_distribution_network_valoration_comment_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.delete_distribution_network_valoration_comment_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.delete_distribution_network_valoration_comment_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.reply_whater_valoration_comment_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.reply_whater_valoration_comment_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.reply_whater_valoration_comment_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.reply_distribution_network_valoration_comment_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.reply_distribution_network_valoration_comment_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.reply_distribution_network_valoration_comment_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.import_whater_devices_excel_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.import_whater_devices_excel_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.import_whater_devices_excel_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.admin_add_whater_coins_to_whater_organization_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.admin_add_whater_coins_to_whater_organization_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.admin_add_whater_coins_to_whater_organization_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.listener.distribution_network_polygon_update_event_listener" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.distribution_network" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.distribution_network" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.whater_point" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.whater_point" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.analytical" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.analytical" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.whater_organization" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.whater_organization" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.whater_device" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.whater_device" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.serializer_subscriber.import_data_file" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.import_data_file" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.sitemap.distribution_network_subscriber" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.notification" previously pointing to "router.default" to "router".
Changed reference of service "whater.serializer_subscriber.notification" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.mark_notification_as_read_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.mark_notification_as_read_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.mark_notification_as_read_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.mark_notification_as_unread_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.mark_notification_as_unread_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.mark_notification_as_unread_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.mark_all_notification_as_read_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.mark_all_notification_as_read_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.mark_all_notification_as_read_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_list_my_notifications_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_list_my_notifications_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_list_my_notifications_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_delete_notification_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_delete_notification_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_delete_notification_command" previously pointing to "router.default" to "router".
Changed reference of service "whater.use_case.app_count_my_unread_notifications_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "whater.use_case.app_count_my_unread_notifications_command" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "whater.use_case.app_count_my_unread_notifications_command" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.t.1T_bk" previously pointing to "Kira0269\LogViewerBundle\LogParser\LogParserInterface" to "kira_log_viewer.log_parser.default".
Changed reference of service ".service_locator.q0V785R" previously pointing to "Kira0269\LogViewerBundle\LogParser\LogParserInterface" to "kira_log_viewer.log_parser.default".
Changed reference of service ".service_locator.FQlNG.j" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.foPrRcS" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.B2N.LKQ" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tactician.middleware.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.amRzgdN" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.XmPJruK" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "presta_sitemap.generator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.generator" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.dumper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.dumper" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "GpsLab\Bundle\GeoIP2Bundle\Downloader\Downloader" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.GpsLab\Bundle\GeoIP2Bundle\Command\UpdateDatabaseCommand" previously pointing to "GpsLab\Bundle\GeoIP2Bundle\Downloader\MaxMindDownloader" to "GpsLab\Bundle\GeoIP2Bundle\Downloader\Downloader".
Changed reference of service "console.command.public_alias.GpsLab\Bundle\GeoIP2Bundle\Command\DownloadDatabaseCommand" previously pointing to "GpsLab\Bundle\GeoIP2Bundle\Downloader\MaxMindDownloader" to "GpsLab\Bundle\GeoIP2Bundle\Downloader\Downloader".
Changed reference of service "console.command.public_alias.whater.command.update_sinac_distribution_networks_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.update_sinac_distribution_networks_command" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.whater.command.update_sinac_distribution_networks_v2_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.update_sinac_distribution_networks_v2_command" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.whater.command.update_sinac_analitycs_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.update_sinac_analitycs_command" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.whater.command.update_google_whater_point_geoposition_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.update_google_whater_point_geoposition_command" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.whater.command.update_nominatim_whater_point_geoposition_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.update_nominatim_whater_point_geoposition_command" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.whater.command.load_osm_whater_points_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.load_osm_whater_points_command" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.whater.command.update_whater_point_with_nearest_distribution_network_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.update_whater_point_with_nearest_distribution_network_command" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.whater.command.update_town_nominatim_geoposition_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.update_town_nominatim_geoposition_command" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.whater.command.process_whater_points_excel_console_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.process_whater_points_excel_console_command" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.whater.command.clean_pending_cart_order_console_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.clean_pending_cart_order_console_command" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.whater.command.debu_send_cloud_command" previously pointing to "monolog.logger" to "whater.logger".
Changed reference of service "console.command.public_alias.whater.command.debu_send_cloud_command" previously pointing to "router.default" to "router".
122
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "gos_web_socket.authentication.provider.session"; reason: abstract.
Removed service "gos_web_socket.periodic_ping.doctrine"; reason: abstract.
Removed service "gos_web_socket.periodic_ping.pdo"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "Whater\UI\WebBundle\Controller\AbstractController"; reason: abstract.
Removed service "Whater\UI\WebBundle\Controller\AbstractBusController"; reason: abstract.
Removed service "Whater\UI\RestBundle\Controller\AbstractController"; reason: abstract.
Removed service "Whater\UI\RestBundle\Controller\AbstractBusController"; reason: abstract.
Removed service "whater.abstract.bus_command"; reason: abstract.
Removed service "whater.abstract.command_handler"; reason: abstract.
Removed service "whater.abstract.bus_subscriber"; reason: abstract.
Removed service "whater.abstract.event_listener"; reason: abstract.
Removed service "whater.abstract.event_listener_bus_controller"; reason: abstract.
Removed service "whater.abstract.repository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\Intl\IntlExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extra\Intl\IntlExtension"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\GeoArray"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\GeoJson"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Gpx"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Kml"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Wkb"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Wkt"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: abstract.
Removed service ".abstract.instanceof.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Kira0269\LogViewerBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Kira0269\LogViewerBundle\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.Kira0269\LogViewerBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Kira0269\LogViewerBundle\Controller\ViewerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Kira0269\LogViewerBundle\Controller\ViewerController"; reason: abstract.
Removed service ".abstract.instanceof.Kira0269\LogViewerBundle\Controller\ViewerController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
242
Removed service "Twig\Extra\Intl\ArrayExtension"; reason: unused.
Removed service "Twig\Extra\Intl\DateExtension"; reason: unused.
Removed service "Twig\Extra\Intl\TextExtension"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "Http\Client\HttpClient"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "lock.default"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authentication.listener.anonymous"; reason: unused.
Removed service "security.authentication.provider.anonymous"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~o6oGxAZ"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
Removed service "jms_serializer.metadata.doc_block_driver"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "jms_serializer.templating.helper.serializer"; reason: unused.
Removed service "tactician.handler.method_name_inflector.class_name"; reason: unused.
Removed service "tactician.handler.method_name_inflector.handle_class_name"; reason: unused.
Removed service "tactician.handler.method_name_inflector.handle_class_name_without_suffix"; reason: unused.
Removed service "tactician.handler.method_name_inflector.invoke"; reason: unused.
Removed service "tactician.plugins.named_command.extractor"; reason: unused.
Removed service "tactician.logger.class_properties_formatter"; reason: unused.
Removed service "tactician.logger.class_name_formatter"; reason: unused.
Removed service "Snc\RedisBundle\Logger\RedisCallInterceptor"; reason: unused.
Removed service "snc_redis.phpredis_factory"; reason: unused.
Removed service "hateoas.configuration.provider.function"; reason: unused.
Removed service "hateoas.configuration.provider.static_method"; reason: unused.
Removed service "hateoas.configuration.provider.expression"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "fos_rest.versioning.header_resolver"; reason: unused.
Removed service "fos_rest.versioning.media_type_resolver"; reason: unused.
Removed service "fos_rest.versioning.query_parameter_resolver"; reason: unused.
Removed service "time.templating.helper.time"; reason: unused.
Removed service "ewz_recaptcha.extension.recaptcha.request_method.proxy_post"; reason: unused.
Removed service "ewz_recaptcha.form_builder_factory"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service "nelmio_security.ua_parser"; reason: unused.
Removed service "nelmio_security.policy_manager"; reason: unused.
Removed service "nelmio_security.csp_report.filter.noise_detector_custom_rules"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "gos_web_socket.authentication.connection_repository"; reason: unused.
Removed service "gos_web_socket.authentication.storage.driver.psr_cache"; reason: unused.
Removed service "gos_web_socket.periodic_ping.memory_usage"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "sonata.media.thumbnail.liip_imagine"; reason: unused.
Removed service "sonata.media.adapter.image.imagick"; reason: unused.
Removed service "sonata.media.adapter.image.gmagick"; reason: unused.
Removed service "sonata.media.formatter.twig"; reason: unused.
Removed service "sonata.media.security.public_strategy"; reason: unused.
Removed service "sonata.media.security.forbidden_strategy"; reason: unused.
Removed service "sonata.media.security.session_strategy"; reason: unused.
Removed service "sonata.media.security.connected_strategy"; reason: unused.
Removed service "sonata.media.manager.gallery"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "sonata.admin.builder.orm_form"; reason: unused.
Removed service "sonata.admin.builder.orm_list"; reason: unused.
Removed service "sonata.admin.guesser.orm_list"; reason: unused.
Removed service "sonata.admin.guesser.orm_list_chain"; reason: unused.
Removed service "sonata.admin.builder.orm_show"; reason: unused.
Removed service "sonata.admin.guesser.orm_show"; reason: unused.
Removed service "sonata.admin.guesser.orm_show_chain"; reason: unused.
Removed service "sonata.admin.builder.orm_datagrid"; reason: unused.
Removed service "sonata.admin.guesser.orm_datagrid"; reason: unused.
Removed service "sonata.admin.guesser.orm_datagrid_chain"; reason: unused.
Removed service "sonata.admin.data_source.orm"; reason: unused.
Removed service "sonata.admin.field_description_factory.orm"; reason: unused.
Removed service "sonata.admin.orm.filter.type.boolean"; reason: unused.
Removed service "sonata.admin.orm.filter.type.callback"; reason: unused.
Removed service "sonata.admin.orm.filter.type.choice"; reason: unused.
Removed service "sonata.admin.orm.filter.type.class"; reason: unused.
Removed service "sonata.admin.orm.filter.type.count"; reason: unused.
Removed service "sonata.admin.orm.filter.type.date"; reason: unused.
Removed service "sonata.admin.orm.filter.type.date_range"; reason: unused.
Removed service "sonata.admin.orm.filter.type.datetime"; reason: unused.
Removed service "sonata.admin.orm.filter.type.datetime_range"; reason: unused.
Removed service "sonata.admin.orm.filter.type.empty"; reason: unused.
Removed service "sonata.admin.orm.filter.type.model"; reason: unused.
Removed service "sonata.admin.orm.filter.type.null"; reason: unused.
Removed service "sonata.admin.orm.filter.type.number"; reason: unused.
Removed service "sonata.admin.orm.filter.type.string"; reason: unused.
Removed service "sonata.admin.orm.filter.type.string_list"; reason: unused.
Removed service "sonata.admin.orm.filter.type.time"; reason: unused.
Removed service "sonata.admin.orm.filter.type.uid"; reason: unused.
Removed service "sonata.admin.orm.filter.type.model_autocomplete"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\AlgoliaFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\ArcGISOnlineFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\BingMapsFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\FreeGeoIpFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoIP2Factory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoIPsFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoPluginFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoipFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeonamesFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsPlacesFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\HereFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\HostIpFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpInfoDbFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpInfoFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpstackFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\LocationIQFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapQuestFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapboxFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapzenFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MaxMindBinaryFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MaxMindFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\OpenCageFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\OpenRouteServiceFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\PickPointFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\PluginProviderFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\TomTomFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\YandexFactory"; reason: unused.
Removed service "GpsLab\Bundle\GeoIP2Bundle\Reader\ReaderFactory"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PngWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
Removed service "whater.security.authentication_success_handler"; reason: unused.
Removed service "whater.security.authentication_failure_handler"; reason: unused.
Removed service "whater.tactician.formatters.class_properties_formatter"; reason: unused.
Removed service "tactician.middleware.chrisguitarguy_tactician_symfony_events"; reason: unused.
Removed service "whater.domain_event_publisher"; reason: unused.
Removed service "whater.repository.media"; reason: unused.
Removed service "whater.repository.ubication_image"; reason: unused.
Removed service "whater.repository.article_translation"; reason: unused.
Removed service "whater.repository.article_category_tanslation"; reason: unused.
Removed service "whater.use_case.public_list_blog_article_categories_command"; reason: unused.
Removed service "whater.transformer.user"; reason: unused.
Removed service "whater.use_case.contact_adminsitrators_command"; reason: unused.
Removed service ".service_locator.0ZY6ZQQ"; reason: unused.
Removed service ".service_locator.BjMxIOf"; reason: unused.
Removed service ".service_locator.APToX25"; reason: unused.
Removed service ".service_locator.61a254L"; reason: unused.
Removed service ".service_locator.B2N.LKQ"; reason: unused.
Removed service ".service_locator.Q_sxXj3"; reason: unused.
Removed service ".service_locator.P7qToFg"; reason: unused.
Removed service ".service_locator.RC9Kl4b"; reason: unused.
Removed service ".service_locator.m5oyk3Z"; reason: unused.
Removed service ".service_locator..odbQ5D"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "tactician.middleware.doctrine_rollback_only.default"; reason: unused.
Removed service "tactician.middleware.validator"; reason: unused.
Removed service "tactician.middleware.security"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.nLgZj7R"; reason: unused.
Removed service ".errored..service_locator.Q_sxXj3.Cocur\Slugify\Slugify"; reason: unused.
Removed service ".errored..service_locator.m5oyk3Z.Symfony\Bundle\FrameworkBundle\Translation\Translator"; reason: unused.
Removed service ".errored..service_locator..odbQ5D.Symfony\Component\Form\FormFactory"; reason: unused.
496
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.cfU40MO" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service ".lock.default.store.2BORioJ" to "lock.default.factory".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.anonymous_api" to "limiter.anonymous_api".
Inlined service "lock.default.factory" to "limiter.anonymous_api".
Inlined service "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler" to "session.storage.native".
Inlined service ".service_locator.XmPJruK" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.bNB6YCa" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.QcpgIhp" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "snc_redis.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "Twig\Extra\Intl\IntlExtension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "jms_serializer.twig_extension.serializer" to "twig".
Inlined service "hateoas.twig.link" to "twig".
Inlined service "cocur_slugify.twig.slugify" to "twig".
Inlined service "shivas_versioning.twig.version" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "time.twig.extension.time" to "twig".
Inlined service "nelmio_security.twig_extension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "sonata.media.twig.extension" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "eight_points_guzzle.twig_extension.debug" to "twig".
Inlined service "twig.extension.fm_elfinder_init" to "twig".
Inlined service "Twig\Extra\String\StringExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "sonata.media.twig.global" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.ops8F8." to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.QWkwKV5" to "security.access_map".
Inlined service ".security.request_matcher.C.tXRWI" to "security.access_map".
Inlined service ".security.request_matcher.e0KTL5b" to "security.access_map".
Inlined service ".security.request_matcher.lJ8RFQM" to "security.access_map".
Inlined service ".security.request_matcher.eoJuNvA" to "security.access_map".
Inlined service ".security.request_matcher.2EY4zYw" to "security.access_map".
Inlined service ".security.request_matcher.549WpbB" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.user_password_hasher" to "security.authentication.provider.guard.api_private".
Inlined service "security.exception_listener.api_private" to "security.firewall.map.context.api_private".
Inlined service "security.firewall.map.config.api_private" to "security.firewall.map.context.api_private".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~E6ghjZK" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.3FXK2bU" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "Whater\Infrastructure\CommonBundle\Doctrine\Fixtures\DummyData\LoadDummyCountries" to "doctrine.fixtures.loader".
Inlined service "Whater\Infrastructure\CommonBundle\Doctrine\Fixtures\DummyData\LoadDummyCountryAreas" to "doctrine.fixtures.loader".
Inlined service "Whater\Infrastructure\CommonBundle\Doctrine\Fixtures\DummyData\LoadDummyLocations" to "doctrine.fixtures.loader".
Inlined service "Whater\Infrastructure\CommonBundle\Doctrine\Fixtures\DummyData\LoadDummyTowns" to "doctrine.fixtures.loader".
Inlined service "Whater\Infrastructure\CommonBundle\Doctrine\Fixtures\DummyData\LoadDummyUsers" to "doctrine.fixtures.loader".
Inlined service "Whater\Infrastructure\CommonBundle\Doctrine\Fixtures\DummyData\LoadLicenseProduct" to "doctrine.fixtures.loader".
Inlined service "Whater\Infrastructure\CommonBundle\Doctrine\Fixtures\DummyData\LoadLicenseProductV2" to "doctrine.fixtures.loader".
Inlined service "Whater\Infrastructure\CommonBundle\Doctrine\Fixtures\DummyData\LoadWhatercoinProduct" to "doctrine.fixtures.loader".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.sluggable".
Inlined service ".service_locator.1neFJck" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.annotation_and_attributes_reader" to "jms_serializer.metadata.annotation_driver".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "hateoas.expression.link_expression_function" to "jms_serializer.expression_language".
Inlined service "whater.tactician.formatters.class_name_formatter" to "tactician.middleware.logger".
Inlined service "monolog.logger.snc_redis" to "snc_redis.logger".
Inlined service ".service_locator.Sze_Fba" to "Snc\RedisBundle\Command\RedisQueryCommand".
Inlined service "snc_redis.default_connectionfactory" to "snc_redis.client.default_options".
Inlined service "snc_redis.connection.default_parameters.default" to "snc_redis.default".
Inlined service "snc_redis.client.default_options" to "snc_redis.default".
Inlined service "snc_redis.session_connectionfactory" to "snc_redis.client.session_options".
Inlined service "snc_redis.connection.session_parameters.session" to "snc_redis.session".
Inlined service "snc_redis.client.session_options" to "snc_redis.session".
Inlined service "hateoas.serializer.exclusion.expression_language_strategy" to "hateoas.serializer.exclusion_manager".
Inlined service "hateoas.serializer.xml" to "hateoas.event_listener.xml".
Inlined service "hateoas.serializer.json_hal" to "hateoas.event_listener.json".
Inlined service "hateoas.configuration.metadata.annotation_reader" to "hateoas.configuration.metadata.annotation_driver".
Inlined service "hateoas.configuration.metadata.attribute_driver" to "hateoas.configuration.metadata.annotation_or_attribute_driver".
Inlined service "hateoas.configuration.metadata.annotation_driver" to "hateoas.configuration.metadata.annotation_or_attribute_driver".
Inlined service "hateoas.configuration.metadata.annotation_or_attribute_driver" to "hateoas.configuration.metadata.extension_driver".
Inlined service "hateoas.configuration.metadata.lazy_loading_driver" to "hateoas.configuration.metadata_factory".
Inlined service "hateoas.configuration.metadata.cache.file_cache" to "hateoas.configuration.metadata_factory".
Inlined service "hateoas.generator.symfony" to "hateoas.generator.registry".
Inlined service "shivas_versioning.writer.version" to "shivas_versioning.manager".
Inlined service "shivas_versioning.formatter.git" to "shivas_versioning.manager".
Inlined service "shivas_versioning.provider.version" to "shivas_versioning.manager".
Inlined service "shivas_versioning.provider.git" to "shivas_versioning.manager".
Inlined service "shivas_versioning.provider.revision" to "shivas_versioning.manager".
Inlined service "shivas_versioning.provider.init" to "shivas_versioning.manager".
Inlined service "shivas_versioning.cache.version.recorder_inner" to "shivas_versioning.cache.version".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.e2bbcf3815fb14b4f442efe3a031323d2685fde6cbd97042e58400451e17eae404649b31" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.66ec9608e9ab30873d47031daf08957efe4e2739ef72d53b9078037797c2f999c9e65ef9" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "fos_rest.versioning.chain_resolver" to "fos_rest.versioning.listener".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service "time.datetime_formatter" to "time.twig.extension.time".
Inlined service "ewz_recaptcha.locale.resolver" to "ewz_recaptcha.form.type".
Inlined service "ewz_recaptcha.extension.recaptcha.request_method.post" to "ewz_recaptcha.recaptcha".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "lexik_jwt_authentication.extractor.cookie_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
Inlined service ".1_TokenStorage~p_ifJ5I" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
Inlined service "gesdinet.jwtrefreshtoken.authenticator" to "gesdinet.jwtrefreshtoken".
Inlined service "gesdinet.jwtrefreshtoken.user_provider" to "gesdinet.jwtrefreshtoken".
Inlined service "lexik_jwt_authentication.handler.authentication_success" to "gesdinet.jwtrefreshtoken".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
Inlined service "nelmio_api_doc.model_describers.jms.inner" to "nelmio_api_doc.model_describers.jms.bazinga_hateoas".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "nelmio_security.nonce_generator" to "nelmio_security.csp_listener".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains_regex" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_schemes" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_injected_scripts" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_browser_bugs" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.log_formatter" to "nelmio_security.csp_report.logger".
Inlined service "nelmio_security.csp_report.logger" to "nelmio_security.csp_reporter_controller".
Inlined service "nelmio_security.csp_report.filter" to "nelmio_security.csp_reporter_controller".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service ".service_locator.hvq7UFV.gos_pubsub_router.cache_warmer.router" to "gos_pubsub_router.cache_warmer.router".
Inlined service "gos_pubsub_router.routing.resolver" to "gos_pubsub_router.routing.loader".
Inlined service "gos_pubsub_router.loader.closure" to "gos_pubsub_router.routing.resolver".
Inlined service "gos_pubsub_router.loader.container" to "gos_pubsub_router.routing.resolver".
Inlined service "gos_pubsub_router.loader.glob" to "gos_pubsub_router.routing.resolver".
Inlined service "gos_pubsub_router.loader.php" to "gos_pubsub_router.routing.resolver".
Inlined service "gos_pubsub_router.loader.xml" to "gos_pubsub_router.routing.resolver".
Inlined service "gos_pubsub_router.loader.yaml" to "gos_pubsub_router.routing.resolver".
Inlined service "gos_pubsub_router.routing.loader" to "gos_pubsub_router.router.websocket".
Inlined service "gos_web_socket.authentication.storage.driver.in_memory" to "gos_web_socket.authentication.token_storage".
Inlined service "gos_web_socket.authentication.authenticator" to "gos_web_socket.event_listener.client".
Inlined service "gos_web_socket.server.websocket" to "gos_web_socket.registry.server".
Inlined service "whater.topic_website_service" to "gos_web_socket.registry.topic".
Inlined service "gos_web_socket.server.builder" to "gos_web_socket.server.websocket".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "sonata.media.security.superadmin_strategy" to "sonata.media.pool".
Inlined service "sonata.media.provider.file" to "sonata.media.pool".
Inlined service "sonata.media.provider.youtube" to "sonata.media.pool".
Inlined service "sonata.media.provider.dailymotion" to "sonata.media.pool".
Inlined service "sonata.media.provider.vimeo" to "sonata.media.pool".
Inlined service "sonata.media.resizer.crop" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.resizer.square" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.thumbnail.file" to "sonata.media.provider.file".
Inlined service "sonata.media.metadata.noop" to "sonata.media.metadata.proxy".
Inlined service "sonata.media.metadata.amazon" to "sonata.media.metadata.proxy".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "psr18.http_client" to "Bazinga\GeocoderBundle\ProviderFactory\NominatimFactory".
Inlined service "bazinga_geocoder.provider.acme" to "Geocoder\ProviderAggregator".
Inlined service "bazinga_geocoder.provider.acme.locale" to "bazinga_geocoder.provider.acme".
Inlined service "Bazinga\GeocoderBundle\ProviderFactory\NominatimFactory" to "bazinga_geocoder.provider.acme".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service ".service_locator.mx0UMmY.Kira0269\LogViewerBundle\Controller\DashboardController" to "Kira0269\LogViewerBundle\Controller\DashboardController".
Inlined service ".service_locator.mx0UMmY.Kira0269\LogViewerBundle\Controller\ViewerController" to "Kira0269\LogViewerBundle\Controller\ViewerController".
Inlined service "monolog.logger.eight_points_guzzle" to "eight_points_guzzle.middleware.symfony_log".
Inlined service "security.authentication_utils" to "whater.use_case.security_command".
Inlined service "whater.repository.role" to "whater.use_case.register_user_command".
Inlined service "whater.repository.product_valoration" to "whater.use_case.app_register_product_valoration_command".
Inlined service "whater.repository.district" to "whater.use_case.list_district_command".
Inlined service "whater.repository.whater_valoration_image" to "whater.use_case.register_whater_valoration_comment_command".
Inlined service "whater.repository.distribution_network_valoration_image" to "whater.use_case.register_distribution_network_valoration_comment_command".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "tactician.commandbus.default.handler.service_locator" to "tactician.commandbus.default.handler.locator".
Inlined service "tactician.handler.command_name_extractor.class_name" to "tactician.commandbus.default.middleware.command_handler".
Inlined service "tactician.commandbus.default.handler.locator" to "tactician.commandbus.default.middleware.command_handler".
Inlined service "tactician.handler.method_name_inflector.handle" to "tactician.commandbus.default.middleware.command_handler".
Inlined service "tactician.middleware.logger" to "tactician.commandbus.default".
Inlined service "tactician.middleware.locking" to "tactician.commandbus.default".
Inlined service "tactician.middleware.doctrine.default" to "tactician.commandbus.default".
Inlined service "tactician.commandbus.default.middleware.command_handler" to "tactician.commandbus.default".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.OSH1YoD" to ".service_locator.OSH1YoD.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.hvq7UFV" to ".service_locator.hvq7UFV.gos_pubsub_router.cache_warmer.router".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_yml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.I6ee1vD" to "console.command_loader".
Inlined service ".service_locator.OSH1YoD.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "hateoas.configuration.metadata.yaml_driver" to "hateoas.configuration.metadata_driver".
Inlined service "hateoas.configuration.metadata.xml_driver" to "hateoas.configuration.metadata_driver".
Inlined service "hateoas.configuration.metadata.extension_driver" to "hateoas.configuration.metadata_driver".
Inlined service "fos_rest.serializer.jms" to "fos_rest.view_handler".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "fm_elfinder.configurator.default" to "fm_elfinder.loader".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service ".service_locator.VIpuaxl" to "fos_rest.serializer.jms_handler_registry".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "sonata.media.generator.default" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "sonata.media.generator.default" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "sonata.media.generator.default" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
5
Tag "container.decorator" was defined on service(s) "debug.security.access.decision_manager", "doctrine.migrations.container_aware_migrations_factory", "nelmio_api_doc.model_describers.jms.bazinga_hateoas", "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.http_client", "fos_rest.serializer.form_error_handler", "event_dispatcher", "gos_web_socket.pusher.wamp", ".container.private.validator", but was never used.
Tag "templating.helper" was defined on service(s) "Vich\UploaderBundle\Templating\Helper\UploaderHelper", but was never used.
Tag "sonata.admin.manager" was defined on service(s) "sonata.admin.manager.orm", but was never used.
Tag "bazinga_geocoder.dumper" was defined on service(s) "Geocoder\Dumper\GeoArray", "Geocoder\Dumper\GeoJson", "Geocoder\Dumper\Gpx", "Geocoder\Dumper\Kml", "Geocoder\Dumper\Wkb", "Geocoder\Dumper\Wkt", but was never used.
Tag "eight_points_guzzle.logger" was defined on service(s) "eight_points_guzzle.tnn_logger", but was never used.