Advertisement
fadlyshafa

Untitled

Dec 22nd, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. ....
  2. public function tolak($id){
  3.         Peminjaman::where('id',$id)->update(['status'=>2]);
  4.  
  5.         return redirect('pinjam-buku');
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement