-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
In my project, the User model is in App/Models
directory. So passing let's say Auth::user()
, to giveMeFormUrl
function, shows this error:
"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.