storage url o'zgartirildi

This commit is contained in:
2026-04-28 18:02:39 +05:00
parent b8a4efadc2
commit a11b9c9100
6 changed files with 45 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ class Store
$category->save();
$category->brands()->sync($request->brands, false);
$category->brands()->sync($request->brands ?? [], false);
return $category;
}