mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Removed empty string null middleware as was causing issues
This commit is contained in:
@ -14,5 +14,6 @@ class TrimStrings extends BaseTrimmer
|
||||
protected $except = [
|
||||
'password',
|
||||
'password_confirmation',
|
||||
'password-confirm',
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user