Browse Source

fix style

jqh 4 years ago
parent
commit
c7ea7582b8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Form/Field/Button.php

+ 1 - 0
src/Form/Field/Button.php

@@ -28,6 +28,7 @@ $('{$this->getElementClassSelector()}').on('$event', function() {
     $callback
 });
 JS;
+
         return $this;
     }
 }