1
0
Fork 0
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:
epriestley 2013-06-28 11:56:53 -07:00
parent 93e6e6d9d1
commit 1e943c5bb4

View file

@ -10,7 +10,7 @@ final class PhabricatorApplicationDoorkeeper extends PhabricatorApplication {
return '/doorkeeper/';
}
public function shouldAppearOnLaunchView() {
public function shouldAppearInLaunchView() {
return false;
}