Exemplo n.º 1
0
 public function render()
 {
     $this->template->setFile(__DIR__ . '/Udates.latte');
     $this->template->dowJars = array_merge($this->gameUpdater->getSnapshotsJars(), $this->gameUpdater->getStableJars());
     $this->template->render();
 }