From 69447fd82d9e3ea608704629e7a3bca7587ca643 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Jan 2021 22:36:07 +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 cf661f6..0601028 100644 --- a/tests/Fixtures/BuyableProductTrait.php +++ b/tests/Fixtures/BuyableProductTrait.php @@ -20,7 +20,7 @@ class BuyableProductTrait extends Model implements Buyable 'title', 'description', 'price', - 'weight' + 'weight', ]; protected $attributes = [