Skip to content

Commit 4326bba

Browse files
committed
minor fix
1 parent 117f7e3 commit 4326bba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Potsky/LaravelLocalizationHelpers/Command/LocalizationMissing.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ public function handle()
275275
*/
276276
foreach ( LangFile::getLangFiles( $dir_lang , $this->json_languages ) as $langFileType )
277277
{
278+
if ($langFileType->getTypeVendor()) continue;
279+
278280
$lang = $langFileType->getLang();
279281

280282
/**

0 commit comments

Comments
 (0)