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