Skip to content

Commit 907b432

Browse files
committed
Reference correct file logger
1 parent 106f0dc commit 907b432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ DBAL deprecated the SQLLogger functionality in favor of the new middleware funct
5858
Logging moved to the new middlewares section.
5959
```php
6060
'middlewares' => [
61-
\LaravelDoctrine\ORM\Loggers\FileLogger::class
61+
\Doctrine\DBAL\Logging\Middleware::class
6262
],
6363
```
6464

0 commit comments

Comments
 (0)