From 60a9b726f115e093d78988317d8c269bd7ba55d1 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Jan 2021 22:35:53 +0100 Subject: [PATCH] Update BuyableProductTrait.php --- tests/Fixtures/BuyableProductTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Fixtures/BuyableProductTrait.php b/tests/Fixtures/BuyableProductTrait.php index 2a8f33b..cf661f6 100644 --- a/tests/Fixtures/BuyableProductTrait.php +++ b/tests/Fixtures/BuyableProductTrait.php @@ -22,7 +22,7 @@ class BuyableProductTrait extends Model implements Buyable 'price', 'weight' ]; - + protected $attributes = [ 'id' => 1, 'name' => 'Item name',