feat: cli tenant support
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -16,4 +16,9 @@ class TenantService
|
||||
return $this->store->fetchByDomain($domain);
|
||||
}
|
||||
|
||||
public function fetchById(string $identifier): ?TenantObject
|
||||
{
|
||||
return $this->store->fetch($identifier);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user