diff options
Diffstat (limited to 'src')
| -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); } |
