1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-06 03:48:28 +01:00
phorge-phorge/src/applications/ponder/editor/PonderEditor.php

15 lines
261 B
PHP
Raw Normal View History

<?php
abstract class PonderEditor
extends PhabricatorApplicationTransactionEditor {
public function getEditorApplicationClass() {
return 'PhabricatorPonderApplication';
}
protected function getMailSubjectPrefix() {
return '[Ponder]';
}
}