Should wrap up the base landing page stuff for accounts, next step is server rendering

This commit is contained in:
Dane Everitt
2017-08-30 21:11:14 -05:00
parent 67ac36f5ce
commit e045ef443a
32 changed files with 1223 additions and 317 deletions

View File

@@ -61,6 +61,7 @@ class UserUpdateService
* @return mixed
*
* @throws \Pterodactyl\Exceptions\Model\DataValidationException
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
*/
public function handle($id, array $data)
{