mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -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
|
@ -4,7 +4,7 @@ use Safe\DateTime;
|
|||
/**
|
||||
* @property User $User
|
||||
*/
|
||||
class Patron extends PropertiesBase{
|
||||
class Patron extends Accessor{
|
||||
public ?int $UserId = null;
|
||||
protected $_User = null;
|
||||
public bool $IsAnonymous;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue