Hendi Ahmad

Results 3 comments of Hendi Ahmad

> This was the diff that Thank you for prompt response. Hope it back and would help people that nor using nextjs. Appreciated!

> Hi, > > I was trying to get the associated model from the cart item with `$cartItem->model`. However, it returns null. > > I have seen that in CartItem...

> if i had to guess i think you are talking about: > > ``` > if (isset($this->associatedModel)) { > return with(new $this->associatedModel())->find($this->id); > } > ``` > > And...