/**
  * Get the qualified foreign key on the "through" model.
  *
  * @return string
  * @static
  */
 public static function getThroughKey()
 {
     return \Illuminate\Database\Eloquent\Relations\HasManyThrough::getThroughKey();
 }