Skip to content

Commit e06fc92

Browse files
authored
Merge pull request #3188 from tomopongrac/patch-1
Adding semicolon.
2 parents 2fee145 + 3b903b2 commit e06fc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Of course, one common use of the session is for maintaining state for the authen
6767

6868
$response = $this->actingAs($user)
6969
->withSession(['foo' => 'bar'])
70-
->get('/')
70+
->get('/');
7171
}
7272
}
7373

0 commit comments

Comments
 (0)