mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -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
|
@ -9,7 +9,7 @@ use function Safe\strtotime;
|
|||
* @property User $User
|
||||
* @property string $Url
|
||||
*/
|
||||
class Session extends PropertiesBase{
|
||||
class Session extends Accessor{
|
||||
public int $UserId;
|
||||
protected ?User $_User = null;
|
||||
public DateTime $Created;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue