Fix display of supplier products and offerings - wasnt including all services

This commit is contained in:
2023-03-15 15:34:28 +11:00
parent b719efb58c
commit a6f01d0864
5 changed files with 14 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ use Illuminate\Support\Collection;
interface ProductItem
{
public function product();
public function products();
public function supplied();