ajun 5 лет назад
Родитель
Сommit
634fb35fa6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/CacheShelfService.php

+ 1 - 1
app/Services/CacheShelfService.php

@@ -32,7 +32,7 @@ class CacheShelfService
      * @param $pointY
      * @return string
      */
-    public function lightOnApi(Station $station,$pointX,$pointY): string
+    public function lightOn(Station $station,$pointX,$pointY): string
     {
 
         $locCode = 'HAI'.$station['code'].'-0'.$pointX.'-0'.$pointY;