Update ForgotPasswordController.php

pull/6273/head
Shlee 11 months ago committed by GitHub
parent 4adc8947d8
commit b826f4fe48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,6 +6,7 @@ use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\SendsPasswordResetEmails;
use App\Services\BouncerService;
use Illuminate\Http\Request;
use Illuminate\Validation\ValidationException;
class ForgotPasswordController extends Controller
{

Loading…
Cancel
Save