瀏覽代碼

ESG Backend & Apis

父節點
當前提交
c85768eb96
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      app/Filament/Pages/EsgMainPage.php

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

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