aboutsummaryrefslogtreecommitdiff
path: root/app/Models/TagDAOPGSQL.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/TagDAOPGSQL.php')
-rw-r--r--app/Models/TagDAOPGSQL.php9
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
+ }
+
+}