mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-24 15:52:41 +01:00
d096b9c151
Summary: Ref T7815. Pretty sure this is right? Seems OK locally. Also: simpler! Test Plan: - Conpherence is right-side-up. - Transactions on other objects are also still right-side-up. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T7815 Differential Revision: https://secure.phabricator.com/D12398
10 lines
203 B
PHP
10 lines
203 B
PHP
<?php
|
|
|
|
final class ConpherenceTransactionQuery
|
|
extends PhabricatorApplicationTransactionQuery {
|
|
|
|
public function getTemplateApplicationTransaction() {
|
|
return new ConpherenceTransaction();
|
|
}
|
|
|
|
}
|