Example #1
0
 /**
  * Remove the specified resource from storage.
  *
  * @param  int  $id
  * @return Response
  */
 public function destroy($id)
 {
     TariImg::DeleteImg($id);
     Taris::destroy($id);
     return redirect('admin/tari');
 }