mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Mark UIExamples as a prototype
Summary: Ref T9103. This application is only useful for developing Phabricator, and in general is not kept "production ready". Mark it as a prototype. Test Plan: visit /applications/, see it marked as prototype. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9103 Differential Revision: https://secure.phabricator.com/D13822
This commit is contained in:
parent
f7b16c3bf9
commit
af71eba5cc
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ final class PhabricatorUIExamplesApplication extends PhabricatorApplication {
|
|||
return self::GROUP_DEVELOPER;
|
||||
}
|
||||
|
||||
public function isPrototype() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getApplicationOrder() {
|
||||
return 0.110;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue