Example #1
0
 public function emailWasChanged()
 {
     return $this->email !== null && $this->email !== $this->user->getEmail();
 }