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 106f0dc commit 907b432Copy full SHA for 907b432
UPGRADE.md
@@ -58,7 +58,7 @@ DBAL deprecated the SQLLogger functionality in favor of the new middleware funct
58
Logging moved to the new middlewares section.
59
```php
60
'middlewares' => [
61
- \LaravelDoctrine\ORM\Loggers\FileLogger::class
+ \Doctrine\DBAL\Logging\Middleware::class
62
],
63
```
64
0 commit comments