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 2a76527 commit 44e5608Copy full SHA for 44e5608
src/Laravel/ApiPlatformProvider.php
@@ -1092,7 +1092,7 @@ private function registerGraphQl(): void
1092
);
1093
});
1094
1095
- $app->singleton('api_platform.graphql.runtime_operation_metadata_factory', function (Application $app) {
+ $this->app->singleton('api_platform.graphql.runtime_operation_metadata_factory', function (Application $app) {
1096
return new RuntimeOperationMetadataFactory(
1097
$app->make(ResourceMetadataCollectionFactoryInterface::class),
1098
$app->make(UrlGeneratorRouter::class)
0 commit comments