call method
- String slug
Resolve a domain slug to its entity from the already-loaded domains list.
Copied from domainBySlug.
Implementation
DomainBySlugProvider call(String slug) {
return DomainBySlugProvider(slug);
}
Resolve a domain slug to its entity from the already-loaded domains list.
Copied from domainBySlug.
DomainBySlugProvider call(String slug) {
return DomainBySlugProvider(slug);
}