This commit is contained in:
Dennis
2023-11-20 10:12:21 +01:00
parent b3a5624ad4
commit 514c010804

View File

@@ -34,7 +34,7 @@ class CreateSite implements ShouldQueue
);
$this->site->ploi_id = $ploiSite->data->id;
$this->site->php_version = $ploiSite->data->php_version;
$this->site->php_version = $ploiSite->data->php_version ?? 8.2;
$this->site->save();
// Lets fetch the status after 5 seconds