streams/Zotlabs/Storage/ZotOauth2Pdo.php

10 lines
151 B
PHP

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