diff --git a/modules/Installer/Resources/views/steps/step2-db.blade.php b/modules/Installer/Resources/views/steps/step2-db.blade.php index c2c9fab2..92daa843 100644 --- a/modules/Installer/Resources/views/steps/step2-db.blade.php +++ b/modules/Installer/Resources/views/steps/step2-db.blade.php @@ -27,7 +27,7 @@ Database Port
- {!! Form::input('text', 'db_port', '3307', ['class' => 'form-control']) !!} + {!! Form::input('text', 'db_port', '3306', ['class' => 'form-control']) !!}