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

UserModel should exist in new projects #4

Closed

Conversation

andreportaro
Copy link

The class UserModel is being imported by default on new installations of the app starter; however, it does not exist in the expected path/namespace.

This PR simply copies the existing file to the expected path.

@jim-parry
Copy link
Contributor

The appstarter is generated from the main codeigniter4 repo, and is read-only - PRs are not appropriate. I see that UserModel is veing referenced in app/Controllers/Home.php, and that reference should be removed (in the main repo).
If you wish to make a PR for that, that would be good - remember that it must be GPG-signed.

@andreportaro
Copy link
Author

Thank you @jim-parry - opened the PR.

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