mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-03 04:02:43 +01:00
11 lines
186 B
PHP
11 lines
186 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorProjectCustomFieldNumericIndex
|
||
|
extends PhabricatorCustomFieldNumericIndexStorage {
|
||
|
|
||
|
public function getApplicationName() {
|
||
|
return 'project';
|
||
|
}
|
||
|
|
||
|
}
|