repository = $repository; } public function run(): string { return $this->render('menu-last-posts', [ 'posts' => $this->repository->getLast(3) ]); } }