mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Code clean up.
This commit is contained in:
10
app/User.php
10
app/User.php
@@ -18,10 +18,8 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
namespace FireflyIII;
|
||||
|
||||
use FireflyIII\Events\RequestedNewPassword;
|
||||
@@ -34,9 +32,7 @@ use Illuminate\Notifications\Notifiable;
|
||||
use Request;
|
||||
|
||||
/**
|
||||
* Class User
|
||||
*
|
||||
* @package FireflyIII
|
||||
* Class User.
|
||||
*/
|
||||
class User extends Authenticatable
|
||||
{
|
||||
@@ -227,9 +223,7 @@ class User extends Authenticatable
|
||||
/**
|
||||
* Send the password reset notification.
|
||||
*
|
||||
* @param string $token
|
||||
*
|
||||
* @return void
|
||||
* @param string $token
|
||||
*/
|
||||
public function sendPasswordResetNotification($token)
|
||||
{
|
||||
|
Reference in New Issue
Block a user