OAuth2TestVehicle module can create and delete oauth2 database tables.

This commit is contained in:
Andrew Manning
2018-02-20 21:11:38 -05:00
parent 7d0c1bb737
commit 89a825cd03
5 changed files with 117 additions and 43 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Zotlabs\Storage;
class ZotOauth2Pdo extends \OAuth2\Storage\Pdo {
public function getConfig()
{
return $this->config;
}
}