ids = $ids; } public function sheets(): array { return [ new Base($this->ids), new BillItems($this->ids), new BillItemTaxes($this->ids), new BillHistories($this->ids), new BillTotals($this->ids), new BillTransactions($this->ids), ]; } }