mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Minor, fix a spelling issue with PhabricatorApplicationChatLog
.
This commit is contained in:
parent
d362732118
commit
5afbbae209
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
abstract class ConduitAPI_chatlog_Method extends ConduitAPIMethod {
|
||||
|
||||
public function getApplication() {
|
||||
return PhabricatorApplication::getByClass('PhabricatorApplicationChatlog');
|
||||
return PhabricatorApplication::getByClass('PhabricatorApplicationChatLog');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue