This commit is contained in:
Yuri Kuznetsov
2021-02-17 16:40:27 +02:00
parent 102db4c937
commit c2af7914e3

View File

@@ -74,7 +74,7 @@ class Preferences extends Repository implements
$this->fetchAutoFollowEntityTypeList($entity);
$entity->setAsFetched($this->data[$id]);
$entity->setAsFetched();
return $entity;
}