Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / people / storage / PhabricatorUserCustomFieldStringIndex.php
blob25e4d64de6e158407d4f3c0b5f2577542e7dd1f7
1 <?php
3 final class PhabricatorUserCustomFieldStringIndex
4 extends PhabricatorCustomFieldStringIndexStorage {
6 public function getApplicationName() {
7 return 'user';