Page MenuHomec4science

NuanceQuery.php
No OneTemporary

File Metadata

Created
Wed, Nov 27, 00:41

NuanceQuery.php

<?php
abstract class NuanceQuery extends PhabricatorCursorPagedPolicyAwareQuery {
public function getQueryApplicationClass() {
return 'PhabricatorNuanceApplication';
}
}

Event Timeline