factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public static function getEntityFqcn() { return OrderStatusHistory::class; } public function getFactory(): OrderStatusHistoryFactory { return $this->factory; } public function getRepositoryQuery(): OrderStatusHistoryRepositoryQuery { return $this->repositoryQuery; } public function getStore(): OrderStatusHistoryStore { return $this->store; } }