remove unnecessary changes

This commit is contained in:
Godfrey M
2023-10-03 12:31:58 -07:00
parent dee36fc294
commit 92776adb93
6 changed files with 257 additions and 384 deletions
@@ -43,7 +43,7 @@ class ComponentCheckinController extends Controller
return view('components/checkin', compact('component_assets', 'component', 'asset'));
}
// return redirect()->route('components.index')->with('error', trans('admin/components/messages.not_found'));
return redirect()->route('components.index')->with('error', trans('admin/components/messages.not_found'));
}
/**