This commit is contained in:
Ludovic CANDELLIER
2021-11-04 16:37:42 +01:00
parent f5716c6530
commit c76996db86
12 changed files with 59 additions and 25 deletions

View File

@@ -97,6 +97,7 @@ class ParentDataTable extends DataTable
*/
public function buildQuery($model)
{
// $model = $model->select($model->getTable() . '.*');
return $model->newQuery();
}