mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24: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
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* @property string $Url
|
||||
*/
|
||||
class Tag extends PropertiesBase{
|
||||
class Tag extends Accessor{
|
||||
public int $TagId;
|
||||
public string $Name;
|
||||
public string $UrlName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue