Added comma to last element
This commit is contained in:
parent
e5f1b33f48
commit
5633e23588
|
|
@ -58,7 +58,7 @@ class ProductFlat
|
|||
'name',
|
||||
'price',
|
||||
'weight',
|
||||
'status'
|
||||
'status',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue