streams/Code/Storage/ZotOauth2Pdo.php
2022-02-15 20:08:28 -08:00

13 lines
166 B
PHP

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