Esempio n. 1
0
 /**
  * Get all social links for the current user.
  * Alias of `user\Link::for_user ($user_id)`
  */
 public function links()
 {
     return user\Link::for_user($this->id);
 }