Skip to content

Commit

Permalink
raise visibility of prepareMailableForDelivery() (laravel#47031)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedHaroon authored and milwad-dev committed May 12, 2023
1 parent 7e589c1 commit 5ab56ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Mail/Mailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ protected function renderForAssertions()
*
* @return void
*/
private function prepareMailableForDelivery()
protected function prepareMailableForDelivery()
{
if (method_exists($this, 'build')) {
Container::getInstance()->call([$this, 'build']);
Expand Down

0 comments on commit 5ab56ed

Please sign in to comment.