예제 #1
0
 /**
  * Sync the original attributes with the current.
  *
  * @return $this 
  * @static 
  */
 public static function syncOriginal()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::syncOriginal();
 }