Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 29b606c

Browse files
authored
Merge pull request #33 from modulusphp/feature/http-rest-update
Ref: don't return instance
2 parents 1511da5 + 07e62b8 commit 29b606c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function send()
246246

247247
if (is_array($response)) {
248248
echo json_encode($response);
249-
return $this;
249+
return;
250250
}
251251

252252
echo $response;

0 commit comments

Comments
 (0)