Exemple #1
0
 public static function getLatestID()
 {
     return Week::temporalOrder('desc')->first()->id;
 }