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