-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I'm getting the following 503 error in list view
Events2 9.2.0
StaticInfoTables 12.4.4
TYPO3 12.4.27
A temporary solution to get rid of the error is to comment out the following in events2/Classes/Domain/Model/Location.php
//use SJBR\StaticInfoTables\Domain\Model\Country;
//protected ?Country $country = null;
/*
public function getCountry(): ?Country
{
return $this->country;
}
public function setCountry(?Country $country): void
{
$this->country = $country;
}
*/
What's the problem here?
Metadata
Metadata
Assignees
Labels
No labels
