예제 #1
0
 /**
  * @return Collection|Tag[]
  */
 public function loadAll() : Collection
 {
     return $this->tagResource->orderBy('updated_at', 'desc')->with('products')->get();
 }