From 0b0b8f58a36b6cad1fc2cea77ae1b27419a6a8bf Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sun, 23 Mar 2025 20:58:47 +0900 Subject: [PATCH] Remove unnecessary method overload --- .../integration_search.mobile.php | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/modules/integration_search/integration_search.mobile.php b/modules/integration_search/integration_search.mobile.php index 9608f0700..51bace717 100644 --- a/modules/integration_search/integration_search.mobile.php +++ b/modules/integration_search/integration_search.mobile.php @@ -1,20 +1,6 @@ */ -/** - * The view class of the integration_search module - * - * @author Rhymix Developers and Contributors - */ class integration_searchMobile extends integration_searchView { - /** - * Search Result - * - * @return Object - */ - function IS() - { - parent::IS(); - } -} \ No newline at end of file + +}