Loading app/Exports/ContactosExport.php +0 −5 Original line number Diff line number Diff line Loading @@ -71,11 +71,6 @@ public function headings(): array private function applyFilters($query) { /* if(!empty($this->filters['subgrupos'])){ $query->orWhereHas('subgrupos', function ($q) { $q->whereIn('subgrupos.id', $this->filters['subgrupos']); }); } */ if (!empty($this->filters['subgrupos'])) { $query->orWhereHas('subgrupos', function ($q) { Loading Loading
app/Exports/ContactosExport.php +0 −5 Original line number Diff line number Diff line Loading @@ -71,11 +71,6 @@ public function headings(): array private function applyFilters($query) { /* if(!empty($this->filters['subgrupos'])){ $query->orWhereHas('subgrupos', function ($q) { $q->whereIn('subgrupos.id', $this->filters['subgrupos']); }); } */ if (!empty($this->filters['subgrupos'])) { $query->orWhereHas('subgrupos', function ($q) { Loading