Exemple #1
0
 public function __construct($url)
 {
     $this->url = $url;
     $this->groupPage = $this->getBlogGroupPage();
     $this->group = PageGroup::where('id', '=', $this->groupPage->group_container)->first();
     $this->setUpCommentsBlocks();
 }