Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 12, 2024
1 parent 8b063c8 commit b14b91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function fetchData(array|string $clientOpts, string $method = 'GET', stri

Event::trigger(self::class, self::EVENT_BEFORE_FETCH_DATA, $event);

if (! $event->isValid) {
if (!$event->isValid) {
return $event->response;
}

Expand Down

0 comments on commit b14b91a

Please sign in to comment.