Skip to content

Commit fd4330c

Browse files
committed
Fix Product::getAllProducts() function
1 parent 209208c commit fd4330c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static function getAllProducts() {
6565
`bnls_product_id`,
6666
`label`,
6767
`sort`,
68-
`version_byte
68+
`version_byte`
6969
FROM `products`
7070
ORDER BY `sort` ASC;
7171
");

0 commit comments

Comments
 (0)