Shift core files

This commit is contained in:
Shift
2024-02-16 20:33:36 +00:00
parent 72cd16afa1
commit 6423ccd075
5 changed files with 152 additions and 94 deletions

View File

@@ -9,9 +9,10 @@ class TrimStrings extends Middleware
/**
* The names of the attributes that should not be trimmed.
*
* @var array
* @var array<int, string>
*/
protected $except = [
'current_password',
'password',
'password_confirmation',
];