summaryrefslogtreecommitdiff
path: root/lib/WebService/TFL/Bus/Prediction.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-02-03 16:09:55 +0000
committerdakkar <dakkar@thenautilus.net>2024-02-03 16:09:55 +0000
commit0894f68085a8ef9bfd3c673339416c014be02f85 (patch)
treeb839a26128d69438198a24ae098e30892278e1f2 /lib/WebService/TFL/Bus/Prediction.pm
parentmore cleaning (diff)
downloadHomePanel-0894f68085a8ef9bfd3c673339416c014be02f85.tar.gz
HomePanel-0894f68085a8ef9bfd3c673339416c014be02f85.tar.bz2
HomePanel-0894f68085a8ef9bfd3c673339416c014be02f85.zip
show more than 1 bus stop
Diffstat (limited to 'lib/WebService/TFL/Bus/Prediction.pm')
-rw-r--r--lib/WebService/TFL/Bus/Prediction.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WebService/TFL/Bus/Prediction.pm b/lib/WebService/TFL/Bus/Prediction.pm
index 670baf7..8873b02 100644
--- a/lib/WebService/TFL/Bus/Prediction.pm
+++ b/lib/WebService/TFL/Bus/Prediction.pm
@@ -4,7 +4,7 @@ use Types::Standard -all;
use Types::DateTime -all;
use namespace::clean;
-has [qw(stationName lineName towards)] => (
+has [qw(stationName destinationName lineName towards)] => (
is => 'ro',
isa => Str,
required => 1,