Page MenuHomec4science

NuanceQuery.php
No OneTemporary

File Metadata

Created
Mon, Mar 10, 00:06

NuanceQuery.php

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

Event Timeline