Page MenuHomec4science

NuanceQuery.php
No OneTemporary

File Metadata

Created
Mon, Jan 27, 04:40

NuanceQuery.php

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

Event Timeline