Skip to content

Commit

Permalink
Fix for user methods not attached becuase of tokenStorageInterface (#33
Browse files Browse the repository at this point in the history
…) (#34)

Co-authored-by: Mohamed Jadelrab <[email protected]>
Co-authored-by: Mohamed Jadelrab <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2021
1 parent abfa552 commit 4d905de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Processors/Monolog/DeamonLoggerExtraWebProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private function addUserInfo(): void
return;
}

if (!$this->tokenStorage instanceof TokenStorage) {
if (!$this->tokenStorage instanceof TokenStorageInterface) {
return;
}

Expand Down

0 comments on commit 4d905de

Please sign in to comment.