コード例 #1
0
ファイル: Info.php プロジェクト: rob1121/qdn
 public static function last()
 {
     return Info::orderBy('id', 'desc')->first();
 }