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