mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Code cleanup
This commit is contained in:
@@ -129,7 +129,7 @@ class RemoteUserGuard implements Guard
|
||||
public function check(): bool
|
||||
{
|
||||
app('log')->debug(sprintf('Now at %s', __METHOD__));
|
||||
return !is_null($this->user());
|
||||
return null !== $this->user();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user