aboutsummaryrefslogtreecommitdiff
path: root/app/Models/TagDAOPGSQL.php
blob: 56a28e294ffbe3cc6535713137df923f1b45036a (plain)
1
2
3
4
5
6
7
8
9
<?php

class FreshRSS_TagDAOPGSQL extends FreshRSS_TagDAO {

	public function sqlIgnore() {
		return '';	//TODO
	}

}