Added body expect for custom email link
This commit is contained in:
parent
7f492455c4
commit
295a08887a
|
|
@ -285,7 +285,9 @@ return [
|
||||||
|
|
||||||
'inputs' => [
|
'inputs' => [
|
||||||
'only' => [], // i.e. 'first_name'
|
'only' => [], // i.e. 'first_name'
|
||||||
'except' => [], // i.e. 'password'
|
'except' => [
|
||||||
|
'body', // for custom email add link
|
||||||
|
], // i.e. 'password'
|
||||||
],
|
],
|
||||||
|
|
||||||
'patterns' => [
|
'patterns' => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue