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. */