Method order
This commit is contained in:
@@ -60,13 +60,6 @@ class CheckoutAcceptanceResponseMail extends Mailable
|
||||
);
|
||||
}
|
||||
|
||||
private function introduction(): string
|
||||
{
|
||||
return $this->wasAccepted
|
||||
? trans('mail.following_accepted')
|
||||
: trans('mail.following_declined');
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the attachments for the message.
|
||||
*
|
||||
@@ -76,4 +69,11 @@ class CheckoutAcceptanceResponseMail extends Mailable
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
private function introduction(): string
|
||||
{
|
||||
return $this->wasAccepted
|
||||
? trans('mail.following_accepted')
|
||||
: trans('mail.following_declined');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user