This commit is contained in:
hackerESQ
2024-08-30 20:22:28 -05:00
parent df1071d628
commit 8b86dace13
14 changed files with 137 additions and 139 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
namespace App\Exports\Sheets;
use App\Models\Portfolio;
use App\Models\Transaction;
use Maatwebsite\Excel\Concerns\WithTitle;
use Maatwebsite\Excel\Concerns\WithHeadings;
@@ -13,7 +12,7 @@ class TransactionsSheet implements FromCollection, WithHeadings, WithTitle
public function __construct(
public bool $empty = false
) { }
public function headings(): array
{
return [