mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-15 11:22:40 +01:00
11 lines
180 B
PHP
11 lines
180 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorUserCustomFieldNumericIndex
|
||
|
extends PhabricatorCustomFieldNumericIndexStorage {
|
||
|
|
||
|
public function getApplicationName() {
|
||
|
return 'user';
|
||
|
}
|
||
|
|
||
|
}
|