File tree Expand file tree Collapse file tree 2 files changed +1
-37
lines changed
Expand file tree Collapse file tree 2 files changed +1
-37
lines changed Original file line number Diff line number Diff line change 55
66use App \Exceptions \User \BannedException ;
77use App \Http \Controllers \Controller ;
8- use App \Http \Requests \SignInRequest ;
98use App \TransactionScripts \Authentication ;
109use Cartalyst \Sentinel \Checkpoints \NotActivatedException ;
1110use Cartalyst \Sentinel \Checkpoints \ThrottlingException ;
12- use Cartalyst \Sentinel \Sentinel ;
1311use Illuminate \Http \JsonResponse ;
1412use Illuminate \Http \RedirectResponse ;
1513use Illuminate \Http \Request ;
@@ -39,7 +37,7 @@ public function render(Request $request): View
3937 /**
4038 * Handle the user signin
4139 */
42- public function signin (SignInRequest $ request , Authentication $ script ): JsonResponse
40+ public function signin (Request $ request , Authentication $ script ): JsonResponse
4341 {
4442 try {
4543 $ user = $ script ->authenticate ($ request ->get ('username ' ), $ request ->get ('password ' ));
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments