aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/ZotOauth2Pdo.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2018-02-20 21:11:38 -0500
committerAndrew Manning <tamanning@zoho.com>2018-02-20 21:11:38 -0500
commit89a825cd038df7da609d64ef0254ba58caaede31 (patch)
tree55347e0ee285a9d42a60d8e1dacdd01b13f410ea /Zotlabs/Storage/ZotOauth2Pdo.php
parent7d0c1bb737f3683cd770ebd757d938f39a9b55ef (diff)
downloadvolse-hubzilla-89a825cd038df7da609d64ef0254ba58caaede31.tar.gz
volse-hubzilla-89a825cd038df7da609d64ef0254ba58caaede31.tar.bz2
volse-hubzilla-89a825cd038df7da609d64ef0254ba58caaede31.zip
OAuth2TestVehicle module can create and delete oauth2 database tables.
Diffstat (limited to 'Zotlabs/Storage/ZotOauth2Pdo.php')
-rw-r--r--Zotlabs/Storage/ZotOauth2Pdo.php10
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;
+ }
+}