You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 5.4 branch.
Discussion
----------
[Cache] Fix PdoAdapter examples
As mentioned in symfony/symfony#52460, using a DSN with the PdoAdapter is currently not supported, instead a service name should be provided, eg:
```yaml
app.my_pdo_service:
class: \PDO
arguments:
- 'pgsql:host=localhost'
```
I haven't included the actual service definition since `app.my_psr6_service` isn't included either, but if you think I should, please let me know.
Commits
-------
7ab6c81 [Cache] Fix PdoAdapter examples
0 commit comments