Unverified Commit 0a0c3663 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

dbris: pass dbris service config to helper

parent e5a6d1ea
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ sub startup {
			my ($self) = @_;
			state $dbris = Travelynx::Helper::DBRIS->new(
				log            => $self->app->log,
				service_config => $self->app->config->{dbris},
				cache          => $self->app->cache_iris_rt,
				root_url       => $self->base_url_for('/')->to_abs,
				user_agent     => $self->ua,