Changes after code review

This commit is contained in:
Michael 2022-11-30 14:33:55 +00:00
parent 1ced4673fe
commit fbcc56d42d
4 changed files with 4 additions and 4 deletions

View file

@ -30,6 +30,6 @@ class UpdateSuggestions
{
public static function execute(int $uid)
{
Contact\Relation::updateSuggestions($uid);
Contact\Relation::updateCachedSuggestions($uid);
}
}