Change visibility of setPosts,getPosts in blocks renderer.
[MAILPOET-2961]
This commit is contained in:
committed by
Veljko V
parent
a1efca7537
commit
36e3d2cae4
@@ -156,11 +156,11 @@ class Renderer {
|
|||||||
return $this->renderBlocksInColumn($newsletter, $transformedPosts, $columnBaseWidth);
|
return $this->renderBlocksInColumn($newsletter, $transformedPosts, $columnBaseWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getPosts() {
|
private function getPosts() {
|
||||||
return $this->posts;
|
return $this->posts;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setPosts($posts) {
|
private function setPosts($posts) {
|
||||||
return $this->posts = $posts;
|
return $this->posts = $posts;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user