/**
  * Get all files of companies belonging to an industry.
  *
  * @param Industry $industry
  *
  * @return mixed
  */
 public function companyFiles(Industry $industry)
 {
     return $industry->companyFiles();
 }