Page MenuHomePhorge

TrimStrings.php
No OneTemporary

Size
353 B
Referenced Files
None
Subscribers
None

TrimStrings.php

<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\TrimStrings as Middleware;
class TrimStrings extends Middleware
{
/**
* The names of the attributes that should not be trimmed.
*
* @var array<int, string>
*/
protected $except = [
'password',
'password_confirmation',
];
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 5:24 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387399
Default Alt Text
TrimStrings.php (353 B)

Event Timeline