コード例 #1
0
 /**
  * determines the format of searched innovations
  * @return mixed
  */
 public function getAllInnovations()
 {
     return Innovation::latest()->paginate(9);
 }