This commit is contained in:
Ludovic CANDELLIER
2021-11-07 19:58:38 +01:00
parent c7c8e18cbc
commit 63c6671c97
22 changed files with 143 additions and 48 deletions

View File

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