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
Remove product literal strings in "pht()", part 25
[phabricator.git]
/
src
/
applications
/
releeph
/
storage
/
ReleephBranchTransaction.php
blob
5dc2811c868cff5322f6b01a6fd8ad6546982cc7
1
<
?php
2
3
final class
ReleephBranchTransaction
4
extends
PhabricatorApplicationTransaction
{
5
6
public function
getApplicationName
() {
7
return
'releeph'
;
8
}
9
10
public function
getApplicationTransactionType
() {
11
return
ReleephBranchPHIDType
::
TYPECONST
;
12
}
13
14
}