Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2018-08-07 17:45:04 +00:00
committed by StyleCI Bot
parent 135a88e548
commit 96d4e5956c

View File

@@ -43,7 +43,7 @@ class InstallerApiController extends Controller
'dbusername' => 'required|min:1',
];
if ($request->port) {
$rules['port'] = 'integer|min:0';
$rules['port'] = 'integer|min:0';
}
$validator = \Validator::make(
[