From 209a813a8f674091586c63193b08bf663823ec50 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Jan 2021 22:32:59 +0100 Subject: [PATCH] Update BuyableProduct.php --- tests/Fixtures/BuyableProduct.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Fixtures/BuyableProduct.php b/tests/Fixtures/BuyableProduct.php index c9d9463..0b36140 100644 --- a/tests/Fixtures/BuyableProduct.php +++ b/tests/Fixtures/BuyableProduct.php @@ -15,6 +15,8 @@ class BuyableProduct extends Model implements Buyable protected $fillable = [ 'id', 'name', + 'title', + 'description', 'price', 'weight' ];