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 a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
phortune
/
storage
/
PhortuneSchemaSpec.php
blob
a3ff64145050030b9baa57f0770b9b0bf6bdb257
1
<
?php
2
3
final class
PhortuneSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
4
5
public function
buildSchemata
() {
6
$this
->
buildEdgeSchemata
(
new
PhortuneAccount
());
7
}
8
9
}