/**
  * Determine whether close parent of the relation uses Soft Deletes.
  *
  * @return bool
  * @static
  */
 public static function parentSoftDeletes()
 {
     return \Illuminate\Database\Eloquent\Relations\HasManyThrough::parentSoftDeletes();
 }