'datetime', ]; public function setPasswordAttribute($value) { $this->attributes['password'] = Hash::make($value); } }