Skip to content

Commit 2e47184

Browse files
authored
bugfix - make FoxyCart a stand alone class (#402)
extending `Object` breaks in PHP 7.2
1 parent 12150ee commit 2e47184

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/model/FoxyCart.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
*
66
*/
77

8-
class FoxyCart extends Object {
8+
class FoxyCart
9+
{
910

1011
private static $keyPrefix = 'dYnm1c';
1112

0 commit comments

Comments
 (0)