App\Http\Controllers\TokenController::__construct PHP Method

__construct() public method

TokenController constructor.
public __construct ( TokenService $tokenService )
$tokenService App\services\TokenService
    public function __construct(TokenService $tokenService)
    {
        //parent::__construct();
        $this->tokenService = $tokenService;
    }