streams/Zotlabs/Storage/ZotOauth2Pdo.php
2021-12-03 14:01:39 +11:00

13 lines
169 B
PHP

<?php
namespace Zotlabs\Storage;
use OAuth2\Storage\Pdo;
class ZotOauth2Pdo extends Pdo
{
public function getConfig()
{
return $this->config;
}
}