Added comma to last element

This commit is contained in:
Poghos 2021-04-26 13:29:15 +04:00
parent e5f1b33f48
commit 5633e23588
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class ProductFlat
'name',
'price',
'weight',
'status'
'status',
];
/**