mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -89,7 +89,7 @@ trait UserGroupTrait
|
||||
return;
|
||||
}
|
||||
|
||||
throw new FireflyException(sprintf('Object is of class %s, not User.', get_class($user)));
|
||||
throw new FireflyException(sprintf('Object is of class %s, not User.', $user::class));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user