Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d523212

Browse files
Update Cookie.md
1 parent db10196 commit d523212

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cookie.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Check cookie data exists or not:
2323
```php
2424
// Check cookie exists or not
2525
if($req->cookies->has('email')) {
26-
// Cookie exists
26+
// Cookie exists
2727
} else {
28-
// Cookie not exists
28+
// Cookie not exists
2929
}
3030
```
3131

0 commit comments

Comments
 (0)