Skip to content

Commit 989c5f6

Browse files
committed
WIP Doctrine ORM 3.2 and DBAL 4.0 #10570
Broken because enum keep re-generating and new longitude-one/doctrine-spatial does not support MariaDB... and probably other stuff too that I could not test yet...
1 parent 74324b7 commit 989c5f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/development.config.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ return [
3131
'configuration' => [
3232
'orm_default' => [
3333
// Log all SQL queries from Doctrine (to logs/all.log)
34-
'sql_logger' => Ecodev\Felix\DBAL\Logging\ForwardSQLLogger::class,
34+
'middlewares' => [\Ecodev\Felix\DBAL\Logging\Middleware::class],
3535
'generate_proxies' => true,
3636
],
3737
],

0 commit comments

Comments
 (0)