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 6
[phabricator.git]
/
src
/
applications
/
metamta
/
storage
/
PhabricatorMetaMTASchemaSpec.php
blob
5c3841d2ac255280ee2c0b7176293d8d8720b21c
1
<
?php
2
3
final class
PhabricatorMetaMTASchemaSpec
4
extends
PhabricatorConfigSchemaSpec
{
5
6
public function
buildSchemata
() {
7
$this
->
buildEdgeSchemata
(
8
new
PhabricatorMetaMTAMail
());
9
}
10
11
}