mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-15 08:18:38 +01:00
11 lines
259 B
PHP
11 lines
259 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorProfileMenuItemConfigurationTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
public function getTemplateApplicationTransaction() {
|
||
|
return new PhabricatorProfileMenuItemConfigurationTransaction();
|
||
|
}
|
||
|
|
||
|
}
|