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;