Example #1
0
 /**
  * Get from query
  */
 public function get($page = null)
 {
     return $this->query(Supplier::with('info'), $page);
 }