The trait Illuminate\Foundation\Auth\ResetsPasswords requires the property $email which is not provided by App\Http\Controllers\Auth\ResetPasswordController.
Loading history...
23
24
protected $redirectTo = '/';
25
26
/**
27
* Create a new controller instance.
28
*
29
* @return void
30
*/
31
public function __construct()
32
{
33
$this->middleware('guest');
34
}
35
36
public function showResetForm(Request $request, $token = null)