From 19c4ceb28b9624afe7df3ee7a3012e6865e9cb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 16:25:02 +0200 Subject: [PATCH] minor --- .../0.1/config/packages/nflfastr_symfony.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml index d287f755..1696bc74 100644 --- a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml +++ b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml @@ -1,5 +1,4 @@ nflfastr_symfony: - timezone: Europe/Berlin sources: playByPlay: baseUrl: https://github.com/guga31bb/nflfastR-data @@ -7,3 +6,4 @@ nflfastr_symfony: roster: baseUrl: https://github.com/mrcaseb/nflfastR-roster path: tree/master/data/seasons + timezone: Europe/Berlin