Skip to content

Commit

Permalink
Make class readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
tarlepp committed Oct 5, 2024
1 parent 7aa9ff9 commit 81a75ac
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 81a75ac

Please sign in to comment.