コード例 #1
0
ファイル: Week.php プロジェクト: PLANKandre/dashboard
 public static function getLatestID()
 {
     return Week::temporalOrder('desc')->first()->id;
 }