File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ public function listener(
6767 ])]
6868 array $ options = []
6969 ): ResponseInterface {
70- $ config = ($ options ['dataId ' ] ?? null ) . self ::WORD_SEPARATOR .
71- ($ options ['group ' ] ?? null ) . self ::WORD_SEPARATOR .
72- ($ options ['contentMD5 ' ] ?? null ) . self ::WORD_SEPARATOR .
73- ($ options ['tenant ' ] ?? null ) . self ::LINE_SEPARATOR ;
70+ $ config = ($ options ['dataId ' ] ?? null ) . self ::WORD_SEPARATOR
71+ . ($ options ['group ' ] ?? null ) . self ::WORD_SEPARATOR
72+ . ($ options ['contentMD5 ' ] ?? null ) . self ::WORD_SEPARATOR
73+ . ($ options ['tenant ' ] ?? null ) . self ::LINE_SEPARATOR ;
7474 return $ this ->request ('POST ' , 'nacos/v1/cs/configs/listener ' , [
7575 RequestOptions::QUERY => [
7676 'Listening-Configs ' => $ config ,
You can’t perform that action at this time.
0 commit comments