diff --git a/src/SEOTools/OpenGraph.php b/src/SEOTools/OpenGraph.php index 0875a31..08ed18e 100644 --- a/src/SEOTools/OpenGraph.php +++ b/src/SEOTools/OpenGraph.php @@ -782,6 +782,16 @@ public function setUrl($url) return $this; } + + /** + * {@inheritdoc} + */ + public function setImage($image) + { + $this->images = [$image]; + + return $this; + } /** * {@inheritdoc}