1day2die 3 лет назад
Родитель
Сommit
9be016982d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/HomeController.php

+ 1 - 1
app/Http/Controllers/HomeController.php

@@ -23,7 +23,7 @@ class HomeController extends Controller
     }
 
     public function callHome(){
-        if(Storage::exists("callhome")){return;}
+        if(Storage::exists("callHome")){return;}
         Http::asForm()->post('https://market.controlpanel.gg/callhome.php', [
             'id' => Hash::make(URL::current())
         ]);