streams/Zotlabs/Storage/ZotOauth2Pdo.php

13 lines
160 B
PHP
Raw Normal View History

<?php
namespace Zotlabs\Storage;
2021-12-02 22:33:36 +00:00
use OAuth2\Storage\Pdo;
class ZotOauth2Pdo extends Pdo {
public function getConfig()
{
return $this->config;
}
}