Skip to content
Snippets Groups Projects
Commit 825a0f77 authored by CEYLAN EREN's avatar CEYLAN EREN
Browse files

Merge branch 'datas_page' into 'main'

Finished resquer form

See merge request !27
parents e10500d7 a0f4c6f0
Branches
1 merge request!27Finished resquer form
......@@ -19,6 +19,6 @@ class AddRescuerController extends Controller
$rescue->carriere = $request->input('carriere');
$rescue->etat_civil = $request->input('etatcivil');
$rescue->save();
return view('/community/saved');
return redirect()->route('resquerList');
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment