mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Rename PropertiesBase to more accurate Accessor
This commit is contained in:
parent
06fce2f089
commit
350f65532f
13 changed files with 13 additions and 13 deletions
|
@ -8,7 +8,7 @@ use Safe\DateTime;
|
|||
* @property Benefits $Benefits
|
||||
* @property ?array<Payment> $_Payments
|
||||
*/
|
||||
class User extends PropertiesBase{
|
||||
class User extends Accessor{
|
||||
public int $UserId;
|
||||
public ?string $Name = null;
|
||||
public ?string $Email = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue