Page MenuHomec4science

HeraldWebhookTransactionQuery.php
No OneTemporary

File Metadata

Created
Thu, Apr 24, 07:16

HeraldWebhookTransactionQuery.php

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

Event Timeline