Skip to content

Commit 157a7dd

Browse files
committed
Fixed example
1 parent ac564a7 commit 157a7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/views/tabular-input.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]) ?>
2020

2121
<?= TabularInput::widget([
22-
'models' => [],
22+
'models' => $models,
2323
'attributeOptions' => [
2424
'enableAjaxValidation' => true,
2525
'enableClientValidation' => false,

0 commit comments

Comments
 (0)