diff options
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index edec8fe..bd85e56 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -11,7 +11,7 @@ our $VERSION = '1.05'; sub new { my ( $class, %opt ) = @_; - $opt{service} = 'deutschebahn'; + $opt{service} = 'DB'; return $class->SUPER::new(%opt); } |