Skip to content

Commit 5559b33

Browse files
Update files/lib/system/endpoint/controller/core/conversations/CloseConversation.class.php
Co-authored-by: Marcel Werk <[email protected]>
1 parent e3c652e commit 5559b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/lib/system/endpoint/controller/core/conversations/CloseConversation.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private function assertConversationCanClosed(Conversation $conversation): void
4949
}
5050
}
5151

52-
private function openConversation(Conversation $conversation): void
52+
private function closeConversation(Conversation $conversation): void
5353
{
5454
$editor = new ConversationEditor($conversation);
5555
$editor->update(['isClosed' => 1]);

0 commit comments

Comments
 (0)