This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/src/Models/SearchServices/CommentSearchService.php
Marcin Kurczewski 5827626deb Search services refactor
Code rerlated to search query parsing moved to separate classes.
2014-02-23 22:03:59 +01:00

4 lines
67 B
PHP

<?php
class CommentSearchService extends AbstractSearchService
{
}