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