コード例 #1
0
 public function declineMember($id)
 {
     $notifikasi = Notifikasi::find($id);
     $notifikasi->delete();
 }