We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3abbc3 commit afa7092Copy full SHA for afa7092
components/cache/adapters/pdo_adapter.rst
@@ -40,13 +40,6 @@ You can also create this table explicitly by calling the
40
:method:`Symfony\\Component\\Cache\\Adapter\\PdoAdapter::createTable` method in
41
your code.
42
43
-.. deprecated:: 5.4
44
-
45
- Using :class:`Symfony\\Component\\Cache\\Adapter\\PdoAdapter` with a
46
- :class:`Doctrine\\DBAL\\Connection` or a DBAL URL is deprecated since Symfony 5.4
47
- and will be removed in Symfony 6.0.
48
- Use :class:`Symfony\\Component\\Cache\\Adapter\\DoctrineDbalAdapter` instead.
49
50
.. tip::
51
52
When passed a `Data Source Name (DSN)`_ string (instead of a database connection
0 commit comments