Skip to content

Commit

Permalink
Merge pull request #33 from Laravel-Lang/1.x
Browse files Browse the repository at this point in the history
Fixed error: Call to undefined method `ClassMap::get()`
  • Loading branch information
andrey-helldar authored Jun 23, 2024
2 parents 95c47ef + 59319ce commit 44c0183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ModelsHelperCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function models(): array
return [ltrim($model, '\\')];
}

return ClassMap::get();
return ClassMap::translatable();
}

protected function cleanUp(): void
Expand Down

0 comments on commit 44c0183

Please sign in to comment.