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,Filearea};
|
||||
use App\Traits\Import as ImportTrait;
|
||||
|
||||
class FileareaImport implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
use ImportTrait;
|
||||
|
||||
protected const LOGKEY = 'JFI';
|
||||
private const importkey = 'filearea';
|
||||
@@ -102,4 +100,4 @@ class FileareaImport implements ShouldQueue
|
||||
|
||||
Log::info(sprintf('%s:= Updated %d records',self::LOGKEY,$p));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user