mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 09:42:41 +01:00
99ea7082d6
Summary: Ref T10054. The daemons look for this but currently can't find it. Test Plan: Ran daemons, clean exit on profile menu edits instead of permanent failure. Reviewers: chad Reviewed By: chad Maniphest Tasks: T10054 Differential Revision: https://secure.phabricator.com/D15053
10 lines
253 B
PHP
10 lines
253 B
PHP
<?php
|
|
|
|
final class PhabricatorProfilePanelConfigurationTransactionQuery
|
|
extends PhabricatorApplicationTransactionQuery {
|
|
|
|
public function getTemplateApplicationTransaction() {
|
|
return new PhabricatorProfilePanelConfigurationTransaction();
|
|
}
|
|
|
|
}
|