Merge pull request #5973 from turbo124/v5-develop
Debugging Company Import
This commit is contained in:
commit
fb70fff7ca
1 changed files with 3 additions and 1 deletions
|
|
@ -1659,8 +1659,10 @@ class Import implements ShouldQueue
|
|||
|
||||
private function processNinjaTokens(array $data)
|
||||
{
|
||||
nlog("attempting to process Ninja Tokens");
|
||||
|
||||
if(Ninja::isHosted())
|
||||
\Modules\Admin\Jobs\Account\NinjaUser::dispatch($data, $this->company);
|
||||
\Modules\Admin\Jobs\Account\NinjaUser::dispatchNow($data, $this->company);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue