From fbb3432e6c3fa64103453df8ffd335c5c4c0a8fa Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 8 Apr 2019 20:41:42 +0200 Subject: [PATCH] [Cache] Updated invalid pdo service name --- reference/configuration/framework.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 7e5c9e9eccf..fb7cd1ee41f 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -2016,7 +2016,8 @@ default_pdo_provider **type**: ``string`` **default**: ``doctrine.dbal.default_connection`` The service id of the database connection, which should be either a PDO or a -Doctrine DBAL instance. +Doctrine DBAL instance. The provider is available as the ``cache.default_pdo_provider`` +service. pools .....