ids = $ids; } public function sheets(): array { return [ new Base($this->ids), new InvoiceItems($this->ids), new InvoiceItemTaxes($this->ids), new InvoiceHistories($this->ids), new InvoiceTotals($this->ids), new InvoiceTransactions($this->ids), ]; } }