streams/Zotlabs/Storage/ZotOauth2Pdo.php
2021-12-03 09:33:36 +11:00

12 lines
160 B
PHP

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