[WIP] Fix on prices & attributes

This commit is contained in:
Ludovic CANDELLIER
2020-06-15 00:17:15 +02:00
parent abc1510284
commit 5bd09966b7
6 changed files with 49 additions and 30 deletions

View File

@@ -7,6 +7,7 @@ use Illuminate\Database\Eloquent\Model;
class ArticlePrice extends Model
{
protected $guarded = ['id'];
protected $table = 'shop_article_prices';
public function Article()
{