Added option to skip subscriber verification. Closes #1990

This commit is contained in:
James Brooks
2016-07-20 16:00:27 +01:00
parent 0d90f0459b
commit 7f261a218a
4 changed files with 44 additions and 4 deletions

View File

@@ -77,4 +77,15 @@ return [
*/
'show_timezone' => false,
/*
|--------------------------------------------------------------------------
| Skip subscriber verifications
|--------------------------------------------------------------------------
|
| Whether to allow skipping of subscriber verifications.
|
*/
'skip_subscriber_verification' => false,
];