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:
parent
5ba9ad330e
commit
c4fcc8091d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ abstract class AphrontApplicationConfiguration {
|
|||
return $this->path;
|
||||
}
|
||||
|
||||
final public function willBuildRequest() {
|
||||
public function willBuildRequest() {
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue