コード例 #1
0
 /**
  * Make the given, typically hidden, attributes visible.
  *
  * @param array|string $attributes
  * @return $this 
  * @deprecated since version 5.2. Use the "makeVisible" method directly.
  * @static 
  */
 public static function withHidden($attributes)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::withHidden($attributes);
 }