The error is telling you that $cart is not an object. This happens when it is not being set correctly.
If your all() function is in your Cart model, then you actually don't want $this->cart. You would simply want $cart = $this.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…