Skip to content

Commit

Permalink
Merge pull request #4 from burakcakirel/change-default-provider-name
Browse files Browse the repository at this point in the history
Change default service provider name
  • Loading branch information
denisdulici authored Jul 10, 2020
2 parents f61bff1 + 516bca1 commit e8381fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/PublishConfigurationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

/**
Expand Down

0 comments on commit e8381fb

Please sign in to comment.