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 all "FileHasObject" edge reads and writes
[phabricator.git]
/
src
/
applications
/
badges
/
storage
/
PhabricatorBadgesSchemaSpec.php
blob
5807eb85bf8e02bc75d4b6a7c23dfb37dc5a1d7b
1
<
?php
2
3
final class
PhabricatorBadgesSchemaSpec
4
extends
PhabricatorConfigSchemaSpec
{
5
6
public function
buildSchemata
() {
7
$this
->
buildEdgeSchemata
(
new
PhabricatorBadgesBadge
());
8
}
9
10
}