summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkx <kx@radix-linux.su>2026-02-03 08:10:46 +0300
committerkx <kx@radix-linux.su>2026-02-03 08:10:46 +0300
commit31cad13eae11b6d3e15e4ac5bfc6cc8e5709c075 (patch)
tree7471be2fca1bd1616681cdbc4d66f4e0d39b7543
parent7ee093015aeee451da304f30b8e4921e5a5cbaf9 (diff)
downloadoauth2-server-php-version-1.14.2.tar.xz
kxlab: Pdo config: CardHouse tablesv1.14.2.3version-1.14.2
-rw-r--r--src/OAuth2/Storage/Pdo.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OAuth2/Storage/Pdo.php b/src/OAuth2/Storage/Pdo.php
index aea7720..a0a41e0 100644
--- a/src/OAuth2/Storage/Pdo.php
+++ b/src/OAuth2/Storage/Pdo.php
@@ -82,6 +82,8 @@ class Pdo implements
'scope_table' => 'oauth_scopes',
'public_key_table' => 'oauth_public_keys',
'session_table' => 'oauth_sessions',
+ 'cardhouse_licenses_table' => 'cardhouse_licenses',
+ 'cardhouse_devices_table' => 'cardhouse_devices'
), $config);
}