Exemplo n.º 1
0
 function del($id)
 {
     $banner = banner::find($id);
     return $banner->delete();
 }