mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Fix typo in variable (ah-hyuck!)
This commit is contained in:
parent
7cc8b39863
commit
f0ecab7bb1
|
@ -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' => ''])
|
||||
|
|
Loading…
Reference in a new issue