Skip to content

Commit

Permalink
Merge pull request #2855 from tarlepp/feat/readonly-class
Browse files Browse the repository at this point in the history
Feat - Change `HealthzService` to `readonly`
  • Loading branch information
tarlepp authored Oct 13, 2024
2 parents eff10ff + f08a1ed commit e025127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utils/HealthzService.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
* @package App\Utils
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
*/
class HealthzService
readonly class HealthzService
{
public function __construct(
private readonly HealthzRepository $repository,
private HealthzRepository $repository,
) {
}

Expand Down

0 comments on commit e025127

Please sign in to comment.