mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Extend ManiphestAction from ManiphestConstants, not PhrictionConstants
Summary: Bad copy/paste. Test Plan: arc liberate Reviewers: svemir, allenjohnashton Reviewed By: svemir CC: aran Differential Revision: https://secure.phabricator.com/D2738
This commit is contained in:
parent
726041584f
commit
c868ec7d11
2 changed files with 2 additions and 2 deletions
|
@ -1487,7 +1487,7 @@ phutil_register_library_map(array(
|
|||
'LiskIsolationTestCase' => 'PhabricatorTestCase',
|
||||
'LiskIsolationTestDAO' => 'LiskDAO',
|
||||
'LiskIsolationTestDAOException' => 'Exception',
|
||||
'ManiphestAction' => 'PhrictionConstants',
|
||||
'ManiphestAction' => 'ManiphestConstants',
|
||||
'ManiphestAuxiliaryFieldDefaultSpecification' => 'ManiphestAuxiliaryFieldSpecification',
|
||||
'ManiphestAuxiliaryFieldTypeException' => 'Exception',
|
||||
'ManiphestAuxiliaryFieldValidationException' => 'Exception',
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
/**
|
||||
* @group maniphest
|
||||
*/
|
||||
final class ManiphestAction extends PhrictionConstants {
|
||||
final class ManiphestAction extends ManiphestConstants {
|
||||
/* These actions must be determined when the story
|
||||
is generated and thus are new */
|
||||
const ACTION_CREATE = 'create';
|
||||
|
|
Loading…
Reference in a new issue