예제 #1
0
 /**
  * Get all logs.
  *
  * @return Entities\LogCollection
  */
 public function all()
 {
     return $this->factory->all();
 }