Skip to content

Commit 7314950

Browse files
lonnylotintrowit
authored andcommitted
Return certificate request body
1 parent bf60444 commit 7314950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/AwsSnsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function __invoke()
1818

1919
$validator = new MessageValidator(function ($certUrl) {
2020
return Cache::rememberForever($certUrl, function () use ($certUrl) {
21-
return Http::get($certUrl);
21+
return Http::get($certUrl)->body();
2222
});
2323
});
2424

0 commit comments

Comments
 (0)