Remove the toTweet() method
This commit is contained in:
parent
909374edcb
commit
8b040a09a2
|
@ -65,8 +65,4 @@ class Post extends Node implements ContentEntityBundleInterface {
|
||||||
return (bool) $this->get(self::FIELD_SEND_TO_SOCIAL_MEDIA)->getString();
|
return (bool) $this->get(self::FIELD_SEND_TO_SOCIAL_MEDIA)->getString();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function toTweet(): string {
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue