getService, [ 'App\\Application\\Event\\Project\\CreatedListener' => ['privates', 'App\\Application\\Event\\Project\\CreatedListener', 'getCreatedListenerService.php', true], 'App\\Application\\Event\\Project\\DeletedListener' => ['privates', 'App\\Application\\Event\\Project\\DeletedListener', 'getDeletedListenerService.php', true], 'App\\Application\\Event\\Project\\UpdatedListener' => ['privates', 'App\\Application\\Event\\Project\\UpdatedListener', 'getUpdatedListenerService.php', true], 'doctrine.orm.listeners.resolve_target_entity' => ['privates', 'doctrine.orm.listeners.resolve_target_entity', 'getDoctrine_Orm_Listeners_ResolveTargetEntityService.php', true], 'doctrine.orm.projects_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.projects_listeners.attach_entity_listeners', 'getDoctrine_Orm_ProjectsListeners_AttachEntityListenersService.php', true], ], [ 'App\\Application\\Event\\Project\\CreatedListener' => '?', 'App\\Application\\Event\\Project\\DeletedListener' => '?', 'App\\Application\\Event\\Project\\UpdatedListener' => '?', 'doctrine.orm.listeners.resolve_target_entity' => '?', 'doctrine.orm.projects_listeners.attach_entity_listeners' => '?', ]), [0 => 'doctrine.orm.listeners.resolve_target_entity']); $a->addEventListener([0 => 'preFlush'], 'App\\Application\\Event\\Project\\CreatedListener'); $a->addEventListener([0 => 'preFlush'], 'App\\Application\\Event\\Project\\DeletedListener'); $a->addEventListener([0 => 'preUpdate'], 'App\\Application\\Event\\Project\\UpdatedListener'); $a->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.projects_listeners.attach_entity_listeners'); $this->services['doctrine.dbal.projects_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_PROJECT'), 'driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], new \Doctrine\DBAL\Configuration(), $a, []); ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->load('getConnectionConfiguratorService.php'))->configure($instance); return $instance;