Advertisement
fadlyshafa

Untitled

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