Merge pull request #3244 from shubhwebkul/patch-1

Issue #3238 resolved
This commit is contained in:
Jitendra Singh 2020-06-16 11:59:54 +05:30 committed by GitHub
commit 87d9f78e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -2,13 +2,10 @@
namespace Webkul\API\Http\Controllers\Shop;
use Illuminate\Foundation\Auth\SendsPasswordResetEmails;
use Illuminate\Support\Facades\Password;
class ForgotPasswordController extends Controller
{
use SendsPasswordResetEmails;
/**
* Store a newly created resource in storage.
*

View File

@ -2,13 +2,10 @@
namespace Webkul\User\Http\Controllers;
use Illuminate\Foundation\Auth\SendsPasswordResetEmails;
use Illuminate\Support\Facades\Password;
class ForgetPasswordController extends Controller
{
use SendsPasswordResetEmails;
/**
* Contains route related configuration
*