remove from passed data
This commit is contained in:
parent
3bd0381bc5
commit
f27f5f8e97
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@component('email.template.master', ['design' => 'light', 'settings' => $settings])
|
||||
@component('email.template.master', ['design' => 'light'])
|
||||
@slot('header')
|
||||
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
||||
@endslot
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@component('email.template.master', ['design' => 'light', 'settings' => $settings])
|
||||
@component('email.template.master', ['design' => 'light'])
|
||||
@slot('header')
|
||||
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
||||
@endslot
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue