factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; $this->builder = $builder; } public static function getEntityFqcn() { return PointSaleSection::class; } public function getFactory(): PointSaleSectionFactory { return $this->factory; } public function getRepositoryQuery(): PointSaleSectionRepositoryQuery { return $this->repositoryQuery; } public function getStore(): PointSaleSectionStore { $this->store->resetContext(); return $this->store; } public function getBuilder(): PointSaleSectionBuilder { return $this->builder; } }