mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Unbeta Ponder
Summary: Pending other diffs, this actually removes Ponder as a prototype. Fixes T3578 Test Plan: No longer listed as a prototype Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T3578 Differential Revision: https://secure.phabricator.com/D13920
This commit is contained in:
parent
b21270d498
commit
13346ea904
1 changed files with 0 additions and 4 deletions
|
@ -42,10 +42,6 @@ final class PhabricatorPonderApplication extends PhabricatorApplication {
|
|||
);
|
||||
}
|
||||
|
||||
public function isPrototype() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getRoutes() {
|
||||
return array(
|
||||
'/Q(?P<id>[1-9]\d*)'
|
||||
|
|
Loading…
Reference in a new issue