Skip to content

Commit

Permalink
Repushed data array
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed May 8, 2024
1 parent 03b9c12 commit 97291d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/system/library/cart/cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Cart {
private object $session;
private object $tax;
private object $weight;
private array $data = [];
private array $data = [];

/**
* Constructor
Expand Down

0 comments on commit 97291d5

Please sign in to comment.