This commit is contained in:
Ludovic CANDELLIER
2020-06-22 00:26:45 +02:00
parent 23a79b0586
commit bd685d407a
11 changed files with 44 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ class InvoicesDataTable extends DataTable
{
public $model_name = 'Invoices';
public function query(Product $model)
public function query(Invoice $model)
{
return self::buildQuery($model);
}