mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 07:14:59 -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
|
@ -10,7 +10,7 @@ use function Safe\usort;
|
|||
* @property array<PollItem> $PollItemsByWinner
|
||||
* @property int $VoteCount
|
||||
*/
|
||||
class Poll extends PropertiesBase{
|
||||
class Poll extends Accessor{
|
||||
public int $PollId;
|
||||
public string $Name;
|
||||
public string $UrlName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue