Added support to define differnet not-found redirects per domain

This commit is contained in:
Alejandro Celaya
2021-07-21 09:28:21 +02:00
parent 2054784a4a
commit 4d48482d1e
14 changed files with 398 additions and 107 deletions

View File

@@ -22,4 +22,6 @@ interface DomainServiceInterface
public function getDomain(string $domainId): Domain;
public function getOrCreate(string $authority): Domain;
public function findByAuthority(string $authority): ?Domain;
}