fix default key names

This commit is contained in:
Saeed Vaziry
2023-09-17 11:08:47 +02:00
parent 9030427f78
commit 84192b7cb7
3 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,7 @@
namespace App\ServerTypes;
use App\Enums\ServerStatus;
use App\Events\Broadcast;
use App\Jobs\Installation\Initialize;
use App\Jobs\Installation\InstallCertbot;
@ -79,7 +80,7 @@ public function install(): void
$jobs[] = function () {
$this->server->update([
'status' => 'ready',
'status' => ServerStatus::READY,
'progress' => 100,
]);
event(