We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3564317 commit e442080Copy full SHA for e442080
src/Commands/BaseCommand.php
@@ -246,7 +246,7 @@ private function saveLocaleFile()
246
$locales['fields'][$field->name] = Str::title(str_replace('_', ' ', $field->name));
247
}
248
249
- $path = config('laravel_generator.path.models_locale_files', base_path('resources/lang/en/models/'));
+ $path = lang_path('en/models');
250
251
$fileName = $this->config->modelNames->plural.'.php';
252
0 commit comments