Procházet zdrojové kódy

ESG Backend & Apis

rodič
revize
c85768eb96
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      app/Filament/Pages/EsgMainPage.php

+ 1
- 1
app/Filament/Pages/EsgMainPage.php Zobrazit soubor

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