From d56d3bf8175e5005911d73aac498a6adb6d270bd Mon Sep 17 00:00:00 2001 From: Damian Damico Date: Tue, 31 Dec 2019 12:53:33 -0300 Subject: [PATCH] fix --- src/Entity/Vendor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Entity/Vendor.php b/src/Entity/Vendor.php index d52d7ab..5846cf4 100644 --- a/src/Entity/Vendor.php +++ b/src/Entity/Vendor.php @@ -42,10 +42,10 @@ class Vendor implements VendorInterface private $logoName; /** @var Collection|ChannelInterface[] */ - private $channels; + protected $channels; /** @var Collection|ProductInterface[] */ - private $products; + protected $products; public function __construct() {