예제 #1
0
파일: Craft.php 프로젝트: rituzy/iblog
 /**
  * Get crafts ordered 
  *
  */
 public static function getCraftsOrdered($pagination = 30)
 {
     return Craft::orderBy('id', 'desc')->paginate($pagination);
 }