/**
  * Handle the event.
  *
  * @param UserWasLoggedIn $event
  */
 public function handle(UserWasLoggedIn $event)
 {
     $this->users->touchLastLogin($event->getUser());
 }