mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-04-21 23:42:10 +02:00
Fix code formatting issues
This commit is contained in:
parent
fe321f1d9c
commit
7580a4bf80
@ -31,7 +31,6 @@ class ResetPasswordCommand extends Command
|
||||
if (empty($this->user)) {
|
||||
$this->warn('A user with this email address could not be found!');
|
||||
}
|
||||
|
||||
} while (empty($this->user));
|
||||
}
|
||||
|
||||
@ -49,7 +48,6 @@ class ResetPasswordCommand extends Command
|
||||
$this->warn($error);
|
||||
}
|
||||
}
|
||||
|
||||
} while ($validator->invalid());
|
||||
|
||||
$this->user->password = bcrypt($newPassword);
|
||||
|
Loading…
x
Reference in New Issue
Block a user