diff --git a/src/Embeddable.php b/src/Embeddable.php index c1ba83a..96c64f0 100755 --- a/src/Embeddable.php +++ b/src/Embeddable.php @@ -251,7 +251,7 @@ public function embeddableAs() */ public function toEmbeddableString() { - return strip_tags(implode(', ', $this->contentable->toArray()).implode(', ', $this->toArray())); + return strip_tags(implode(', ', $this->toArray())); } /**