mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 11:22:42 +01:00
Fixed syntax typo
This commit is contained in:
parent
566fff6c0c
commit
afe2b1b8ce
@ -1,4 +1,4 @@
|
|||||||
{{ $mailbox->before_reply) ?: App\Misc\Mail::REPLY_SEPARATOR_TEXT }}
|
{{ $mailbox->before_reply ?: App\Misc\Mail::REPLY_SEPARATOR_TEXT }}
|
||||||
|
|
||||||
{{ (new Html2Text\Html2Text($auto_reply_message))->getText() }}
|
{{ (new Html2Text\Html2Text($auto_reply_message))->getText() }}
|
||||||
@if (\App\Option::get('email_branding'))
|
@if (\App\Option::get('email_branding'))
|
||||||
|
Loading…
Reference in New Issue
Block a user