Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
e85714315e
commit
a570dcb0c2
@@ -198,7 +198,7 @@ class SetupController extends Controller
|
||||
return !in_array($input->env['mail_driver'], ['log', 'smtp']);
|
||||
});
|
||||
|
||||
$v->sometimes(['env.mail_username'], 'required', function($input) {
|
||||
$v->sometimes(['env.mail_username'], 'required', function ($input) {
|
||||
return !in_array($input->env['mail_username'], ['sendmail']);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user