Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Wrong Factory class name in Service layer #24

Closed
Lkopo opened this issue Oct 7, 2022 · 2 comments · Fixed by #25
Closed

[Bug]: Wrong Factory class name in Service layer #24

Lkopo opened this issue Oct 7, 2022 · 2 comments · Fixed by #25
Assignees
Labels
bug Something isn't working new automatic Label for new created issues

Comments

@Lkopo
Copy link

Lkopo commented Oct 7, 2022

Contact Details

eduard@karpiel.sk

What happened?

When generating Factory class via SprykerKit for module in Service layer the plugin suggests class name as ModuleNameFactory. However the correct factory class name for service module should be

ModuleNameServiceFactory

As this part is missing, Spryker is unable to find service Factory class which leads to the application failure.

Version

1.0.5

Relevant log output

No response

@Lkopo Lkopo added bug Something isn't working new automatic Label for new created issues labels Oct 7, 2022
@patrickjaja patrickjaja linked a pull request Oct 13, 2022 that will close this issue
7 tasks
HaukeST pushed a commit that referenced this issue Oct 13, 2022
@patrickjaja
Copy link
Contributor

Thank you for reporting. Its fixed in 1.0.7 (will be available in next hours).

@Lkopo
Copy link
Author

Lkopo commented Oct 13, 2022

Glad to help, thank you for fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new automatic Label for new created issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants