From b1d0346e761610c4095b2c4e8a34f22a9fd1c257 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Tue, 21 Jan 2020 09:56:45 +0300 Subject: [PATCH] styling --- app/Abstracts/Import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Abstracts/Import.php b/app/Abstracts/Import.php index 66f5edefa..a84907497 100644 --- a/app/Abstracts/Import.php +++ b/app/Abstracts/Import.php @@ -2,7 +2,7 @@ namespace App\Abstracts; -use App\Traits\Import as ImportHelpers; +use App\Traits\Import as ImportHelper; use Illuminate\Support\Str; use Jenssegers\Date\Date; use Maatwebsite\Excel\Concerns\Importable; @@ -18,7 +18,7 @@ use Maatwebsite\Excel\Validators\Failure; abstract class Import implements ToModel, SkipsOnError, SkipsOnFailure, WithBatchInserts, WithChunkReading, WithHeadingRow, WithMapping, WithValidation { - use Importable, ImportHelpers; + use Importable, ImportHelper; public $empty_field = 'empty---';