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\Category;
class CategoriesDataTable extends DataTable
{
public $model_name = 'Categories';
public $model_name = 'categories';
public function query(Category $model)
{