From f2b2388da31ae7128d20979e0193fe4397c23c7c Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Thu, 18 Sep 2025 19:05:17 +0900 Subject: [PATCH] dbmsv2 init...1 --- app/Cells/Customer/ServiceCell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Cells/Customer/ServiceCell.php b/app/Cells/Customer/ServiceCell.php index 5853d37..d8220e2 100644 --- a/app/Cells/Customer/ServiceCell.php +++ b/app/Cells/Customer/ServiceCell.php @@ -2,7 +2,7 @@ namespace App\Cells\Customer; -use App\Services\PaymentService; +use App\Services\Payment\PaymentService; use App\Services\Customer\ServiceService; class ServiceCell extends CustomerCell