Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / badges / storage / PhabricatorBadgesSchemaSpec.php
blob5807eb85bf8e02bc75d4b6a7c23dfb37dc5a1d7b
1 <?php
3 final class PhabricatorBadgesSchemaSpec
4 extends PhabricatorConfigSchemaSpec {
6 public function buildSchemata() {
7 $this->buildEdgeSchemata(new PhabricatorBadgesBadge());