From 8c152cca25c85c53003ec4ca51c5553f29f60d3a Mon Sep 17 00:00:00 2001 From: cholladay0816 Date: Wed, 18 Oct 2023 18:08:41 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- routes/web.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/routes/web.php b/routes/web.php index ffeb4fea..b9978502 100644 --- a/routes/web.php +++ b/routes/web.php @@ -134,12 +134,14 @@ ->name('commissions.orders'); }); -Route::get('/.well-known/apple-developer-merchantid-domain-association', -function() { - return " +Route::get( + '/.well-known/apple-developer-merchantid-domain-association', + function () { + return " [ZoneTransfer]
ZoneId=3
ReferrerUrl=https://dashboard.stripe.com/
HostUrl=https://stripe.com/files/apple-pay/apple-developer-merchantid-domain-association "; -}); + } +);