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

class FreshRSS_TagDAOSQLite extends FreshRSS_TagDAO {

	public function sqlIgnore(): string {
		return 'OR IGNORE';
	}

}