-
Notifications
You must be signed in to change notification settings - Fork 33
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
Call to undefined Method: Role::uriKey() #29
Comments
Hey Stan, I ran into the same error, solution is to use Your automatic Import probably used the second one instead of the first one, as stated in the readme. |
The solution is referring to the Nova
|
I had no luck with this, since this is what the docs already said to do. I've got and The one major thing I can report is that I am using my own App\User class. |
Perhaps use |
I've actually followed these step by step, including the publish with the config, etc. Perhaps I will remove everything and try to install again from scratch. |
No idea, I removed everything and went through the install again, the same as before and it worked. Best I can think of is that there was a single character off somewhere throwing the whole thing off, because otherwise everything was identical. Thanks! |
…board-isotope-integrations updated changes for op-dashboard isotope integration
Hey there,
I've just installed your package on an empty project to play a little around. Once I created a role I receive this error. The error only appears if I add the relation on the UserRessource. Any ideas?
BelongsToMany::make('Roles', 'roles', Role::class),
Set-Up:
Cheers,
Stan
The text was updated successfully, but these errors were encountered: