<?php

abstract class PhabricatorMetaMTADAO extends PhabricatorLiskDAO {

  public function getApplicationName() {
    return 'metamta';
  }

}
