[WIP] Refactor project
This commit is contained in:
@@ -10,7 +10,7 @@ class CustomersDataTable extends DataTable
|
||||
{
|
||||
public $model_name = 'customers';
|
||||
|
||||
public function query(Product $model)
|
||||
public function query(Customer $model)
|
||||
{
|
||||
return self::buildQuery($model);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user