Skip to content

Commit

Permalink
Add v4.2.1-rc.1 CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Jan 30, 2024
1 parent 486d019 commit 1bf116c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/Services/Servers/SyncBuildService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -22,7 +22,7 @@ public function __construct(
{
}

public function handle(Server $server)
public function handle(Server $server): void
{
$this->allocationRepository->setServer($server);

Expand Down

0 comments on commit 1bf116c

Please sign in to comment.