mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-07 20:38:32 +01:00
11 lines
184 B
PHP
11 lines
184 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorOwnersCustomFieldNumericIndex
|
||
|
extends PhabricatorCustomFieldNumericIndexStorage {
|
||
|
|
||
|
public function getApplicationName() {
|
||
|
return 'owners';
|
||
|
}
|
||
|
|
||
|
}
|