feat: limit calendar past events

This commit is contained in:
Maël Gangloff
2024-09-02 22:20:03 +02:00
parent e7165a1487
commit 7bdb289461
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ class DomainRefreshController extends AbstractController
* @throws HttpExceptionInterface
* @throws \Throwable
*/
public function __invoke(string $ldhName, KernelInterface $kernel): ?Domain
public function __invoke(string $ldhName, KernelInterface $kernel): Domain
{
$idnDomain = strtolower(idn_to_ascii($ldhName));
$userId = $this->getUser()->getUserIdentifier();