Skip to content

Commit

Permalink
- fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-suarez committed Jun 21, 2024
1 parent 6f5d795 commit 0350906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UtmParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function useRequestOrSession(Request $request)
*/
public function all()
{
return $this->parameters ?? [];
return session($this->sessionKey) ?? [];
}

/**
Expand Down

0 comments on commit 0350906

Please sign in to comment.