Skip to content

Commit a9e2532

Browse files
Update README.md
1 parent 7aacb96 commit a9e2532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ You can chain methods to the `visit` method. Here are a list of the available me
8080
| METHOD | SYNTAX | DESCRIPTION | EXAMPLE |
8181
| ----------- | ----------- | ----------- | ----------- |
8282
| `withIp()` | string `$ip = null` | Set an Ip address (default `request()->ip()`) | `$post->visit()->withIp()` |
83+
| `withSession()` | string `$session = null` | Set an Session ID (default `session()->getId()`) | `$post->visit()->withSession()` |
8384
|`withData()` | array `$data` | Set custom data | `$post->visit()->withData(['region' => 'USA'])` |
8485
| `withUser()` | Model `$user = null` | Set a user model (default `auth()->user()`) | `$user->visit()->withUser()` |
8586

0 commit comments

Comments
 (0)