You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the CLI command for generating the LoadMoreRoute, it finishes correctly, but the namespace ends up using the project name, which can cause troubles if it includes spaces.
Example:
I fixed it by modifying getThemeName in src/Helpers/ProjectInfoTrait.php to use TextDomain instead of project name, but it's obviously not a permanent fix 😄
The text was updated successfully, but these errors were encountered:
When running the CLI command for generating the
LoadMoreRoute
, it finishes correctly, but the namespace ends up using the project name, which can cause troubles if it includes spaces.Example:
I fixed it by modifying
getThemeName
insrc/Helpers/ProjectInfoTrait.php
to useTextDomain
instead of project name, but it's obviously not a permanent fix 😄The text was updated successfully, but these errors were encountered: