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