Example #1
0
File: Info.php Project: rob1121/qdn
 public static function last()
 {
     return Info::orderBy('id', 'desc')->first();
 }