1<?php 2 3final class ManiphestCustomFieldNumericIndex 4 extends PhabricatorCustomFieldNumericIndexStorage { 5 6 public function getApplicationName() { 7 return 'maniphest'; 8 } 9 10} 11 12