Exemplo n.º 1
0
Arquivo: Info.php Projeto: rob1121/qdn
 public static function last()
 {
     return Info::orderBy('id', 'desc')->first();
 }