Skip to content

Commit

Permalink
Update ExportEnumsToJsCommand.php (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-trush authored Oct 30, 2024
2 parents fecd6f7 + 456df0f commit 2afaf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ExportEnumsToJsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function handle(): int
}

if (! empty($jsString)) {
File::put(base_path(Config::get('js_objects_file')), trim($jsString));
File::put(base_path(Config::get('enum-helpers.js_objects_file')), trim($jsString));
}

return 0;
Expand Down

0 comments on commit 2afaf73

Please sign in to comment.