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 242ef96 commit a6e3521Copy full SHA for a6e3521
src/Rebing/GraphQL/routes.php
@@ -113,7 +113,7 @@
113
'middleware' => config('graphql.graphiql.middleware', [])
114
], function ($router)
115
{
116
- $graphiqlController = config('graphql.graphiql.controller') ?? \Rebing\GraphQL\GraphQLController::class . '@graphiql';
+ $graphiqlController = config('graphql.graphiql.controller', \Rebing\GraphQL\GraphQLController::class . '@graphiql');
117
$schemaParameterPattern = '/\{\s*graphql\_schema\s*\?\s*\}/';
118
foreach (config('graphql.schemas') as $name => $schema)
119
0 commit comments