mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +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/';
|
return '/doorkeeper/';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function shouldAppearOnLaunchView() {
|
public function shouldAppearInLaunchView() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue