예제 #1
0
 /**
  * Unset the value for a given offset.
  *
  * @param mixed $offset
  * @return void 
  * @static 
  */
 public static function offsetUnset($offset)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     \Webpatser\Countries\Countries::offsetUnset($offset);
 }