Page MenuHomec4science

HeraldWebhookTransactionQuery.php
No OneTemporary

File Metadata

Created
Fri, Apr 18, 16:55

HeraldWebhookTransactionQuery.php

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

Event Timeline