mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-16 11:52:40 +01:00
12 lines
199 B
PHP
12 lines
199 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorMetaMTASchemaSpec
|
||
|
extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildEdgeSchemata(
|
||
|
new PhabricatorMetaMTAMail());
|
||
|
}
|
||
|
|
||
|
}
|