attributes['uri'] = encrypt($value); // } /** * Get the user's first name. * * @param string $value * @return string */ // public function getUriAttribute($value) // { // try { // return decrypt($value); // } catch (DecryptException $e) { // return null; // } // } }