Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/src/applications/dashboard/query/PhabricatorDashboardTransactionQuery.php
12242 views
1
<?php
2
3
final class PhabricatorDashboardTransactionQuery
4
extends PhabricatorApplicationTransactionQuery {
5
6
public function getTemplateApplicationTransaction() {
7
return new PhabricatorDashboardTransaction();
8
}
9
10
}
11
12