Skip to content

Commit

Permalink
Remove custom model attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Casmo committed Dec 1, 2023
1 parent 516b997 commit b000d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Embeddable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()));
}

/**
Expand Down

0 comments on commit b000d54

Please sign in to comment.