Skip to content

Commit

Permalink
Merge pull request #61 from bagisto/revert-60-main
Browse files Browse the repository at this point in the history
Revert "uodate code in  GraphQLAPIServiceProvider "
  • Loading branch information
devansh-webkul authored Jul 30, 2022
2 parents 41a72a9 + 2aa92c2 commit 45144b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Providers/GraphQLAPIServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public function boot()
request()->merge(['token' => $headerValue[1]]);
}
}

$this->publishes([__DIR__.'/../graphql/schema.graphql' => base_path('graphql/schema.graphql')]);
}

/**
Expand Down

0 comments on commit 45144b2

Please sign in to comment.