We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my project, the User model is in App/Models directory. So passing let's say Auth::user(), to giveMeFormUrl function, shows this error:
App/Models
Auth::user()
giveMeFormUrl
"Type error: Argument 1 passed to Lubusin\Mojo\Mojo::giveMeFormUrl() must be an instance of App\User, instance of App\Models\User given, ".
How can i solve this.
The text was updated successfully, but these errors were encountered:
I'm having the same problem.It says instance of string was given. Any solution?
Sorry, something went wrong.
@dropoutninja @kranthihunter007 thanks for reporting currently it's coupled to App\Users we will update that to be flexible fix will be released asap.
App\Users
is it fixed or not? what is the solution?
No branches or pull requests
In my project, the User model is in
App/Models
directory. So passing let's sayAuth::user()
, togiveMeFormUrl
function, shows this error:How can i solve this.
The text was updated successfully, but these errors were encountered: