Rename PropertiesBase to more accurate Accessor

This commit is contained in:
Alex Cabal 2024-02-24 13:58:24 -06:00
parent 06fce2f089
commit 350f65532f
13 changed files with 13 additions and 13 deletions

View file

@ -5,7 +5,7 @@ use Safe\DateTime;
* @property User $User
* @property string $Url
*/
class NewsletterSubscription extends PropertiesBase{
class NewsletterSubscription extends Accessor{
public bool $IsConfirmed = false;
public bool $IsSubscribedToSummary = false;
public bool $IsSubscribedToNewsletter = false;