Graphql-laravel: Missing import in GraphQLController

Created on 21 May 2019  路  2Comments  路  Source: rebing/graphql-laravel

Most helpful comment

10169b1

All 2 comments

yup, this import is missing in the current version, which breaks the package completely.

temporary fix: re-add it in src/Rebing/GraphQL/GraphQLController.php

<?php

namespace Rebing\GraphQL;

use Illuminate\Http\Request;
use Illuminate\Routing\Controller;
use Illuminate\Support\Arr;

10169b1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

niiapa picture niiapa  路  8Comments

jglover picture jglover  路  6Comments

edgarsn picture edgarsn  路  4Comments

constantinosergiou picture constantinosergiou  路  3Comments

timothyvictor picture timothyvictor  路  3Comments