سلام این کد من هست ولی ارور رو متوجه نمیشم ممنون میشم کمک کنید
public function all()
{
$products = Product::find(array_keys($this->storage->all()));
foreach ($products as $product) {
$product->quantity = $this->get($product)['quantity'];
}
return $products;
}
