Fix user password handling in Admin CP
This commit is contained in:
parent
e49c739bde
commit
dd54c5abb1
3 changed files with 24 additions and 5 deletions
|
@ -161,7 +161,6 @@ class UserController extends Controller
|
|||
*
|
||||
* @throws \Pterodactyl\Exceptions\Model\DataValidationException
|
||||
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
|
||||
* @throws \Pterodactyl\Exceptions\Http\Connection\DaemonConnectionException
|
||||
*/
|
||||
public function update(UserFormRequest $request, User $user)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue