예제 #1
0
파일: Info.php 프로젝트: rob1121/qdn
 public static function last()
 {
     return Info::orderBy('id', 'desc')->first();
 }