Exemplo n.º 1
0
 function fetch($id)
 {
     return transportation::where('id', $id)->first();
 }