missing sample import files
This commit is contained in:
		@@ -6,8 +6,8 @@ use App\Exports\Sales\Sheets\Invoices as Base;
 | 
			
		||||
use App\Exports\Sales\Sheets\InvoiceItems;
 | 
			
		||||
use App\Exports\Sales\Sheets\InvoiceItemTaxes;
 | 
			
		||||
use App\Exports\Sales\Sheets\InvoiceHistories;
 | 
			
		||||
use App\Exports\Sales\Sheets\InvoicePayments;
 | 
			
		||||
use App\Exports\Sales\Sheets\InvoiceTotals;
 | 
			
		||||
use App\Exports\Sales\Sheets\InvoiceTransactions;
 | 
			
		||||
use Maatwebsite\Excel\Concerns\WithMultipleSheets;
 | 
			
		||||
 | 
			
		||||
class Invoices implements WithMultipleSheets
 | 
			
		||||
@@ -26,8 +26,8 @@ class Invoices implements WithMultipleSheets
 | 
			
		||||
            'invoice_items' => new InvoiceItems($this->ids),
 | 
			
		||||
            'invoice_item_taxes' => new InvoiceItemTaxes($this->ids),
 | 
			
		||||
            'invoice_histories' => new InvoiceHistories($this->ids),
 | 
			
		||||
            'invoice_payments' => new InvoicePayments($this->ids),
 | 
			
		||||
            'invoice_totals' => new InvoiceTotals($this->ids),
 | 
			
		||||
            'invoice_transactions' => new InvoiceTransactions($this->ids),
 | 
			
		||||
        ];
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user