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