Fix default mysql port

This commit is contained in:
Nabeel Shahzad
2017-12-15 08:06:40 -06:00
parent aed09c2bf5
commit 9ee1106659

View File

@@ -27,7 +27,7 @@
<td>Database Port</td>
<td style="text-align:center;">
<div class="form-group">
{!! Form::input('text', 'db_port', '3307', ['class' => 'form-control']) !!}
{!! Form::input('text', 'db_port', '3306', ['class' => 'form-control']) !!}
</div>
</td>
</tr>