diff --git a/symfony/ai-postgres-store/0.1/config/packages/ai_postgres_store.yaml b/symfony/ai-postgres-store/0.1/config/packages/ai_postgres_store.yaml index 11602f557..c6b497113 100644 --- a/symfony/ai-postgres-store/0.1/config/packages/ai_postgres_store.yaml +++ b/symfony/ai-postgres-store/0.1/config/packages/ai_postgres_store.yaml @@ -2,4 +2,4 @@ ai: store: postgres: default: - connection: 'default' + dbal_connection: 'doctrine.dbal.default_connection'