Skip to content

Commit 5d2af88

Browse files
eniuzsamdark
authored andcommitted
Update working-with-multiple-records.md (#171) [skip ci]
1 parent aea9924 commit 5d2af88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/working-with-multiple-records.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function actionCreate()
4848
// other fields, make sure to NOT include credit_id since
4949
// the record has not been created yet.
5050
]) && $valid;
51-
$valid = Model::::validateMultiple($modelFiles, [
51+
$valid = Model::validateMultiple($modelFiles, [
5252
'file',
5353
// other fields, make sure to NOT include credit_id since
5454
// the record has not been created yet.

0 commit comments

Comments
 (0)