Skip to content

Commit 1943f3c

Browse files
committed
DI: fixed autowiring propper connection for reflection [closes #16]
1 parent bafb5c4 commit 1943f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/DatabaseDI/DatabaseExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DatabaseExtension extends Nette\DI\CompilerExtension
2828
'debugger' => TRUE,
2929
'explain' => TRUE,
3030
'reflection' => NULL, // BC
31-
'conventions' => 'Nette\Database\Conventions\DiscoveredConventions',
31+
'conventions' => 'discovered', // Nette\Database\Conventions\DiscoveredConventions
3232
'autowired' => NULL,
3333
);
3434

0 commit comments

Comments
 (0)