PHP Class Owl\Http\Middleware\LoginCheckMiddleware

Show file Open project: owl/owl

Protected Properties

Property Type Description
$userService

Public Methods

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

Method Details

__construct() public method

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

handle() public method

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

Property Details

$userService protected property

protected $userService