Example #1
0
 protected function addUpdatedUser(Location $location)
 {
     $user = new User($this->getUser(), $this->getRequest()->getClientIp());
     $location->addUpdated($user);
 }