add company sync
This commit is contained in:
@@ -48,7 +48,7 @@ class AppCompanySync extends HyperfCommand
|
|||||||
Company::create([
|
Company::create([
|
||||||
'id' => $el['id'],
|
'id' => $el['id'],
|
||||||
'name' => $el['name'],
|
'name' => $el['name'],
|
||||||
'enabled' => $el['isEnabled']
|
'enabled' => \boolval($el['isEnabled']) === true ? true : false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user