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