mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Removed config option for deleted feature
This commit is contained in:
parent
4b1322e9a0
commit
ed18fd99fd
@ -108,17 +108,4 @@ return [
|
||||
|
||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Mail "Pretend"
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| When this option is enabled, e-mail will not actually be sent over the
|
||||
| web and will instead be written to your application's logs files so
|
||||
| you may inspect the message. This is great for local development.
|
||||
|
|
||||
*/
|
||||
|
||||
'pretend' => false,
|
||||
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user