Skip to content

Commit

Permalink
Remove deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 23, 2024
1 parent 9780aa0 commit 6c2bd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/BaseAuthenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ protected function _query(string $username): SelectQuery {

$options['username'] = $options['username'] ?? $username;

return $table->find($finder, $options);
return $table->find($finder, ...$options);
}

/**
Expand Down

0 comments on commit 6c2bd0c

Please sign in to comment.