diff --git a/src/Manager.php b/src/Manager.php index 783fac69..9d186993 100644 --- a/src/Manager.php +++ b/src/Manager.php @@ -64,8 +64,8 @@ public function importTranslations( $replace = false, $base = null, $import_grou //import langfiles for each vendor if ( $locale == 'vendor' ) { - foreach ( $this->files->directories( $langPath ) as $vendor ) { - $counter += $this->importTranslations( $replace, $vendor ); + foreach ( $this->files->directories( $langPath ) as $vendorDir ) { + $counter += $this->importTranslations( $replace, $vendorDir ); } continue; }