I guess this can support JS too.

This commit is contained in:
epriestley
2011-01-29 16:16:09 -08:00
parent 0c8b04d5a8
commit 9f04548ab9
5 changed files with 49 additions and 1 deletions

View File

@@ -155,5 +155,9 @@ class AphrontDefaultApplicationConfiguration
return $response;
}
public function build404Controller() {
return new Phabricator404Controller($request);
}
}