1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-29 05:17:11 +00:00

experimental: also don't keep base plugin template as a non-analyzed file

This commit is contained in:
Andrew Dolgov
2021-11-13 18:21:04 +03:00
parent b381e95792
commit 70051742af
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?php
abstract class Plugin {
abstract class PluginTemplate {
const API_VERSION_COMPAT = 1;
/** @var PDO $pdo */