Skip to content

Commit

Permalink
Fix example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Sep 2, 2022
1 parent bd93daa commit 1243864
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 @@ -25,7 +25,7 @@ require __DIR__ . '/vendor/autoload.php';
```php
<?php

use WP_Forge\CookieManager;
use WP_Forge\CookieManager\CookieManager;

// Create a cookie
$cookie = CookieManager::setCookie('mycookie', 'myvalue', time() + 86400); // Expires one day from now
Expand Down

0 comments on commit 1243864

Please sign in to comment.