diff options
| author | kx <kx@radix-linux.su> | 2026-02-03 08:10:46 +0300 |
|---|---|---|
| committer | kx <kx@radix-linux.su> | 2026-02-03 08:10:46 +0300 |
| commit | 31cad13eae11b6d3e15e4ac5bfc6cc8e5709c075 (patch) | |
| tree | 7471be2fca1bd1616681cdbc4d66f4e0d39b7543 | |
| parent | 7ee093015aeee451da304f30b8e4921e5a5cbaf9 (diff) | |
| download | oauth2-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.php | 2 |
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); } |
