repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
src
/
applications
/
phurl
/
query
/
PhabricatorPhurlURLTransactionQuery.php
blob
6c4e7d212df72ff3fc670052874ff3e48733c853
1
<
?php
2
3
final class
PhabricatorPhurlURLTransactionQuery
4
extends
PhabricatorApplicationTransactionQuery
{
5
6
public function
getTemplateApplicationTransaction
() {
7
return new
PhabricatorPhurlURLTransaction
();
8
}
9
10
}