Skip to content

Commit 36e4050

Browse files
committed
docs: make comment on one line
1 parent bc408a5 commit 36e4050

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • user_guide_src/source/general/common_functions

user_guide_src/source/general/common_functions/002.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
// in controller, checking form submittal
44
if (! $model->save($user)) {
5-
// 'withInput' is what specifies "old data"
6-
// should be saved.
5+
// 'withInput()' is what specifies "old data" should be saved.
76
return redirect()->back()->withInput();
87
}
98

0 commit comments

Comments
 (0)