diff --git a/web/modules/custom/blog/src/Entity/Node/Post.php b/web/modules/custom/blog/src/Entity/Node/Post.php index 950aa4f..7b61ddc 100644 --- a/web/modules/custom/blog/src/Entity/Node/Post.php +++ b/web/modules/custom/blog/src/Entity/Node/Post.php @@ -65,8 +65,4 @@ class Post extends Node implements ContentEntityBundleInterface { return (bool) $this->get(self::FIELD_SEND_TO_SOCIAL_MEDIA)->getString(); } - public function toTweet(): string { - return ''; - } - }