Skip to content

Commit

Permalink
issue w/ legacy component key
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Mar 21, 2018
1 parent 1186665 commit 9f68701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jwt.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function createSettingsModel(): SettingsModel
*/
public function getSelfConsumable(): SelfConsumable
{
return $this->get('authorization');
return $this->get('selfConsumable');
}

/*******************************************
Expand Down

0 comments on commit 9f68701

Please sign in to comment.