From a25d80d437ae24368f70d5d984bbf5c609c418b6 Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Sat, 15 Mar 2025 09:28:29 +0000 Subject: [PATCH] reollback error in production env --- hesabixCore/src/Service/Explore.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hesabixCore/src/Service/Explore.php b/hesabixCore/src/Service/Explore.php index a759dd7..5bf243c 100644 --- a/hesabixCore/src/Service/Explore.php +++ b/hesabixCore/src/Service/Explore.php @@ -218,10 +218,6 @@ class Explore if ($des) { $result['des'] = $des; } - $result['cat'] = ''; - if ($item->getCat()) { - $result['cat'] = $item->getCat()->getName(); - } return $result; }