Some EOF fixes
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
parent
b4165a28ef
commit
fae603ed54
@ -189,4 +189,4 @@ class CodeChunk
|
||||
{
|
||||
return $this->content;
|
||||
}
|
||||
}
|
||||
}
|
@ -195,4 +195,4 @@ class Comment
|
||||
{
|
||||
return $this->user;
|
||||
}
|
||||
}
|
||||
}
|
@ -293,4 +293,4 @@ class Post implements Taggable
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
}
|
||||
}
|
@ -31,4 +31,4 @@ class Tag extends BaseTag
|
||||
* @ORM\OneToMany(targetEntity="Tagging", mappedBy="tag", fetch="EAGER")
|
||||
*/
|
||||
protected $tagging;
|
||||
}
|
||||
}
|
@ -33,4 +33,4 @@ class Tagging extends BaseTagging
|
||||
* @ORM\ManyToOne(targetEntity="Tag")
|
||||
*/
|
||||
protected $tag;
|
||||
}
|
||||
}
|
@ -135,4 +135,4 @@ class User implements UserInterface
|
||||
{
|
||||
return $this->password;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user