fixed multiple sheets import

This commit is contained in:
Denis Duliçi
2021-04-18 02:47:02 +03:00
parent baf243505a
commit 2bf1a19338
3 changed files with 9 additions and 0 deletions

View File

@@ -8,10 +8,13 @@ use App\Imports\Sales\Sheets\InvoiceItemTaxes;
use App\Imports\Sales\Sheets\InvoiceHistories;
use App\Imports\Sales\Sheets\InvoiceTotals;
use App\Imports\Sales\Sheets\InvoiceTransactions;
use Maatwebsite\Excel\Concerns\Importable;
use Maatwebsite\Excel\Concerns\WithMultipleSheets;
class Invoices implements WithMultipleSheets
{
use Importable;
public function sheets(): array
{
return [