PHP Class Owl\Http\Middleware\NotLoginCheckMiddleware

Afficher le fichier Open project: owl/owl

Protected Properties

Свойство Type Description
$userService

Méthodes publiques

Méthode Description
__construct ( UserService $userService )
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed Handle an incoming request.

Method Details

__construct() public méthode

public __construct ( UserService $userService )
$userService Owl\Services\UserService

handle() public méthode

Handle an incoming request.
public handle ( Illuminate\Http\Request $request, Closure $next ) : mixed
$request Illuminate\Http\Request
$next Closure
Résultat mixed

Property Details

$userService protected_oe property

protected $userService