We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc408a5 commit 36e4050Copy full SHA for 36e4050
1 file changed
user_guide_src/source/general/common_functions/002.php
@@ -2,8 +2,7 @@
2
3
// in controller, checking form submittal
4
if (! $model->save($user)) {
5
- // 'withInput' is what specifies "old data"
6
- // should be saved.
+ // 'withInput()' is what specifies "old data" should be saved.
7
return redirect()->back()->withInput();
8
}
9
0 commit comments