Add new location and user management via CLI

This commit is contained in:
Dane Everitt
2017-09-15 22:13:33 -05:00
parent a498bbc7d5
commit 542d1f8db7
10 changed files with 395 additions and 33 deletions

View File

@@ -120,6 +120,8 @@ interface RepositoryInterface
*
* @param array $fields
* @return mixed
*
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
*/
public function findFirstWhere(array $fields);