Skip to content

Commit 419d7c7

Browse files
committed
Readme
1 parent aa57eb7 commit 419d7c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ class PushmixController extends Controller
183183
// retrive your subscription topics
184184
$my_topics = Pushmix::getTopics();
185185

186-
/**
187-
content of $my_topics
186+
187+
//content of $my_topics
188188

189189
array:2 [
190190
0 => {
@@ -196,7 +196,7 @@ class PushmixController extends Controller
196196
"topic_name": "Pushmix News"
197197
}
198198
]
199-
**/
199+
200200

201201
$msg_data = [
202202
// Required Parameters

0 commit comments

Comments
 (0)