From 4f9d65a7c73c9e53f8351cba12f74530e68d67f6 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Wed, 31 Dec 2025 16:35:21 +0800 Subject: [PATCH] 1 --- app/Models/Category.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Category.php b/app/Models/Category.php index 07d8beb..a10777e 100644 --- a/app/Models/Category.php +++ b/app/Models/Category.php @@ -20,7 +20,6 @@ class Category extends Model 'is_active' => 'boolean', ]; - /** * Get the products for the category. */