Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
This example is not actual:
$databaseConnectionOrDSN ='postgresql://myuser:mypassword@localhost:5634/lock';$store =newPostgreSqlStore($databaseConnectionOrDSN);
Correct way is to useDoctrineDbalPostgreSqlStore with a string like this'postgresql://myuser:mypassword@localhost:5634/lock'
https://symfony.com/doc/current/components/lock.html#postgresqlstore
symfony/symfony#44535 (comment)