Updated email validation to stricter config

This commit is contained in:
Constantin Graf
2026-07-09 23:31:14 +02:00
committed by Constantin Graf
parent f01ab5fd9d
commit 024283273a
4 changed files with 4 additions and 4 deletions

View File

@@ -171,7 +171,7 @@ abstract class DefaultImporter implements ImporterContract
}, validate: [
'email' => [
'required',
'email',
'email:rfc,strict',
'max:255',
],
]);