PHP Class Mage2\User\Middleware\RedirectIfAdminAuthenticated

Datei anzeigen Open project: mage2/laravel-ecommerce

Public Methods

Method Description
handle ( Illuminate\Http\Request $request, Closure $next, string | null $guard = 'admin' ) : mixed Handle an incoming request.

Method Details

handle() public method

Handle an incoming request.
public handle ( Illuminate\Http\Request $request, Closure $next, string | null $guard = 'admin' ) : mixed
$request Illuminate\Http\Request
$next Closure
$guard string | null
return mixed