mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
add and check plugin base class
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class Note {
|
||||
class Note extends Plugin {
|
||||
private $link;
|
||||
private $host;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user