Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/src/applications/differential/storage/DifferentialCustomFieldNumericIndex.php
12256 views
1
<?php
2
3
final class DifferentialCustomFieldNumericIndex
4
extends PhabricatorCustomFieldNumericIndexStorage {
5
6
public function getApplicationName() {
7
return 'differential';
8
}
9
10
}
11
12