We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17824fb commit b350c5cCopy full SHA for b350c5c
1 file changed
user_guide_src/source/libraries/cookies/002.php
@@ -3,7 +3,7 @@
3
use CodeIgniter\Cookie\Cookie;
4
use Config\Cookie as CookieConfig;
5
6
-// pass in an Config\Cookie instance before constructing a Cookie class
+// pass in a Config\Cookie instance before constructing a Cookie class
7
Cookie::setDefaults(new CookieConfig());
8
$cookie = new Cookie('login_token');
9
0 commit comments