$response = $this->passwords->sendResetLink($request->only('email'),
What is $this->passwords suppose to be?
Maybe change the line with
$response = Password::sendResetLink($request->only('email'),
and use
use Illuminate\Support\Facades\Password;
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community