diff --git a/src/Commands/PublishConfigurationCommand.php b/src/Commands/PublishConfigurationCommand.php index 9e6a26b..e0b9f4d 100644 --- a/src/Commands/PublishConfigurationCommand.php +++ b/src/Commands/PublishConfigurationCommand.php @@ -48,7 +48,7 @@ private function getServiceProviderForModule($alias) $namespace = $this->laravel['config']->get('module.namespace'); $studlyName = Str::studly($alias); - return "$namespace\\$studlyName\\Providers\\{$studlyName}ServiceProvider"; + return "$namespace\\$studlyName\\Providers\\Main"; } /**