We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea9924 commit 5d2af88Copy full SHA for 5d2af88
book/working-with-multiple-records.md
@@ -48,7 +48,7 @@ public function actionCreate()
48
// other fields, make sure to NOT include credit_id since
49
// the record has not been created yet.
50
]) && $valid;
51
- $valid = Model::::validateMultiple($modelFiles, [
+ $valid = Model::validateMultiple($modelFiles, [
52
'file',
53
54
0 commit comments