mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Add disclaimer.
This commit is contained in:
@@ -88,7 +88,7 @@ trait UserGroupTrait
|
|||||||
public function setUserGroup(UserGroup $userGroup): void
|
public function setUserGroup(UserGroup $userGroup): void
|
||||||
{
|
{
|
||||||
if (null === $this->user) {
|
if (null === $this->user) {
|
||||||
Log::warning(sprintf('User is not set in repository %s', static::class));
|
Log::warning(sprintf('User is not set in repository %s. This does not have to be a problem.', static::class));
|
||||||
}
|
}
|
||||||
$this->userGroup = $userGroup;
|
$this->userGroup = $userGroup;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user