Page MenuHomePhorge

TrimStrings.php
No OneTemporary

Authored By
Unknown
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, Apr 24, 1:59 PM (6 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18830358
Default Alt Text
TrimStrings.php (353 B)

Event Timeline