Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1cf2711c57
1 changed files with 1 additions and 4 deletions
|
@ -3,13 +3,11 @@
|
|||
|
||||
namespace App\Database\Queries;
|
||||
|
||||
|
||||
use App\Database\DB;
|
||||
use PDO;
|
||||
|
||||
class TagQuery
|
||||
{
|
||||
|
||||
const PER_MEDIA_LIMIT = 10;
|
||||
|
||||
/**
|
||||
|
@ -82,5 +80,4 @@ class TagQuery
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue