mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Minor, override the correct method.
This commit is contained in:
parent
93e6e6d9d1
commit
1e943c5bb4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ final class PhabricatorApplicationDoorkeeper extends PhabricatorApplication {
|
|||
return '/doorkeeper/';
|
||||
}
|
||||
|
||||
public function shouldAppearOnLaunchView() {
|
||||
public function shouldAppearInLaunchView() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue