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; return $this->path;
} }
final public function willBuildRequest() { public function willBuildRequest() {
} }
/** /**