belongsTo(User::class); } public function beer() { return $this->hasMany(Beer::class); } }