diff --git a/src/ActiveForm.php b/src/ActiveForm.php index ced9893..367724f 100755 --- a/src/ActiveForm.php +++ b/src/ActiveForm.php @@ -31,9 +31,9 @@ class ActiveForm * @param string $action * @return void */ - public function beginForm(string $action): void + public function beginForm(string $action, string $enctype = 'application/x-www-form-urlencoded'): void { - echo "
"; + echo ""; } /**