mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
* Fix XEtown URL XETOWN 주소가 변경된 것을 반영합니다. - rhymix#1315 - https://xetown.com/topics/1417299 `찌릿찌릿` 해진 커밋 올립니다. @Lastorder-DC 님 감사합니다. Co-authored-by: Lastorder <18280396+Lastorder-DC@users.noreply.github.com>
20 lines
No EOL
336 B
PHP
20 lines
No EOL
336 B
PHP
<?php
|
|
/* Copyright (C) Rhymix <https://rhymix.org> */
|
|
/**
|
|
* The view class of the integration_search module
|
|
*
|
|
* @author Rhymix Developers and Contributors <devops@rhymix.org>
|
|
*/
|
|
|
|
class integration_searchMobile extends integration_searchView
|
|
{
|
|
/**
|
|
* Search Result
|
|
*
|
|
* @return Object
|
|
*/
|
|
function IS()
|
|
{
|
|
parent::IS();
|
|
}
|
|
} |