1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-14 02:42:40 +01:00
phorge-phorge/src/applications/slowvote/controller/PhabricatorSlowvoteController.php

11 lines
238 B
PHP
Raw Normal View History

<?php
abstract class PhabricatorSlowvoteController extends PhabricatorController {
public function buildApplicationMenu() {
return $this->newApplicationMenu()
->setSearchEngine(new PhabricatorSlowvoteSearchEngine());
}
}