mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 20:38:46 +00:00
Code fixes.
This commit is contained in:
@@ -98,9 +98,7 @@ class RemoteUserGuard implements Guard
|
||||
*/
|
||||
public function check(): bool
|
||||
{
|
||||
$result = !is_null($this->user());
|
||||
|
||||
return $result;
|
||||
return !is_null($this->user());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user