mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Various code cleanup.
This commit is contained in:
@@ -302,7 +302,7 @@ class User extends Authenticatable
|
||||
*
|
||||
* @param string $token
|
||||
*/
|
||||
public function sendPasswordResetNotification($token)
|
||||
public function sendPasswordResetNotification($token): void
|
||||
{
|
||||
$ipAddress = Request::ip();
|
||||
|
||||
|
Reference in New Issue
Block a user