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

Message: Unable to locate the model you have specified: Login_model #13

Open
kioskmy opened this issue Jun 9, 2020 · 2 comments
Open

Comments

@kioskmy
Copy link

kioskmy commented Jun 9, 2020

Message: Unable to locate the model you have specified: Login_model

how to fix?

@kioskmy
Copy link
Author

kioskmy commented Jun 11, 2020

$models = ucfirst($model);

Message: Unable to locate the model you have specified: Login_model

how to fix?

lol i just fixed it >> $models = ucfirst($model);

just add the $model to $models

before >> $model = ucfirst($model);
after>> $models = ucfirst($model);

@Chiliseo
Copy link

Rename file Capitalize

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

No branches or pull requests

2 participants