소스 검색

new info button

andre 6 달 전
부모
커밋
12478e836c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/UI/Client/Setting/Pages/Settings.php

+ 1 - 1
app/UI/Client/Setting/Pages/Settings.php

@@ -94,7 +94,7 @@ class Settings extends DataTable implements ClientArea
      * @param $row
      * @return mixed
      */
-    public function replaceFieldSelfdomain($key, $row)
+    public function replaceFieldSelfdns($key, $row)
     {
         $field = new Hidden();
         $field->addHtmlAttribute('display', 'none');