Skip to content

Commit

Permalink
fix(users): ensure PHP 8.0 remains supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Charabaruk committed Nov 3, 2022
1 parent d4af53d commit da8f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PodcastGenerator/core/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class User implements \JsonSerializable
*
* @var string
*/
private readonly string $username;
private string $username;

/**
* The hash value of the user's password.
Expand Down

0 comments on commit da8f187

Please sign in to comment.