1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added tests for confirmed registration

This commit is contained in:
Dan Brown
2015-09-21 20:54:11 +01:00
parent e8dd7fda1f
commit 1b736ac045
7 changed files with 96 additions and 12 deletions

View File

@ -119,6 +119,6 @@ return [
|
*/
'pretend' => false,
'pretend' => env('MAIL_PRETEND', false),
];