We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafb5c4 commit 1943f3cCopy full SHA for 1943f3c
src/Bridges/DatabaseDI/DatabaseExtension.php
@@ -28,7 +28,7 @@ class DatabaseExtension extends Nette\DI\CompilerExtension
28
'debugger' => TRUE,
29
'explain' => TRUE,
30
'reflection' => NULL, // BC
31
- 'conventions' => 'Nette\Database\Conventions\DiscoveredConventions',
+ 'conventions' => 'discovered', // Nette\Database\Conventions\DiscoveredConventions
32
'autowired' => NULL,
33
);
34
0 commit comments