Page MenuHomec4science

HeraldWebhookTransactionQuery.php
No OneTemporary

File Metadata

Created
Wed, Apr 23, 18:00

HeraldWebhookTransactionQuery.php

<?php
final class HeraldWebhookTransactionQuery
extends PhabricatorApplicationTransactionQuery {
public function getTemplateApplicationTransaction() {
return new HeraldWebhookTransaction();
}
}

Event Timeline