mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 09:05:55 +00:00
auth_internal: use PDO + other fixes
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
abstract class Plugin {
|
||||
const API_VERSION_COMPAT = 1;
|
||||
|
||||
/** @var PDO */
|
||||
protected $pdo;
|
||||
|
||||
abstract function init($host);
|
||||
|
||||
abstract function about();
|
||||
|
||||
Reference in New Issue
Block a user