Implemented file sending during BINKP and EMSI sessions
This commit is contained in:
@@ -41,7 +41,8 @@ class TicProcess implements ShouldQueue
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$to = new Tic($this->file);
|
||||
$to = new Tic;
|
||||
$to->load($this->file);
|
||||
|
||||
Log::info(sprintf('%s:Processed [%s] storing [%s] as id [%d]',self::LOGKEY,$this->file,$to->fo->file,$to->fo->id));
|
||||
|
||||
|
Reference in New Issue
Block a user