missing sample import files
This commit is contained in:
		@@ -34,7 +34,6 @@ class Customers implements FromCollection, ShouldAutoSize, WithHeadings, WithMap
 | 
			
		||||
        return [
 | 
			
		||||
            $model->name,
 | 
			
		||||
            $model->email,
 | 
			
		||||
            $model->user_id,
 | 
			
		||||
            $model->tax_number,
 | 
			
		||||
            $model->phone,
 | 
			
		||||
            $model->address,
 | 
			
		||||
@@ -42,6 +41,7 @@ class Customers implements FromCollection, ShouldAutoSize, WithHeadings, WithMap
 | 
			
		||||
            $model->currency_code,
 | 
			
		||||
            $model->reference,
 | 
			
		||||
            $model->enabled,
 | 
			
		||||
            $model->user_id,
 | 
			
		||||
        ];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -50,7 +50,6 @@ class Customers implements FromCollection, ShouldAutoSize, WithHeadings, WithMap
 | 
			
		||||
        return [
 | 
			
		||||
            'name',
 | 
			
		||||
            'email',
 | 
			
		||||
            'user_id',
 | 
			
		||||
            'tax_number',
 | 
			
		||||
            'phone',
 | 
			
		||||
            'address',
 | 
			
		||||
@@ -58,6 +57,7 @@ class Customers implements FromCollection, ShouldAutoSize, WithHeadings, WithMap
 | 
			
		||||
            'currency_code',
 | 
			
		||||
            'reference',
 | 
			
		||||
            'enabled',
 | 
			
		||||
            'user_id',
 | 
			
		||||
        ];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -65,4 +65,4 @@ class Customers implements FromCollection, ShouldAutoSize, WithHeadings, WithMap
 | 
			
		||||
    {
 | 
			
		||||
        return 'customers';
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user