mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Fix newsletter type hints
This commit is contained in:
parent
b3a9d86828
commit
db35e380c0
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ class NewsletterSubscription{
|
|||
public ?int $UserId = null;
|
||||
public DateTimeImmutable $Created;
|
||||
|
||||
protected ?User $_User;
|
||||
protected User $_User;
|
||||
protected string $_Url;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue