mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01:00
f8080ce931
Summary: Fixes T9351. This is straightforward since this application is now relatively modern and doesn't have any bizarre craziness. Test Plan: {F787981} {F787982} Reviewers: chad Reviewed By: chad Maniphest Tasks: T9351 Differential Revision: https://secure.phabricator.com/D14093
10 lines
184 B
PHP
10 lines
184 B
PHP
<?php
|
|
|
|
final class PhabricatorOwnersCustomFieldNumericIndex
|
|
extends PhabricatorCustomFieldNumericIndexStorage {
|
|
|
|
public function getApplicationName() {
|
|
return 'owners';
|
|
}
|
|
|
|
}
|