From ed18fd99fd5955f60ba8436293c7d0d8a7416644 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 30 Oct 2015 18:15:40 +0000 Subject: [PATCH] Removed config option for deleted feature --- config/mail.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/mail.php b/config/mail.php index a22807e7..cb783c90 100644 --- a/config/mail.php +++ b/config/mail.php @@ -108,17 +108,4 @@ '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, - ];