Skip to content

Commit

Permalink
Change type in construct
Browse files Browse the repository at this point in the history
  • Loading branch information
iampersistent committed Oct 7, 2023
1 parent ed3fa8b commit 9812095
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

namespace App\Authentication\Interactor;

use App\Authentication\DbTableAuthAdapter;
use Laminas\Authentication\Adapter\DbTable\CallbackCheckAdapter;
use App\Jwt\Interactor\CreateJwtToken;
use Zestic\Contracts\Authentication\AuthenticationResponseInterface;
use Zestic\Contracts\User\FindUserByIdInterface;

final class AuthenticateUsernamePassword
{
public function __construct(
private DbTableAuthAdapter $authAdapter,
private CallbackCheckAdapter $authAdapter,
private CreateJwtToken $createJwtToken,
private FindUserByIdInterface $findUserById,
private AuthenticationResponseInterface $authenticationResponse,
Expand Down

0 comments on commit 9812095

Please sign in to comment.