We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33320e0 + d248bcb commit 920b654Copy full SHA for 920b654
app/Exports/DomainsExport.php
@@ -22,10 +22,8 @@ public function headings(): array
22
];
23
}
24
25
- public function styles(Worksheet $worksheet)
+ public function styles(Worksheet $_worksheet)
26
{
27
- // fix unused
28
- $worksheet;
29
return [
30
// Style the first row as bold text.
31
1 => ['font' => ['bold' => true]],
@@ -40,9 +38,6 @@ public function columnWidths(): array
40
38
41
39
42
43
- /**
44
- * @var Domain $domain
45
- */
46
public function map($domain): array
47
48
@@ -53,7 +48,7 @@ public function map($domain): array
53
54
49
55
50
/**
56
- * @return \Illuminate\Support\Collection
51
+ * @return \Illuminate\Database\Query\Builder
57
52
*/
58
public function query()
59
0 commit comments