Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 21, 2023
1 parent 1874d82 commit 51d2045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Listener/SaveReactionsToDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ protected function isExtensionEnabled(string $extension): bool
protected function getSessionId(): ?string
{
$session = $this->request->getAttribute('session');

return $session ? $session->getId() : null;
}
}

0 comments on commit 51d2045

Please sign in to comment.