]> git.wh0rd.org - tt-rss.git/blobdiff - classes/plugin.php
auth_internal: use PDO + other fixes
[tt-rss.git] / classes / plugin.php
index fcf329ca10c2b356a8628d8ee42ae2e8785dc40d..fb4e08fb15d7f1a924e07d03b03d10901faa5e4a 100644 (file)
@@ -2,6 +2,9 @@
 abstract class Plugin {
        const API_VERSION_COMPAT = 1;
 
+       /** @var PDO */
+       protected $pdo;
+
        abstract function init($host);
 
        abstract function about();