Page MenuHomec4science

PassphraseDAO.php
No OneTemporary

File Metadata

Created
Thu, Feb 20, 00:01

PassphraseDAO.php

<?php
abstract class PassphraseDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'passphrase';
}
}

Event Timeline