user shop sites

This commit is contained in:
Kevin Adametz 2019-02-07 17:25:43 +01:00
parent 22a2b4710a
commit dc857e88d5
37 changed files with 2044 additions and 869 deletions

View file

@ -57,7 +57,6 @@ class ProductImage extends Model
];
}
public function product()
{
return $this->belongsTo('App\Models\Product', 'product_id');