File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ public function email()
29
29
{
30
30
/** @var InboundEmail $modelClass */
31
31
$ modelClass = config ('mailbox.model ' );
32
+
32
33
return $ modelClass ::fromMessage ($ this ->get ('body-mime ' ));
33
34
}
34
35
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ public function email()
19
19
{
20
20
/** @var InboundEmail $modelClass */
21
21
$ modelClass = config ('mailbox.model ' );
22
+
22
23
return $ modelClass ::fromMessage ($ this ->get ('RawEmail ' ));
23
24
}
24
25
}
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ public function email()
19
19
{
20
20
/** @var InboundEmail $modelClass */
21
21
$ modelClass = config ('mailbox.model ' );
22
+
22
23
return $ modelClass ::fromMessage ($ this ->get ('email ' ));
23
24
}
24
25
}
You can’t perform that action at this time.
0 commit comments