Ejemplo n.º 1
0
 /**
  * Save the model and all of its relationships.
  *
  * @return bool 
  * @static 
  */
 public static function push()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::push();
 }