Skip to content

Commit e99f7cb

Browse files
authored
Fix contract implementation (#472)
1 parent 3df28f8 commit e99f7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Http/Responses/RecoveryCodesGeneratedResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
namespace Laravel\Fortify\Http\Responses;
44

55
use Illuminate\Http\JsonResponse;
6-
use Laravel\Fortify\Contracts\PasswordUpdateResponse as PasswordUpdateResponseContract;
6+
use Laravel\Fortify\Contracts\RecoveryCodesGeneratedResponse as RecoveryCodesGeneratedResponseContract;
77
use Laravel\Fortify\Fortify;
88

9-
class RecoveryCodesGeneratedResponse implements PasswordUpdateResponseContract
9+
class RecoveryCodesGeneratedResponse implements RecoveryCodesGeneratedResponseContract
1010
{
1111
/**
1212
* Create an HTTP response that represents the object.

0 commit comments

Comments
 (0)