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'); } /*******************************************