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

class FreshRSS_TagDAOPGSQL extends FreshRSS_TagDAO {

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

}