From 9f68701cc24a6c81e4c05203a6edbf807de0c8c3 Mon Sep 17 00:00:00 2001 From: Nate Iler Date: Wed, 21 Mar 2018 10:28:43 -0600 Subject: [PATCH] issue w/ legacy component key --- src/Jwt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jwt.php b/src/Jwt.php index 1f2953b..6c30e32 100644 --- a/src/Jwt.php +++ b/src/Jwt.php @@ -67,7 +67,7 @@ public function createSettingsModel(): SettingsModel */ public function getSelfConsumable(): SelfConsumable { - return $this->get('authorization'); + return $this->get('selfConsumable'); } /*******************************************