streams/Zotlabs/Storage/ZotOauth2Pdo.php

11 lines
151 B
PHP
Raw Normal View History

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