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