Преглед на файлове

Merge branch '20250522_diywebfr'

15313670163 преди 5 дни
родител
ревизия
376523d629
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      app/JsonRpc/WebsiteService.php

+ 3 - 0
app/JsonRpc/WebsiteService.php

@@ -826,4 +826,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
      * @return mixed
      */
     public function upStaticResource(array $data)
+    {
+        return $this->__request(__FUNCTION__, $data);
+    }
 }