mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Remove unnecessary method overload
This commit is contained in:
parent
3003c31189
commit
0b0b8f58a3
1 changed files with 2 additions and 16 deletions
|
|
@ -1,20 +1,6 @@
|
||||||
<?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
|
class integration_searchMobile extends integration_searchView
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* Search Result
|
}
|
||||||
*
|
|
||||||
* @return Object
|
|
||||||
*/
|
|
||||||
function IS()
|
|
||||||
{
|
|
||||||
parent::IS();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue