mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-20 13:27:30 +08:00
NexusDB compatible with binary field
This commit is contained in:
@@ -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 "";
|
||||
|
||||
Reference in New Issue
Block a user