Skip to content

Commit a9f777b

Browse files
Update api auth guard example to sanctum to avoid confusion (laravel#7264)
* Update `api` auth guard example to `sanctum` to avoid confusion * Update http-tests.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent cd1ff13 commit a9f777b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Laravel's session is typically used to maintain state for the currently authenti
173173

174174
You may also specify which guard should be used to authenticate the given user by passing the guard name as the second argument to the `actingAs` method:
175175

176-
$this->actingAs($user, 'api')
176+
$this->actingAs($user, 'web')
177177

178178
<a name="debugging-responses"></a>
179179
### Debugging Responses

0 commit comments

Comments
 (0)