This commit is contained in:
Ludovic CANDELLIER
2021-04-05 22:41:16 +02:00
parent 0620ab19c4
commit f99b81544f
9 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ use App\Models\Shop\ArticleFamily;
class ArticleFamiliesDataTable extends DataTable
{
public $model_name = 'ArticleFamilies';
public $model_name = 'article_families';
public function query(ArticleFamily $model)
{