Remove unnecessary method overload

This commit is contained in:
Kijin Sung 2025-03-23 20:58:47 +09:00
parent 3003c31189
commit 0b0b8f58a3

View file

@ -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();
}
}