Skip to content

Commit ff06ee1

Browse files
committed
📦 Fix compatibility with graphqlite v7
1 parent 7b4ad24 commit ff06ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/GraphQL/InvalidUserPasswordException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class InvalidUserPasswordException extends GraphQLException
1010
{
1111
public static function create(Exception $previous = null): self
1212
{
13-
return new self('The provided user / password is incorrect.', 401, $previous, 'Security');
13+
return new self('The provided user / password is incorrect.', 401, $previous, ['category' => 'Security']);
1414
}
1515
}

0 commit comments

Comments
 (0)