diff options
Diffstat (limited to 'lib/DBInfoscreen/Controller/Wagenreihung.pm')
-rw-r--r-- | lib/DBInfoscreen/Controller/Wagenreihung.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Controller/Wagenreihung.pm b/lib/DBInfoscreen/Controller/Wagenreihung.pm index 986019b..fa501a8 100644 --- a/lib/DBInfoscreen/Controller/Wagenreihung.pm +++ b/lib/DBInfoscreen/Controller/Wagenreihung.pm @@ -12,6 +12,7 @@ sub wagenreihung { my $departure = $self->stash('departure'); my $wr = Travel::Status::DE::DBWagenreihung->new( + cache => $self->app->cache_iris_rt, departure => $departure, train_number => $train, ); |