Skip to content

Commit

Permalink
Show conditional checks for dev profile [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jun 13, 2019
1 parent 5779493 commit ccab9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ As of 0.6.0, the [Secure flag](https://www.owasp.org/index.php/SecureFlag) is se

```php
// This will omit the "Secure" flag from session cookies
$sessions= (new InFileSystem('/tmp'))->insecure(true);
$sessions= (new InFileSystem('/tmp'))->insecure('dev' === $this->environment->profile());
```

0 comments on commit ccab9fb

Please sign in to comment.