Пример #1
0
 /**
  * Get a new query builder that includes soft deletes.
  *
  * @return \Illuminate\Database\Eloquent\Builder|static 
  * @static 
  */
 public static function newQueryWithDeleted()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::newQueryWithDeleted();
 }