$this->attributes('password') = password_hash($pass, PASSWORD_BCRYPT);
$this->attributes['password'] = password_hash($pass, PASSWORD_BCRYPT);