From d7ff6df465946d30ff0821d5088d4891fe09510b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 3 Apr 2026 13:56:15 +0200 Subject: [PATCH] [symfony/ai] Fix configuration (#1523) --- .../0.1/config/packages/ai_postgres_store.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 11602f55..c6b49711 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'