diff --git a/src/applications/conpherence/application/PhabricatorApplicationConpherence.php b/src/applications/conpherence/application/PhabricatorApplicationConpherence.php index 013fdf8c95..87e26d816b 100644 --- a/src/applications/conpherence/application/PhabricatorApplicationConpherence.php +++ b/src/applications/conpherence/application/PhabricatorApplicationConpherence.php @@ -5,10 +5,6 @@ */ final class PhabricatorApplicationConpherence extends PhabricatorApplication { - public function isBeta() { - return true; - } - public function getBaseURI() { return '/conpherence/'; }