Viewing File: /home/ubuntu/code_review/phabricator/src/applications/almanac/storage/AlmanacServiceTransaction.php

<?php

final class AlmanacServiceTransaction
  extends AlmanacModularTransaction {

  public function getApplicationTransactionType() {
    return AlmanacServicePHIDType::TYPECONST;
  }

  public function getBaseTransactionClass() {
    return 'AlmanacServiceTransactionType';
  }

}
Back to Directory File Manager