diff options
Diffstat (limited to 'app/Models/TagDAOPGSQL.php')
| -rw-r--r-- | app/Models/TagDAOPGSQL.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Models/TagDAOPGSQL.php b/app/Models/TagDAOPGSQL.php new file mode 100644 index 000000000..56a28e294 --- /dev/null +++ b/app/Models/TagDAOPGSQL.php @@ -0,0 +1,9 @@ +<?php + +class FreshRSS_TagDAOPGSQL extends FreshRSS_TagDAO { + + public function sqlIgnore() { + return ''; //TODO + } + +} |
