mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-11 07:11:04 +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',
|
'AphrontKeyboardShortcutsAvailableView' => 'AphrontView',
|
||||||
'AphrontListFilterView' => 'AphrontView',
|
'AphrontListFilterView' => 'AphrontView',
|
||||||
'AphrontMiniPanelView' => 'AphrontView',
|
'AphrontMiniPanelView' => 'AphrontView',
|
||||||
'AphrontMySQLDatabaseConnection' => 'AphrontDatabaseConnection',
|
'AphrontMySQLDatabaseConnection' => 'AphrontMySQLDatabaseConnectionBase',
|
||||||
|
'AphrontMySQLDatabaseConnectionBase' => 'AphrontDatabaseConnection',
|
||||||
'AphrontMySQLDatabaseConnectionTestCase' => 'PhabricatorTestCase',
|
'AphrontMySQLDatabaseConnectionTestCase' => 'PhabricatorTestCase',
|
||||||
|
'AphrontMySQLiDatabaseConnection' => 'AphrontMySQLDatabaseConnectionBase',
|
||||||
'AphrontNullView' => 'AphrontView',
|
'AphrontNullView' => 'AphrontView',
|
||||||
'AphrontPHPHTTPSink' => 'AphrontHTTPSink',
|
'AphrontPHPHTTPSink' => 'AphrontHTTPSink',
|
||||||
'AphrontPageView' => 'AphrontView',
|
'AphrontPageView' => 'AphrontView',
|
||||||
|
|
Loading…
Reference in a new issue