mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 13:30:55 +01:00
Minor, correct more application class name spellings.
This commit is contained in:
parent
5afbbae209
commit
37e28f3813
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ abstract class ConduitAPI_flag_Method extends ConduitAPIMethod {
|
|||
|
||||
public function getApplication() {
|
||||
return PhabricatorApplication::getByClass(
|
||||
'PhabricatorApplicationFlag');
|
||||
'PhabricatorApplicationFlags');
|
||||
}
|
||||
|
||||
protected function attachHandleToFlag($flag, PhabricatorUser $user) {
|
||||
|
|
|
@ -7,7 +7,7 @@ abstract class ConduitAPI_repository_Method extends ConduitAPIMethod {
|
|||
|
||||
public function getApplication() {
|
||||
return PhabricatorApplication::getByClass(
|
||||
'PhabricatorApplicationRepository');
|
||||
'PhabricatorApplicationDiffusion');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue