diff --git a/src/Auth/BaseAuthenticate.php b/src/Auth/BaseAuthenticate.php index 3cb4c280..9f7b460f 100644 --- a/src/Auth/BaseAuthenticate.php +++ b/src/Auth/BaseAuthenticate.php @@ -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); } /**