Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / owners / customfield / PhabricatorOwnersCustomField.php
blobb95348248f3cbf803112a1ada3170124e3a4782c
1 <?php
3 abstract class PhabricatorOwnersCustomField
4 extends PhabricatorCustomField {
6 public function newStorageObject() {
7 return new PhabricatorOwnersCustomFieldStorage();
10 protected function newStringIndexStorage() {
11 return new PhabricatorOwnersCustomFieldStringIndex();
14 protected function newNumericIndexStorage() {
15 return new PhabricatorOwnersCustomFieldNumericIndex();