Commit 9d1412ed by Alexander Makarov

Merge pull request #3703 from kartik-v/patch-5

Masked input widget upgrade fixing #3196
parents 8bb3e07c e90fb534
...@@ -125,6 +125,7 @@ class MaskedInput extends InputWidget ...@@ -125,6 +125,7 @@ class MaskedInput extends InputWidget
* - 'data-plugin-name' the name of the plugin * - 'data-plugin-name' the name of the plugin
* *
* @param View $view the view instance * @param View $view the view instance
* @author [Thiago Talma](https://github.com/thiagotalma)
*/ */
protected function hashPluginOptions($view) protected function hashPluginOptions($view)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment