Commit 0c9985c
committed
bug #52719 [Mime] Add
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[Mime] Add `TemplatedEmail::$locale` to the serialized props
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? |no
| Deprecations? | no
| Issues | Fix #52718
| License | MIT
To use the locale-property when working with Symfony Messenger asynchronously it has to be serialized.
Commits
-------
cedb7cc [Mime] Add `TemplatedEmail::$locale` to the serialized propsTemplatedEmail::$locale to the serialized props (mkrauser)File tree
2 files changed
+4
-1
lines changed- src/Symfony/Bridge/Twig
- Mime
- Tests/Mime
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments