From 290dd2dddbea8b7a60d957dfcd22605bd00c0640 Mon Sep 17 00:00:00 2001 From: husanjon Date: Tue, 28 Apr 2026 16:47:45 +0500 Subject: [PATCH] storage url o'zgartirildi --- app/Http/Controllers/Dashboard/Product/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Dashboard/Product/Controller.php b/app/Http/Controllers/Dashboard/Product/Controller.php index fcfcd96..466e815 100755 --- a/app/Http/Controllers/Dashboard/Product/Controller.php +++ b/app/Http/Controllers/Dashboard/Product/Controller.php @@ -397,7 +397,7 @@ class Controller extends ExController $article_number = empty($request->get('article_number')) ? null : $request->get('article_number'); if ($category) { - $categoryFind = Category::withTrashed()->find($category); + $categoryFind = Category::find($category); if ($categoryFind) { list($categoryFind, $category_id) = $this->categoryQuery->getCategoriesAndCategoryMainId($categoryFind); } else {