Skip to content

Commit e90e1a6

Browse files
committed
Update README.md
1 parent 9aac02f commit e90e1a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Foo
3939
{
4040
$this->request = requestProvider->get();
4141
// retrieve cookies
42-
$cookie = $this->request->getServerParams(); // $_COOKIE
42+
$cookie = $this->request->getCookieParams(); // $_COOKIE
4343
}
4444
}
45-
````
45+
````

0 commit comments

Comments
 (0)