diff --git a/app/Http/Controllers/Staff/HistoryController.php b/app/Http/Controllers/Staff/HistoryController.php index 3a9cf91..67c7e21 100644 --- a/app/Http/Controllers/Staff/HistoryController.php +++ b/app/Http/Controllers/Staff/HistoryController.php @@ -48,6 +48,7 @@ public function save(StudyHistoryRequest $request) ->log(); // return redirect()->route('staff.history.view', _h($this->key)); - return SessionHelper::redirectIntended(); + // return SessionHelper::redirectIntended(); + return view('content.pages.close-window'); } }