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