Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/fintechbd/auth
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Sep 22, 2023
2 parents 6ad12fc + 9f8f38c commit 856f5fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/Http/Controllers/RegisteredUserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ class RegisteredUserController extends Controller
{
/**
* Handle an incoming registration request.
*
* @param RegistrationRequest $request
* @return Response
*/
public function store(RegistrationRequest $request): Response
{
Expand Down
1 change: 0 additions & 1 deletion src/Http/Requests/RegistrationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Fintech\Auth\Http\Requests;

use Illuminate\Auth\Events\Lockout;
use Illuminate\Contracts\Validation\Rule;
use Illuminate\Foundation\Http\FormRequest;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\RateLimiter;
Expand Down

0 comments on commit 856f5fb

Please sign in to comment.