Skip to content

Commit

Permalink
Merge pull request #2 from sagautam5/update-user-model-path
Browse files Browse the repository at this point in the history
update-user-model-path
  • Loading branch information
sagautam5 authored Apr 28, 2022
2 parents 4a91ea3 + ea0ea42 commit 30d1536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use App\Http\Controllers\Controller;
use Illuminate\Support\Facades\Auth;
use App\User;
use App\Models\User;
use Sagautam5\ChangePassword\Http\Requests\ChangePasswordRequest;

/**
Expand Down

0 comments on commit 30d1536

Please sign in to comment.