1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 19:32:40 +01:00
phorge-phorge/src/applications/files/controller/PhabricatorFileController.php

11 lines
230 B
PHP
Raw Normal View History

2011-01-23 03:33:00 +01:00
<?php
abstract class PhabricatorFileController extends PhabricatorController {
public function buildApplicationMenu() {
return $this->newApplicationMenu()
->setSearchEngine(new PhabricatorFileSearchEngine());
}
2011-01-23 03:33:00 +01:00
}