More TIC processing fixes
This commit is contained in:
@@ -57,11 +57,11 @@ class TicProcess implements ShouldQueue
|
||||
public function handle()
|
||||
{
|
||||
$to = new Tic;
|
||||
$to->load(storage_path('app').$this->file);
|
||||
$to->load(storage_path('app').'/'.$this->file);
|
||||
|
||||
Log::info(sprintf('%s:Processed [%s] storing [%s] as id [%d]',self::LOGKEY,$this->file,$to->fo->file,$to->fo->id));
|
||||
Log::info(sprintf('%s:Processed [%s] storing [%s] as id [%d]',self::LOGKEY,$this->file,$to->fo->name,$to->fo->id));
|
||||
|
||||
unlink(storage_path('app').$this->file);
|
||||
unlink(storage_path('app').'/'.$this->file);
|
||||
|
||||
if ($to->isNodelist())
|
||||
NodelistImport::dispatch($to->fo,$this->domain);
|
||||
|
Reference in New Issue
Block a user