mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
c58bd95842
Summary: also includes a PhabricatorPeopleQuery object Test Plan: queried for various combinations username, realname, id, phid, and email. verified correct results. Reviewers: epriestley Reviewed By: epriestley CC: zeeg, aran, Koolvin Maniphest Tasks: T1075 Differential Revision: https://secure.phabricator.com/D2416
16 lines
497 B
PHP
16 lines
497 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('phabricator', 'applications/people/storage/email');
|
|
phutil_require_module('phabricator', 'applications/people/storage/user');
|
|
phutil_require_module('phabricator', 'infrastructure/query/offsetpaged');
|
|
phutil_require_module('phabricator', 'storage/qsprintf');
|
|
phutil_require_module('phabricator', 'storage/queryfx');
|
|
|
|
|
|
phutil_require_source('PhabricatorPeopleQuery.php');
|