Tag->setPost() removed in Post.

This commit is contained in:
Alexey Skobkin 2017-11-06 07:18:02 +03:00
parent 6c321a9fc6
commit 49b039026c
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ class Post
public function addPostTag(PostTag $tag): self
{
$tag->setPost($this);
$this->postTags[] = $tag;
return $this;