fixed multiple sheets import
This commit is contained in:
@ -4,10 +4,13 @@ namespace App\Imports\Common;
|
||||
|
||||
use App\Imports\Common\Sheets\Items as Base;
|
||||
use App\Imports\Common\Sheets\ItemTaxes;
|
||||
use Maatwebsite\Excel\Concerns\Importable;
|
||||
use Maatwebsite\Excel\Concerns\WithMultipleSheets;
|
||||
|
||||
class Items implements WithMultipleSheets
|
||||
{
|
||||
use Importable;
|
||||
|
||||
public function sheets(): array
|
||||
{
|
||||
return [
|
||||
|
Reference in New Issue
Block a user