File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/laravel/fortify/src/Actions/CanonicalizeUsername.php
Back
<?php namespace Laravel\Fortify\Actions; use Illuminate\Support\Str; use Laravel\Fortify\Fortify; class CanonicalizeUsername { /** * Handle the incoming request. * * @param \Illuminate\Http\Request $request * @param callable $next * @return mixed */ public function handle($request, $next) { $request->merge([ Fortify::username() => Str::lower($request->{Fortify::username()}), ]); return $next($request); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings