Viewing File: /home/ubuntu/code-backup/code_review/phabricator/src/applications/phlux/storage/PhluxSchemaSpec.php

<?php

final class PhluxSchemaSpec
  extends PhabricatorConfigSchemaSpec {

  public function buildSchemata() {
    $this->buildEdgeSchemata(new PhluxVariable());
  }

}
Back to Directory File Manager