Exemplo n.º 1
0
 /**
  * @return Collection|LengthAwarePaginator|Product[]
  */
 public function loadLatestProducts()
 {
     return $this->productRepository->loadLatest();
 }