From 0a5f10eb26706d3e7b4698e5985be057cad50112 Mon Sep 17 00:00:00 2001 From: Evan Hsu Date: Thu, 29 Dec 2016 13:57:09 -0700 Subject: [PATCH] Update API url in SunlightOpenStates.php Changed from `http://...` to `https://...` --- src/FurryBear/Provider/Source/SunlightOpenStates.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FurryBear/Provider/Source/SunlightOpenStates.php b/src/FurryBear/Provider/Source/SunlightOpenStates.php index c7dc959..07c2224 100644 --- a/src/FurryBear/Provider/Source/SunlightOpenStates.php +++ b/src/FurryBear/Provider/Source/SunlightOpenStates.php @@ -31,7 +31,7 @@ class SunlightOpenStates extends AbstractProvider /** * The domain of the API. */ - const SERVICE_URL = 'http://openstates.org/api/v1'; + const SERVICE_URL = 'https://openstates.org/api/v1'; /** * The resource directory. @@ -98,4 +98,4 @@ public function getDirectory() { return self::RESOURCE_DIR; } -} \ No newline at end of file +}