AI 1 lună în urmă
părinte
comite
334a52597f
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 1
      app/JsonRpc/ChatService.php
  2. 1 0
      app/JsonRpc/ChatServiceInterface.php

+ 1 - 1
app/JsonRpc/ChatService.php

@@ -199,5 +199,5 @@ class ChatService extends AbstractServiceClient implements ChatServiceInterface
     public function applyTopic(array $data)
     {
         return $this->__request(__FUNCTION__, $data);
-    }
+    } 
 }

+ 1 - 0
app/JsonRpc/ChatServiceInterface.php

@@ -48,6 +48,7 @@ interface ChatServiceInterface
     public function delReply(array $data);
     public function delAllReply(array $data);
     public function getTopicsListAdmin(array $data);
+
     public function applyTopic(array $data);
 
 }