瀏覽代碼

ESG Backend & Apis

父節點
當前提交
c85768eb96
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      app/Filament/Pages/EsgMainPage.php

+ 1
- 1
app/Filament/Pages/EsgMainPage.php 查看文件

@@ -77,7 +77,7 @@ class EsgMainPage extends Page
77 77
         try {
78 78
             $data = $this->form->getState();
79 79
 
80
-            $settings = EsgMain::getSettings();
80
+            $settings = EsgMain::getMain();
81 81
             $settings->update($data);
82 82
 
83 83
             Notification::make()