Skip to content

Instantly share code, notes, and snippets.

View shawnlindstrom's full-sized avatar
🤦‍♂️

Shawn Lindstrom shawnlindstrom

🤦‍♂️
View GitHub Profile
@shawnlindstrom
shawnlindstrom / PasswordBroker.php
Created June 14, 2016 20:21 — forked from jamesfairhurst/PasswordBroker.php
Laravel 5.2 Queue Password Reset Email
<?php
namespace App;
use Illuminate\Auth\Passwords\PasswordBroker as IlluminatePasswordBroker;
class PasswordBroker extends IlluminatePasswordBroker
{
/**
* Send the password reset link via e-mail in a queue