Example #1
0
 public function setStatusAttribute(UserStatus $status)
 {
     $this->attributes['status'] = $status->getValue();
 }