Explorar el Código

ESG Backend & Apis

padre
commit
c85768eb96
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Filament/Pages/EsgMainPage.php

+ 1
- 1
app/Filament/Pages/EsgMainPage.php Ver fichero

@@ -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()