8000 minor #11371 [Cache] Updated invalid pdo service name (Nyholm) · symfony/symfony-docs@c24d4e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c24d4e7

Browse files
committed
minor #11371 [Cache] Updated invalid pdo service name (Nyholm)
This PR was merged into the 4.2 branch. Discussion ---------- [Cache] Updated invalid pdo service name This will fix #8406 This is similar to #11370. I made two PRs because PDO was not introduced in 3.4. I think this will be easier to merge. See https://github.com/symfony/symfony/blob/4.2/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php#L1640 Commits ------- fbb3432 [Cache] Updated invalid pdo service name
2 parents c726a80 + fbb3432 commit c24d4e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,8 @@ default_pdo_provider
20162016
**type**: ``string`` **default**: ``doctrine.dbal.default_connection``
20172017

20182018
The service id of the database connection, which should be either a PDO or a
2019-
Doctrine DBAL instance.
2019+
Doctrine DBAL instance. The provider is available as the ``cache.default_pdo_provider``
2020+
service.
20202021

20212022
pools
20222023
.....

0 commit comments

Comments
 (0)
0