You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After follow your installation guide, if i try to see user, i obtain following error:
"message": "Too few arguments to function Laravel\Nova\Resource::__construct(), 0 passed in E:\xampp72\htdocs\logvrp\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HasRelationships.php on line 670 and exactly 1 expected".
This is my code inside App/Nova/User.php:
public function fields(Request $request)
{
return [
After follow your installation guide, if i try to see user, i obtain following error:
"message": "Too few arguments to function Laravel\Nova\Resource::__construct(), 0 passed in E:\xampp72\htdocs\logvrp\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HasRelationships.php on line 670 and exactly 1 expected".
This is my code inside App/Nova/User.php:
public function fields(Request $request)
{
return [
How can solve?
The text was updated successfully, but these errors were encountered: