Closed SaloRB closed 4 years ago
I'm getting the error on PostsController
auth()->user()->posts()->create($data);
User.php is creating the function posts: public function posts() { return $this->hasMany(Post::class); }
public function posts() { return $this->hasMany(Post::class); }
I'm getting the error on PostsController
auth()->user()->posts()->create($data);
User.php is creating the function posts:
public function posts() { return $this->hasMany(Post::class); }