diff --git a/src/applications/phrequent/query/PhrequentSearchEngine.php b/src/applications/phrequent/query/PhrequentSearchEngine.php --- a/src/applications/phrequent/query/PhrequentSearchEngine.php +++ b/src/applications/phrequent/query/PhrequentSearchEngine.php @@ -10,11 +10,6 @@ return 'PhabricatorPhrequentApplication'; } - public function canUseInPanelContext() { - return false; - } - - public function getPageSize(PhabricatorSavedQuery $saved) { return $saved->getParameter('limit', 1000); }