mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-31 00:48:21 +01:00
11 lines
170 B
PHP
11 lines
170 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorRemarkupEditField
|
||
|
extends PhabricatorEditField {
|
||
|
|
||
|
protected function newControl() {
|
||
|
return new PhabricatorRemarkupControl();
|
||
|
}
|
||
|
|
||
|
}
|