1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Unfinal AphrontApplicationConfiguration::willBuildRequest()

Summary: We need to do something here.

Test Plan: None.

Reviewers: epriestley, nh

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3415
This commit is contained in:
vrana 2012-08-30 18:48:27 -07:00
parent 5ba9ad330e
commit c4fcc8091d

View file

@ -69,7 +69,7 @@ abstract class AphrontApplicationConfiguration {
return $this->path;
}
final public function willBuildRequest() {
public function willBuildRequest() {
}
/**