Skip to content

Commit

Permalink
Update OpenGraph.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SleskeLeske authored Nov 8, 2022
1 parent 04e1611 commit 2b05a2d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/SEOTools/OpenGraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,16 @@ public function setUrl($url)

return $this;
}

/**
* {@inheritdoc}
*/
public function setImage($image)
{
$this->images = [$image];

return $this;
}

/**
* {@inheritdoc}
Expand Down

0 comments on commit 2b05a2d

Please sign in to comment.