resource provider and service improvements

This commit is contained in:
root
2026-01-03 13:18:04 -05:00
parent 74f9278749
commit 8f35442335
36 changed files with 1447 additions and 1086 deletions

View File

@@ -137,7 +137,7 @@ class Crypto
private function tenantSecret(): ?string
{
$config = $this->sessionTenant->configuration();
return $config['security']['code'] ?? null;
return $config->security()->code();
}
// =========================================================================