Merge branch 'develop' into feature/client-api
This commit is contained in:
commit
d4e331c20a
13 changed files with 106 additions and 28 deletions
|
@ -121,6 +121,7 @@ class User extends Model implements
|
|||
* @var array
|
||||
*/
|
||||
protected $attributes = [
|
||||
'external_id' => null,
|
||||
'root_admin' => false,
|
||||
'language' => 'en',
|
||||
'use_totp' => false,
|
||||
|
|
|
@ -66,7 +66,7 @@ class ReinstallServerService
|
|||
$this->database->beginTransaction();
|
||||
$this->repository->withoutFreshModel()->update($server->id, [
|
||||
'installed' => 0,
|
||||
]);
|
||||
], true, true);
|
||||
|
||||
try {
|
||||
$this->daemonServerRepository->setServer($server)->reinstall();
|
||||
|
|
Reference in a new issue