Owl\Http\Middleware\LoginCheckMiddleware::__construct PHP Method

__construct() public method

public __construct ( UserService $userService )
$userService Owl\Services\UserService
    public function __construct(UserService $userService)
    {
        $this->userService = $userService;
    }
LoginCheckMiddleware