pageFactory = $pageFactory; } /** * @inheritDoc */ public function execute() { return $this->pageFactory->create(); } }