We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0155d43 commit 67728b9Copy full SHA for 67728b9
packages/Webkul/Admin/src/Http/Controllers/User/ForgotPasswordController.php
@@ -4,7 +4,6 @@
4
5
use Illuminate\Foundation\Auth\SendsPasswordResetEmails;
6
use Illuminate\Support\Facades\Password;
7
-use Illuminate\View\View;
8
use Webkul\Admin\Http\Controllers\Controller;
9
use Webkul\Admin\Notifications\User\UserResetPassword;
10
@@ -15,7 +14,7 @@ class ForgotPasswordController extends Controller
15
14
/**
16
* Show the form for creating a new resource.
17
*/
18
- public function create(): View
+ public function create()
19
{
20
if (auth()->guard('user')->check()) {
21
return redirect()->route('admin.dashboard.index');
0 commit comments