We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a086151 commit 174b7dcCopy full SHA for 174b7dc
1 file changed
app/Mail/UserNotification.php
@@ -91,7 +91,7 @@ public function build()
91
});
92
}
93
94
- $subject = \Eventy::filter('email.user_notification.subject','[#'.(isset($this->conversation->number)?$this->conversation->number:'').'] '.$this->conversation->subject);
+ $subject = \Eventy::filter('email.user_notification.subject', '[#' . (isset($this->conversation->number) ? $this->conversation->number : '') . '] ' . $this->conversation->subject, $this->conversation);
95
96
$customer = $this->conversation->customer;
97
0 commit comments