Skip to content

Commit

Permalink
Update working-with-multiple-records.md (samdark#171) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eniuz authored and samdark committed May 24, 2017
1 parent aea9924 commit 5d2af88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/working-with-multiple-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function actionCreate()
// other fields, make sure to NOT include credit_id since
// the record has not been created yet.
]) && $valid;
$valid = Model::::validateMultiple($modelFiles, [
$valid = Model::validateMultiple($modelFiles, [
'file',
// other fields, make sure to NOT include credit_id since
// the record has not been created yet.
Expand Down

0 comments on commit 5d2af88

Please sign in to comment.