Skip to content

Commit

Permalink
Revert "uodate code in GraphQLAPIServiceProvider "
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul authored Jul 30, 2022
1 parent 41a72a9 commit 2aa92c2
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 2aa92c2

Please sign in to comment.