Skip to content

Commit

Permalink
#1096: fixed cs
Browse files Browse the repository at this point in the history
  • Loading branch information
arusinowski committed Sep 4, 2024
1 parent 299bfcd commit 916e158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Model/Behavior/SocialBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ public function findExistingForSocialLogin(Query $query, array $options)
}

return $query->where(fn(QueryExpression $expression) => $expression
->eq($this->_table->aliasField('email'), $options['email'])
);
->eq($this->_table->aliasField('email'), $options['email']));
}

/**
Expand Down

0 comments on commit 916e158

Please sign in to comment.