Skip to content

Commit

Permalink
Fix style.ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 27, 2023
1 parent 7f47c6e commit cae988c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/UseCase/Login/LoginEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ public function __construct(
public readonly Model $model,
public readonly UserModule $userModule,
array $config = []
)
{
) {
parent::__construct($config);
}
}

0 comments on commit cae988c

Please sign in to comment.