예제 #1
0
 /**
  * Make the given, typically hidden, attributes visible.
  *
  * @param array|string $attributes
  * @return $this 
  * @static 
  */
 public static function makeVisible($attributes)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::makeVisible($attributes);
 }