Skip to content

Commit

Permalink
Test for PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Dec 13, 2024
1 parent ab37cf7 commit 5152690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function getUserMessage($userId = null)

return UserMessage::findOne([
'user_id' => $userId,
'message_id' => $this->id,
'message_id' => $this->id
]);
}

Expand Down

0 comments on commit 5152690

Please sign in to comment.