Kaynağa Gözat

cleanup pages

andre 2 yıl önce
ebeveyn
işleme
6614863670

+ 0 - 16
app/UI/Client/EmailAccount/Providers/AccountDataProvider.php

@@ -166,20 +166,4 @@ class AccountDataProvider extends BaseDataProvider
         return (new HtmlDataJsonResponse())->setMessageAndTranslate('massEmailAccountStatusHasBeenUpdated')->setStatusSuccess();
     }
 
-    /**
-     *
-     * read data per cos_name
-     */
-    protected function readCosParams()
-    {
-
-    }
-
-    /**
-     * @return bool|mixed
-     */
-    protected function getFilteredCosConfigurableOptions()
-    {
-
-    }
 }

+ 0 - 16
app/UI/Client/EmailAccount/Providers/EditAccountDataProvider.php

@@ -269,20 +269,4 @@ class EditAccountDataProvider extends BaseDataProvider
         return (new HtmlDataJsonResponse())->setMessageAndTranslate('passwordChangedSuccessfully')->setStatusSuccess();
     }
 
-    /**
-     *
-     */
-    public function readCosParams()
-    {
-
-    }
-
-    /**
-     * @return bool|mixed
-     */
-    protected function getFilteredCosConfigurableOptions()
-    {
-
-    }
-
 }