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 a7315ec commit c689a18Copy full SHA for c689a18
src/Kernel.php
@@ -95,6 +95,7 @@ public function createContainer()
95
ResourceRepository::class => $repository,
96
Discovery::class => function (ContainerInterface $c) {
97
$puli = $c->get('puli.factory');
98
+
99
return $puli->createDiscovery($c->get(ResourceRepository::class));
100
},
101
]);
0 commit comments