Skip to content

Commit

Permalink
Failsafe content
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Feb 9, 2022
1 parent f16c176 commit a0530cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/SnsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function handle(Request $request)

if (isset($snsMessage['Type'])) {
if ($snsMessage['Type'] === 'SubscriptionConfirmation') {
file_get_contents($snsMessage['SubscribeURL']);
@file_get_contents($snsMessage['SubscribeURL']);

$class = $this->getSubscriptionConfirmationEventClass();

Expand Down

0 comments on commit a0530cb

Please sign in to comment.