Skip to content

Commit

Permalink
Fix contract implementation (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher authored Jun 2, 2023
1 parent 3df28f8 commit e99f7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Responses/RecoveryCodesGeneratedResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace Laravel\Fortify\Http\Responses;

use Illuminate\Http\JsonResponse;
use Laravel\Fortify\Contracts\PasswordUpdateResponse as PasswordUpdateResponseContract;
use Laravel\Fortify\Contracts\RecoveryCodesGeneratedResponse as RecoveryCodesGeneratedResponseContract;
use Laravel\Fortify\Fortify;

class RecoveryCodesGeneratedResponse implements PasswordUpdateResponseContract
class RecoveryCodesGeneratedResponse implements RecoveryCodesGeneratedResponseContract
{
/**
* Create an HTTP response that represents the object.
Expand Down

0 comments on commit e99f7cb

Please sign in to comment.