Added body expect for custom email link

This commit is contained in:
Cüneyt Şentürk 2024-12-04 10:50:37 +00:00
parent 7f492455c4
commit 295a08887a
1 changed files with 3 additions and 1 deletions

View File

@ -285,7 +285,9 @@ return [
'inputs' => [
'only' => [], // i.e. 'first_name'
'except' => [], // i.e. 'password'
'except' => [
'body', // for custom email add link
], // i.e. 'password'
],
'patterns' => [