Support nodelist archives with more than 1 file in it
This commit is contained in:
@@ -10,12 +10,10 @@ use Illuminate\Queue\SerializesModels;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
use App\Models\{Domain,Echoarea};
|
||||
use App\Traits\Import as ImportTrait;
|
||||
|
||||
class EchoareaImport implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
use ImportTrait;
|
||||
|
||||
protected const LOGKEY = 'JEI';
|
||||
private const importkey = 'echoarea';
|
||||
@@ -102,4 +100,4 @@ class EchoareaImport implements ShouldQueue
|
||||
|
||||
Log::info(sprintf('%s:= Updated %d records',self::LOGKEY,$p));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user