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 c4228ae commit 5250785Copy full SHA for 5250785
README.md
@@ -53,7 +53,7 @@ doctrine:
53
# the url can override the driver class
54
# but I can't define this driver in the url which is why i made it the default
55
# Doctrine\DBAL\DriverManager::parseDatabaseUrlScheme
56
- driver_class: App\Service\Aws\Doctrine\RdsDataDriver
+ driver_class: Nemo64\DbalRdsData\RdsDataDriver
57
url: '%env(resolve:DATABASE_URL)%'
58
```
59
```sh
0 commit comments