Example #1
0
 protected function insideRender(ITemplate $template)
 {
     $template->latestDraft = $this->newerDraftExists ? $this->wikiDraftRepository->getLatestByWiki($this->item) : null;
 }