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