Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eHorlyck authored and github-actions[bot] committed Oct 27, 2022
1 parent 4adecf5 commit 82df528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/WebhookController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Signifly\Shopify\Http\Middleware\ValidateWebhook;
use Signifly\Shopify\Webhooks\Webhook;


class WebhookController extends Controller
{
public function __construct()
Expand All @@ -30,6 +29,7 @@ public function handle(Request $request)
return new JsonResponse();
} catch (Exception $e) {
Log::error($e->getMessage());

return new Response('Error handling webhook', 500);
}
}
Expand Down

0 comments on commit 82df528

Please sign in to comment.