MethodsPropertiesConstantsNo public methods foundNo public properties foundNo constants foundNo protected methods found$except N/ANo private methods foundNo private properties foundN/A
Properties
$except
$except : array
The names of the attributes that should not be trimmed.
Type
array
TrimStrings.php
<?phpnamespaceApp\Http\Middleware;useIlluminate\Foundation\Http\Middleware\TrimStringsas Middleware;classTrimStringsextendsMiddleware{/**
* The names of the attributes that should not be trimmed.
*
* @var array
*/protected$except=['password','password_confirmation',];}