factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public static function getEntityFqcn() { return Site::class; } public function getFactory(): SiteFactory { return $this->factory; } public function getRepositoryQuery(): SiteRepositoryQuery { return $this->repositoryQuery; } public function getStore(): SiteStore { return $this->store; } }