Skip to content

Commit

Permalink
Merge pull request yiisoft#7254 from gabrielhomsi/master
Browse files Browse the repository at this point in the history
[skip ci] fixed example with wrong namespace at MaskedInput.php
  • Loading branch information
samdark committed Feb 12, 2015
2 parents 10ba054 + ba7ccf2 commit 937dd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/widgets/MaskedInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* method, for example like this:
*
* ```php
* <?= $form->field($model, 'from_date')->widget(\yii\jui\MaskedInput::classname(), [
* <?= $form->field($model, 'from_date')->widget(\yii\widgets\MaskedInput::classname(), [
* 'mask' => '999-999-9999',
* ]) ?>
* ```
Expand Down

0 comments on commit 937dd63

Please sign in to comment.