complete story 11.3 with qa tests
This commit is contained in:
@@ -53,6 +53,10 @@ class NewBookingAdminEmail extends Mailable implements ShouldQueue
|
||||
with: [
|
||||
'consultation' => $this->consultation,
|
||||
'client' => $this->consultation->user,
|
||||
'clientName' => $this->consultation->getClientName(),
|
||||
'clientEmail' => $this->consultation->getClientEmail(),
|
||||
'clientPhone' => $this->consultation->getClientPhone(),
|
||||
'isGuest' => $this->consultation->isGuest(),
|
||||
'formattedDate' => $this->getFormattedDate($locale),
|
||||
'formattedTime' => $this->getFormattedTime(),
|
||||
'reviewUrl' => $this->getReviewUrl(),
|
||||
|
||||
Reference in New Issue
Block a user