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 67f4f95 commit 345db87Copy full SHA for 345db87
src/DI/UtilityExtension.php
@@ -8,6 +8,7 @@
8
use Nette\Schema\Expect;
9
use Nette\Schema\Schema;
10
use Utilitte\Doctrine\DoctrineIdentityExtractor;
11
+use Utilitte\Doctrine\FetchByIdentifiers;
12
use Utilitte\Doctrine\Query\RawQueryFactory;
13
use Utilitte\Doctrine\QueryMetadataExtractor;
14
use Utilitte\Nette\Latte\Macros;
@@ -44,6 +45,9 @@ public function loadConfiguration(): void
44
45
46
$builder->addDefinition($this->prefix('doctrine.rawQueryFactory'))
47
->setType(RawQueryFactory::class);
48
+
49
+ $builder->addDefinition($this->prefix('doctrine.fetchByIdentifiers'))
50
+ ->setType(FetchByIdentifiers::class);
51
}
52
53
0 commit comments