Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
Update GraphQL.php
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
MrGekko authored Jun 3, 2018
1 parent dc0f6a3 commit bb117e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Folklore/GraphQL/GraphQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ public function addSchema($name, $schema)

public function mergeSchemas($name, $schema)
{
//d($name, $schema);
if (isset($this->schemas[$name]) && $this->schemas[$name]) {
$this->schemas[$name] = array_merge_recursive($this->schemas[$name], $schema);
}
Expand Down

0 comments on commit bb117e7

Please sign in to comment.