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
/
phlux
/
query
/
PhluxTransactionQuery.php
blob
a6969ef557ca2eb99eb6572f1d2ca92bd8d429e2
1
<
?php
2
3
final class
PhluxTransactionQuery
4
extends
PhabricatorApplicationTransactionQuery
{
5
6
public function
getTemplateApplicationTransaction
() {
7
return new
PhluxTransaction
();
8
}
9
10
}