mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Update ibrary map file
Summary: Update ibrary map file. It's probably caused by D2113. Test Plan: arc unit passed for the testEverythingImplemented test case. Reviewers: vrana, epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D2134
This commit is contained in:
parent
d4839f402c
commit
4f5ce3d9a3
1 changed files with 3 additions and 1 deletions
|
@ -1020,8 +1020,10 @@ phutil_register_library_map(array(
|
|||
'AphrontKeyboardShortcutsAvailableView' => 'AphrontView',
|
||||
'AphrontListFilterView' => 'AphrontView',
|
||||
'AphrontMiniPanelView' => 'AphrontView',
|
||||
'AphrontMySQLDatabaseConnection' => 'AphrontDatabaseConnection',
|
||||
'AphrontMySQLDatabaseConnection' => 'AphrontMySQLDatabaseConnectionBase',
|
||||
'AphrontMySQLDatabaseConnectionBase' => 'AphrontDatabaseConnection',
|
||||
'AphrontMySQLDatabaseConnectionTestCase' => 'PhabricatorTestCase',
|
||||
'AphrontMySQLiDatabaseConnection' => 'AphrontMySQLDatabaseConnectionBase',
|
||||
'AphrontNullView' => 'AphrontView',
|
||||
'AphrontPHPHTTPSink' => 'AphrontHTTPSink',
|
||||
'AphrontPageView' => 'AphrontView',
|
||||
|
|
Loading…
Reference in a new issue