From 1eff96a05e03f754444b96c7d475c19133b02c78 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Jan 2021 22:34:47 +0100 Subject: [PATCH] Update BuyableProduct.php --- tests/Fixtures/BuyableProduct.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Fixtures/BuyableProduct.php b/tests/Fixtures/BuyableProduct.php index 0b36140..84e452f 100644 --- a/tests/Fixtures/BuyableProduct.php +++ b/tests/Fixtures/BuyableProduct.php @@ -18,9 +18,9 @@ class BuyableProduct extends Model implements Buyable 'title', 'description', 'price', - 'weight' + 'weight', ]; - + protected $attributes = [ 'id' => 1, 'name' => 'Item name',