mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
Fix library_map for D1198
Summary: after a class is deleted/added, we need to run arcanist/scripts/phutil_mapper src to update the library map. Task ID: # Test Plan: run test case testEverythingImplemented and it passes. Revert Plan: Tags: Reviewers: btrahan, epriestley Reviewed By: btrahan CC: aran, btrahan Differential Revision: 1211
This commit is contained in:
parent
522b16ed12
commit
16f57dce1d
1 changed files with 0 additions and 2 deletions
|
@ -543,7 +543,6 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorPHIDLookupController' => 'applications/phid/controller/lookup',
|
'PhabricatorPHIDLookupController' => 'applications/phid/controller/lookup',
|
||||||
'PhabricatorPaste' => 'applications/paste/storage/paste',
|
'PhabricatorPaste' => 'applications/paste/storage/paste',
|
||||||
'PhabricatorPasteController' => 'applications/paste/controller/base',
|
'PhabricatorPasteController' => 'applications/paste/controller/base',
|
||||||
'PhabricatorPasteCreateController' => 'applications/paste/controller/create',
|
|
||||||
'PhabricatorPasteDAO' => 'applications/paste/storage/base',
|
'PhabricatorPasteDAO' => 'applications/paste/storage/base',
|
||||||
'PhabricatorPasteListController' => 'applications/paste/controller/list',
|
'PhabricatorPasteListController' => 'applications/paste/controller/list',
|
||||||
'PhabricatorPasteViewController' => 'applications/paste/controller/view',
|
'PhabricatorPasteViewController' => 'applications/paste/controller/view',
|
||||||
|
@ -1174,7 +1173,6 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorPHIDLookupController' => 'PhabricatorPHIDController',
|
'PhabricatorPHIDLookupController' => 'PhabricatorPHIDController',
|
||||||
'PhabricatorPaste' => 'PhabricatorPasteDAO',
|
'PhabricatorPaste' => 'PhabricatorPasteDAO',
|
||||||
'PhabricatorPasteController' => 'PhabricatorController',
|
'PhabricatorPasteController' => 'PhabricatorController',
|
||||||
'PhabricatorPasteCreateController' => 'PhabricatorPasteController',
|
|
||||||
'PhabricatorPasteDAO' => 'PhabricatorLiskDAO',
|
'PhabricatorPasteDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhabricatorPasteListController' => 'PhabricatorPasteController',
|
'PhabricatorPasteListController' => 'PhabricatorPasteController',
|
||||||
'PhabricatorPasteViewController' => 'PhabricatorPasteController',
|
'PhabricatorPasteViewController' => 'PhabricatorPasteController',
|
||||||
|
|
Loading…
Reference in a new issue