Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / badges / controller / PhabricatorBadgesController.php
blobecfee0290081583d18dcf57441a426e3309b03e0
1 <?php
3 abstract class PhabricatorBadgesController extends PhabricatorController {
5 public function buildApplicationMenu() {
6 return $this->newApplicationMenu()
7 ->setSearchEngine(new PhabricatorBadgesSearchEngine());