瀏覽代碼

new settings section

andre 6 月之前
父節點
當前提交
81e623d338
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Client/Setting.php

+ 1 - 1
app/Http/Client/Setting.php

@@ -37,7 +37,7 @@ class Setting extends AbstractClientController
         }
 
         return Helper\view()
-            ->addElement(new Description('settings'))
+            ->addElement(new Description('setting'))
             ->addElement(Settings::class)
             ;