NexusDB compatible with binary field

This commit is contained in:
xiaomlove
2026-06-14 16:24:18 +07:00
parent fab32bf63d
commit c50867a71a
3 changed files with 31 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class BaseRepository
return $perPage;
}
protected function handleAnonymous($username, $user, User $authenticator, Torrent $torrent = null)
protected function handleAnonymous($username, $user, User $authenticator, ?Torrent $torrent = null)
{
if (!$user) {
return "";