Determine if an inbound file is a nodelist
This commit is contained in:
@@ -41,5 +41,8 @@ class TicProcess implements ShouldQueue
|
||||
Log::info(sprintf('%s:Processed [%s] storing [%s] as id [%d]',self::LOGKEY,$this->file,$to->fo->file,$to->fo->id));
|
||||
|
||||
unlink($this->file);
|
||||
|
||||
if ($to->isNodelist())
|
||||
NodelistImport::dispatch($to->fo);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user