Auth and password controller.

This commit is contained in:
James Cole
2015-05-10 13:06:02 +02:00
parent a2a39ee0f8
commit 355862025a
6 changed files with 79 additions and 4 deletions

View File

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