Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
837c99db39
commit
7a78368037
@@ -250,9 +250,9 @@ class StorageController extends Controller
|
||||
if ($disposition == 'INLINE' || $disposition == 'inline') {
|
||||
$id = str_replace('>', '', str_replace('<', '', $structure->id));
|
||||
$body = $thread->body;
|
||||
// dd($id,$filename,$body);
|
||||
// dd($id,$filename,$body);
|
||||
$body = str_replace('cid:'.$id, $filename, $body);
|
||||
// dd($body);
|
||||
// dd($body);
|
||||
$thread->body = $body;
|
||||
$thread->save();
|
||||
}
|
||||
|
Reference in New Issue
Block a user