Add resource type
This commit is contained in:
@ -104,9 +104,8 @@ class CommunityResource
|
||||
private array $type = [];
|
||||
|
||||
public function __construct(
|
||||
private DateTime $today
|
||||
private DateTime $today = new DateTime('now', new DateTimeZone('America/New_York'))
|
||||
) {
|
||||
$this->today = new DateTime('now', new DateTimeZone('America/New_York'));
|
||||
}
|
||||
|
||||
public function getId(): ?Uuid
|
||||
|
Reference in New Issue
Block a user