Page MenuHomec4science

PhabricatorOAuthServerDAO.php
No OneTemporary

File Metadata

Created
Sat, Feb 1, 22:26

PhabricatorOAuthServerDAO.php

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

Event Timeline