From 3c264dc7069f2d8219ad30821e266ab03e6a9fd1 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Sun, 26 Jul 2026 10:32:28 +0700 Subject: [PATCH] feat: add Restock model import in OwnerVerificationService --- app/Services/Manage/OwnerVerificationService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/Manage/OwnerVerificationService.php b/app/Services/Manage/OwnerVerificationService.php index 8fbc5e5..780b99d 100644 --- a/app/Services/Manage/OwnerVerificationService.php +++ b/app/Services/Manage/OwnerVerificationService.php @@ -8,6 +8,7 @@ use App\Models\ProductVariant; use App\Models\Purchase; use App\Models\RawMaterial; +use App\Models\Restock; use App\Models\User; use App\Services\Concerns\CachesQuery; use App\Services\Master\ProductService;