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