Exemplo n.º 1
0
 /**
  * Save the model to the database using transaction.
  *
  * @param array $options
  * @return bool 
  * @throws \Throwable
  * @static 
  */
 public static function saveOrFail($options = array())
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::saveOrFail($options);
 }