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\PriceGeneric;
class PriceGenericsDataTable extends DataTable
{
public $model_name = 'price-generics';
public $model_name = 'price_generics';
public function query(PriceGeneric $model)
{