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
/
almanac
/
storage
/
AlmanacModularTransaction.php
blob
3e2eb0a3ec85811eac3e12d975118b3d7ea04d7d
1
<
?php
2
3
abstract class
AlmanacModularTransaction
4
extends
PhabricatorModularTransaction
{
5
6
public function
getApplicationName
() {
7
return
'almanac'
;
8
}
9
10
}