Skip to content

Commit

Permalink
fix cache import
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialOwl committed Nov 7, 2023
1 parent f3ad139 commit 84af7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Model/RelatedResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ public function import(array $data): IDeserializable {
$this->setSubtitle($this->get('subtitle', $data));
$this->setTooltip($this->get('tooltip', $data));
$this->setIcon($this->get('icon', $data));
$this->setPreview($this->get('preview', $data));
$this->setUrl($this->get('url', $data));
$this->setScore($this->getInt('score', $data));
$this->setAsGroupShared($this->getBool('groupShared', $data));
Expand Down

0 comments on commit 84af7dd

Please sign in to comment.