Skip to content

Commit

Permalink
style (FEDERATION) nuwave#911: Code style adjustments to match requir…
Browse files Browse the repository at this point in the history
…ements
  • Loading branch information
renepardon committed Nov 25, 2019
1 parent f2ab7dd commit f12ab34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Federation/FederationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function (RegisterDirectiveNamespaces $registerDirectiveNamespaces): string {
public function addFederationAdjustments(ManipulateAST $manipulateAST): void
{
if (config('lighthouse.federation.type') === 'service') {

$this->addDirectives($manipulateAST);
$this->addScalars($manipulateAST);
$this->addEntityUnion($manipulateAST);
Expand Down

0 comments on commit f12ab34

Please sign in to comment.