Skip to content

Conversation

alissn
Copy link
Contributor

@alissn alissn commented Aug 9, 2025

Hi,

This pull request fixes an issue with publishing configuration files when a module name contains multiple words, such as:
ActivityLog, ProductBundle, CloudProvider, MotmaenBash, etc.

Example:
For the ActivityLog module, the service provider namespace is currently generated incorrectly:

- Modules\Activitylog\Providers\ActivitylogServiceProvider
+ Modules\ActivityLog\Providers\ActivityLogServiceProvider

With this fix, the casing will now correctly match the original module name.

@dcblogdev dcblogdev merged commit 0d14dc9 into nWidart:master Sep 3, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants