mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Made conduit permanently installed
Summary: Made conduit permanently installed Test Plan: Tried to uninstall conduit from applications app and I couldn't :) Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4935
This commit is contained in:
parent
2591b4bc77
commit
2dab1c1e42
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ final class PhabricatorApplicationConduit extends PhabricatorApplication {
|
|||
return 'conduit';
|
||||
}
|
||||
|
||||
public function canUninstall() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getHelpURI() {
|
||||
return PhabricatorEnv::getDoclink(
|
||||
'article/Conduit_Technical_Documentation.html');
|
||||
|
|
Loading…
Reference in a new issue