Пример #1
0
 public function forceDelete($id)
 {
     WorksModel::where('id', $id)->delete();
     return redirect(DOMAIN . 'admin/works');
 }