Skip to content

Commit 572cb71

Browse files
committed
Remove keep compiled mail config
1 parent 90e8e11 commit 572cb71

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

config/nova_mail.php

-12
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@
2525

2626
'compiled_mail_path' => 'views/emails',
2727

28-
/*
29-
|--------------------------------------------------------------------------
30-
| Keep Compiled File
31-
|--------------------------------------------------------------------------
32-
|
33-
| This deterimines if the compiled blade file used for sending the mail
34-
| is kept on the file system after the mail has been delivered.
35-
|
36-
*/
37-
38-
'keep_compiled_file' => false,
39-
4028
/*
4129
|--------------------------------------------------------------------------
4230
| Show Resources

src/Mail/Send.php

-4
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ private function record()
146146
*/
147147
private function cleanup()
148148
{
149-
if (! config('nova_mail.keep_compiled_file')) {
150-
Storage::disk($this->disk())->delete($this->path());
151-
}
152-
153149
Storage::disk($this->disk())->delete($this->path('subject'));
154150

155151
return $this;

0 commit comments

Comments
 (0)