fixed brand name
This commit is contained in:
parent
4027bb3631
commit
20fbf8109d
|
|
@ -184,7 +184,7 @@ class BrandRepo
|
|||
}
|
||||
|
||||
$items = [];
|
||||
$brands = self::getBuilder()->select('id')->get();
|
||||
$brands = self::getBuilder()->select(['id', 'name'])->get();
|
||||
foreach ($brands as $brand) {
|
||||
$items[$brand->id] = [
|
||||
'id' => $brand->id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue