Skip to content

Commit 5250785

Browse files
committed
fix classname in readme
1 parent c4228ae commit 5250785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ doctrine:
5353
# the url can override the driver class
5454
# but I can't define this driver in the url which is why i made it the default
5555
# Doctrine\DBAL\DriverManager::parseDatabaseUrlScheme
56-
driver_class: App\Service\Aws\Doctrine\RdsDataDriver
56+
driver_class: Nemo64\DbalRdsData\RdsDataDriver
5757
url: '%env(resolve:DATABASE_URL)%'
5858
```
5959
```sh

0 commit comments

Comments
 (0)