File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 25
25
26
26
'compiled_mail_path ' => 'views/emails ' ,
27
27
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
-
40
28
/*
41
29
|--------------------------------------------------------------------------
42
30
| Show Resources
Original file line number Diff line number Diff line change @@ -146,10 +146,6 @@ private function record()
146
146
*/
147
147
private function cleanup ()
148
148
{
149
- if (! config ('nova_mail.keep_compiled_file ' )) {
150
- Storage::disk ($ this ->disk ())->delete ($ this ->path ());
151
- }
152
-
153
149
Storage::disk ($ this ->disk ())->delete ($ this ->path ('subject ' ));
154
150
155
151
return $ this ;
You can’t perform that action at this time.
0 commit comments