Page MenuHomec4science

PhabricatorSlowvoteController.php
No OneTemporary

File Metadata

Created
Wed, Jun 4, 18:19

PhabricatorSlowvoteController.php

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

Event Timeline