- $creator = $this->getEditor();
- $updater = $this->getViewer();
- $entities = $this->createEntityChainBelongingToUser($creator, $updater);
+ $creator = $this->users->editor();
+ $updater = $this->users->viewer();
+ $entities = $this->entities->createChainBelongingToUser($creator, $updater);