Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / settings / storage / PhabricatorUserPreferencesTransaction.php
blob3ef48c01e0470c689a642df62a22f695224a30bf
1 <?php
3 final class PhabricatorUserPreferencesTransaction
4 extends PhabricatorApplicationTransaction {
6 const TYPE_SETTING = 'setting';
8 const PROPERTY_SETTING = 'setting.key';
10 public function getApplicationName() {
11 return 'user';
14 public function getApplicationTransactionType() {
15 return PhabricatorUserPreferencesPHIDType::TYPECONST;