GenTux\Jwt\Support\ServiceProvider::boot PHP Method

boot() public method

Boot services for JWT
public boot ( )
    public function boot()
    {
        $this->registerMiddleware();
    }