mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Change Accessor from class to trait
This commit is contained in:
parent
10bea9ad9e
commit
41dd9db4aa
13 changed files with 43 additions and 24 deletions
|
@ -10,7 +10,9 @@ use function Safe\usort;
|
|||
* @property array<PollItem> $PollItemsByWinner
|
||||
* @property int $VoteCount
|
||||
*/
|
||||
class Poll extends Accessor{
|
||||
class Poll{
|
||||
use Traits\Accessor;
|
||||
|
||||
public int $PollId;
|
||||
public string $Name;
|
||||
public string $UrlName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue