Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboss86 committed Dec 31, 2019
1 parent a3f9600 commit d56d3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Entity/Vendor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit d56d3bf

Please sign in to comment.