storage url o'zgartirildi

This commit is contained in:
2026-04-28 17:53:06 +05:00
parent 290dd2dddb
commit b8a4efadc2
5 changed files with 22 additions and 14 deletions

View File

@@ -154,6 +154,12 @@ class Controller extends ExController
{
$category = Category::find($id);
if (empty($category)) {
return [
'status' => false,
'characteristics' => []
];
}
if (!empty($category->characteristics) && count($category->characteristics) > 0) {
$characteristics = $category->characteristics;