mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
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;
|
|
}
|
|
}
|