Closed NateWr closed 1 year ago
This happened because Repo::mailable()->get(...)
was still calling the Mailer::getMailables()
function. To solve this, I moved a few things around. Repo::mailable()->get(...)
and Repo::mailable()->getMany()
now return just class names. These are compiled into descriptive arrays in the handlers that call the functions.
@Vitaliy-1 can you take a quick look to see if you spot any problems with this?
@NateWr, looks good, just a minor comment, thanks!
Thanks! All merged.
Describe the bug An error occurs when trying to load details about a single mailable through the API.
To Reproduce Steps to reproduce the behavior:
What application are you using?
main
branch (3.4 pre-release)Additional information The error message:
This is related to #8424.