File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ protected function findExistingVerifiedAuthorization(HasDeviceAuthorizations $us
238238
239239 $ fingerprintHash = hash ($ algorithm , $ fingerprint );
240240
241- if ($ authorization = $ user ->deviceAuthorizations ()->veifiedFingerprint ($ fingerprintHash )->first ()) {
241+ if ($ authorization = $ user ->deviceAuthorizations ()->verifiedFingerprint ($ fingerprintHash )->first ()) {
242242 return $ authorization ;
243243 }
244244
Original file line number Diff line number Diff line change 44
55use BoxedCode \Laravel \Auth \Device \Contracts \HasDeviceAuthorizations ;
66use Illuminate \Contracts \Events \Dispatcher as EventDispatcher ;
7+ use Illuminate \Http \Request ;
8+ use Symfony \Component \HttpFoundation \Response ;
79
810interface AuthManager
911{
You canβt perform that action at this time.
0 commit comments