diff --git a/tests/Fixtures/BuyableProductTrait.php b/tests/Fixtures/BuyableProductTrait.php index aa2c701..9bfee7e 100644 --- a/tests/Fixtures/BuyableProductTrait.php +++ b/tests/Fixtures/BuyableProductTrait.php @@ -10,9 +10,9 @@ class BuyableProductTrait extends Model implements Buyable use \Gloudemans\Shoppingcart\CanBeBought; protected $attributes = [ - 'id' => 1, - 'name' => 'Item name', - 'price' => 10.00, + 'id' => 1, + 'name' => 'Item name', + 'price' => 10.00, 'weight' => 0, ]; }