From f0ecab7bb19b15db7cefdfe2a8be4a36e98f7b09 Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Tue, 15 Nov 2022 11:00:40 -0600 Subject: [PATCH] Fix typo in variable (ah-hyuck!) --- resources/views/vendor/mail/html/message.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/vendor/mail/html/message.blade.php b/resources/views/vendor/mail/html/message.blade.php index 93d3e7ba2d..dc9c4ce3b2 100644 --- a/resources/views/vendor/mail/html/message.blade.php +++ b/resources/views/vendor/mail/html/message.blade.php @@ -7,7 +7,7 @@ @if (isset($snipeSettings) && ($snipeSettings::setupCompleted())) - @if ($snipeSettings->show_url_in_email=='1' ) + @if ($snipeSettings->show_url_in_emails=='1' ) @component('mail::header', ['url' => config('app.url')]) @else @component('mail::header', ['url' => ''])