Skip to content

Commit 0865941

Browse files
committed
- fixes
1 parent 33625f9 commit 0865941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UtmParameter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function useRequestOrSession(Request $request)
7272
*/
7373
public function all()
7474
{
75-
return $this->parameters ?? [];
75+
return session($this->sessionKey) ?? [];
7676
}
7777

7878
/**

0 commit comments

Comments
 (0)