mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 12:30:56 +01:00
Fix lib map file
Summary: after PHID list controller is deleted, we need to update the map file. Test Plan: testEverythingImplemented passed Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: 1248
This commit is contained in:
parent
7618a4e056
commit
ad6708d3f0
1 changed files with 0 additions and 2 deletions
|
@ -556,7 +556,6 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorPHIDConstants' => 'applications/phid/constants',
|
'PhabricatorPHIDConstants' => 'applications/phid/constants',
|
||||||
'PhabricatorPHIDController' => 'applications/phid/controller/base',
|
'PhabricatorPHIDController' => 'applications/phid/controller/base',
|
||||||
'PhabricatorPHIDDAO' => 'applications/phid/storage/base',
|
'PhabricatorPHIDDAO' => 'applications/phid/storage/base',
|
||||||
'PhabricatorPHIDListController' => 'applications/phid/controller/list',
|
|
||||||
'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',
|
||||||
|
@ -1204,7 +1203,6 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorPHID' => 'PhabricatorPHIDDAO',
|
'PhabricatorPHID' => 'PhabricatorPHIDDAO',
|
||||||
'PhabricatorPHIDController' => 'PhabricatorController',
|
'PhabricatorPHIDController' => 'PhabricatorController',
|
||||||
'PhabricatorPHIDDAO' => 'PhabricatorLiskDAO',
|
'PhabricatorPHIDDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhabricatorPHIDListController' => 'PhabricatorPHIDController',
|
|
||||||
'PhabricatorPHIDLookupController' => 'PhabricatorPHIDController',
|
'PhabricatorPHIDLookupController' => 'PhabricatorPHIDController',
|
||||||
'PhabricatorPaste' => 'PhabricatorPasteDAO',
|
'PhabricatorPaste' => 'PhabricatorPasteDAO',
|
||||||
'PhabricatorPasteController' => 'PhabricatorController',
|
'PhabricatorPasteController' => 'PhabricatorController',
|
||||||
|
|
Loading…
Reference in a new issue