OAuth2TestVehicle module can create and delete oauth2 database tables.
This commit is contained in:
10
Zotlabs/Storage/ZotOauth2Pdo.php
Normal file
10
Zotlabs/Storage/ZotOauth2Pdo.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Zotlabs\Storage;
|
||||
|
||||
class ZotOauth2Pdo extends \OAuth2\Storage\Pdo {
|
||||
public function getConfig()
|
||||
{
|
||||
return $this->config;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user