export ninja tokens
This commit is contained in:
parent
51e111f973
commit
b41249eda6
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ class StepsController extends BaseController
|
|||
'expenses' => $this->getExpenses(),
|
||||
'tasks' => $this->getTasks(),
|
||||
'documents' => $this->getDocuments(),
|
||||
'ninja_tokens' => $this->getNinjaTokens(),
|
||||
'ninja_tokens' => $this->getNinjaToken(),
|
||||
];
|
||||
|
||||
$localMigrationData['force'] = array_key_exists('force', $company);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue