This commit is contained in:
Ludovic CANDELLIER
2022-01-23 21:48:37 +01:00
parent fe759565a8
commit 81b6c87d59
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ class Shelve extends Model
use HasRelationships;
protected $guarded = ['id'];
protected $table = 'shop_categories';
protected $table = 'categories';
public function articles()
{