Skip to content

Commit 9565463

Browse files
committed
Fixed styles
1 parent a9d3282 commit 9565463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ChatManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function removeUserFromChat($rid)
144144
*/
145145
public function storeMessage(User $user, ChatRoom $chat, $message)
146146
{
147-
try {
147+
try {
148148
/** @var \yii\mongodb\Collection $collection */
149149
$collection = Yii::$app->mongodb->getCollection(History::collectionName());
150150
$collection->insert([

0 commit comments

Comments
 (0)