From 7125c8b4192b68f477ac231de81cf632e3637d16 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Mon, 8 Apr 2024 09:58:58 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Web/Shop/Config/Certification/DeleteController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Web/Shop/Config/Certification/DeleteController.php b/app/Http/Controllers/Web/Shop/Config/Certification/DeleteController.php index a734171..5b48bf1 100644 --- a/app/Http/Controllers/Web/Shop/Config/Certification/DeleteController.php +++ b/app/Http/Controllers/Web/Shop/Config/Certification/DeleteController.php @@ -40,7 +40,7 @@ class DeleteController extends WebController $relation = ShopNoRelation::byKey( $param->shopId, $param->parkingManagementCode, - RServiceUsage::認証方式 + QRServiceUsage::認証方式 ) ->firstOrFail();