From 1bf116ce439913389e2fbf3270269c92f24e5480 Mon Sep 17 00:00:00 2001 From: Eric Wang <37554696+ericwang401@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:19:49 -0600 Subject: [PATCH] Add v4.2.1-rc.1 CHANGELOG.md --- CHANGELOG.md | 6 ++++++ app/Services/Servers/SyncBuildService.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a5cfd06d2..3f85b9f8706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This file is a running track of new features and fixes to each version of the pa This project follows [Semantic Versioning](http://semver.org) guidelines. +## v4.2.1-rc.1 + +### Changes + +- Potential fix for disk resize timeout? + ## v4.2.0-beta ### Changes diff --git a/app/Services/Servers/SyncBuildService.php b/app/Services/Servers/SyncBuildService.php index 0cd0d3cd081..4503fc317aa 100644 --- a/app/Services/Servers/SyncBuildService.php +++ b/app/Services/Servers/SyncBuildService.php @@ -9,7 +9,7 @@ use Convoy\Repositories\Proxmox\Server\ProxmoxDiskRepository; use Illuminate\Support\Arr; -class SyncBuildService +readonly class SyncBuildService { public function __construct( private AllocationService $allocationService, @@ -22,7 +22,7 @@ public function __construct( { } - public function handle(Server $server) + public function handle(Server $server): void { $this->allocationRepository->setServer($server);