Skip to content

Commit

Permalink
Update ServesFeaturesTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
meletisf authored Apr 20, 2023
1 parent 658940d commit 16d0f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServesFeaturesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public function serve(string $feature, $arguments = [])
$feature
);

return $this->dispatch($this->marshal($feature, new Collection(), $arguments));
return $this->dispatchSync($this->marshal($feature, new Collection(), $arguments));
}
}

0 comments on commit 16d0f0f

Please sign in to comment.