$companies The company key * @return void */ public static function clearCompanies($companies) { $companies->each(function ($company) { self::clear($company->company_key); }); } }