mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-03 13:16:06 +02:00
Merge branch 'develop' into feature/client-api
This commit is contained in:
@@ -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 New Issue
Block a user