diff options
Diffstat (limited to 'Zotlabs/Storage/ZotOauth2Pdo.php')
-rw-r--r-- | Zotlabs/Storage/ZotOauth2Pdo.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Zotlabs/Storage/ZotOauth2Pdo.php b/Zotlabs/Storage/ZotOauth2Pdo.php new file mode 100644 index 000000000..b2c3ce228 --- /dev/null +++ b/Zotlabs/Storage/ZotOauth2Pdo.php @@ -0,0 +1,10 @@ +<?php + +namespace Zotlabs\Storage; + +class ZotOauth2Pdo extends \OAuth2\Storage\Pdo { + public function getConfig() + { + return $this->config; + } +} |