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 d36c14c commit af420deCopy full SHA for af420de
1 file changed
src/Laravel/ApiPlatformProvider.php
@@ -914,7 +914,9 @@ public function register(): void
914
915
return new HydraSchemaFactory(
916
$app->make(JsonApiSchemaFactory::class),
917
- $defaultContext
+ $defaultContext,
918
+ $app->make(DefinitionNameFactoryInterface::class),
919
+ $app->make(ResourceMetadataCollectionFactoryInterface::class),
920
);
921
});
922
0 commit comments